<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://powershell.com/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SQL Server</title><link>http://powershell.com/cs/media/g/sql-server/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 (Build: 30929.2835)</generator><item><title>Export Filestream documents to folder</title><link>http://powershell.com/cs/media/p/12299.aspx</link><pubDate>Mon, 12 Sep 2011 17:46:49 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:12299</guid><dc:creator>Johan Bijnens - ALZDBA</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;ALZDBA 20110912&lt;br /&gt;&lt;br /&gt;This script will export filestream column Document to the desired target location&lt;br /&gt;&amp;nbsp;and name the file using the data content of column FileName&lt;/p&gt;</description><enclosure url="http://powershell.com/cs/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.01.22.99/SSC_5F00_20110912_5F00_Export_5F00_Filestream_5F00_Column.ps1" length="1938" type="application/octet-stream" /></item><item><title>Send SQL to databases and get back results</title><link>http://powershell.com/cs/media/p/9530.aspx</link><pubDate>Wed, 02 Mar 2011 09:34:42 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:9530</guid><dc:creator>Tobias</dc:creator><slash:comments>0</slash:comments><description>Invoke-SQL sends an SQL statement to any database and gets back the results to you as PowerShell objects. You need to submit a valid connectionstring to select and access the database. Check out New-ConnectionString elsewhere in this repository to create such a database connection string automatically.</description><enclosure url="http://powershell.com/cs/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.00.95.30/15ul322e.ps1" length="501" type="image/jpeg" /></item><item><title>Create Database Connection String with Wizard</title><link>http://powershell.com/cs/media/p/9529.aspx</link><pubDate>Wed, 02 Mar 2011 09:11:55 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:9529</guid><dc:creator>Tobias</dc:creator><slash:comments>0</slash:comments><description>New-ConnectionString creates automatically a connection string that you then can use to access the database you picked. The function invokes the system wizard which will guide you through accessing a database, configuring parameters such as logon credentials, and testing the data source. Once the wizard dialog appears, choose the option to use a connection string, and press the button to create one. Now you can select the driver type, choose the database and configure parameters. Once you finish the wizard, New-ConnectionString returns the connection string you just created. NOTE THAT MANY DATABASE DRIVERS CURRENTLY EXIST ONLY IN 32BIT VERSIONS so on 64bit machines, you may want to run this function in a 32bit PowerShell console.</description><enclosure url="http://powershell.com/cs/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.00.95.29/3cmvok0m.ps1" length="246" type="image/jpeg" /></item><item><title>Stop-Jobs</title><link>http://powershell.com/cs/media/p/7679.aspx</link><pubDate>Wed, 22 Sep 2010 15:20:25 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:7679</guid><dc:creator>rbhatia</dc:creator><slash:comments>0</slash:comments><description>Stop all actively running SQL jobs</description><enclosure url="http://powershell.com/cs/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.00.76.79/jsfdmamk.ps1" length="1655" type="image/jpeg" /></item><item><title>Set-SQL.ps1</title><link>http://powershell.com/cs/media/p/1643.aspx</link><pubDate>Fri, 27 Feb 2009 15:49:20 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:1643</guid><dc:creator>Niklas Goude</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;This Script Let&amp;rsquo;s you Modify SQL databases through PowerShell.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.powershell.nu/2009/01/30/another-handy-sql-function-in-powershell/"&gt;Read 
more about it here &amp;gt;&amp;gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;goude@powershell.nu&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.powershell.nu"&gt;www.powershell.nu&lt;/a&gt;&lt;/p&gt;</description><enclosure url="http://www.powershell.nu/wp-content/uploads/2009/02/set-sql.ps1" length="1922" type="text/plain" /></item><item><title>Get-SQL.ps1</title><link>http://powershell.com/cs/media/p/1642.aspx</link><pubDate>Fri, 27 Feb 2009 15:47:52 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:1642</guid><dc:creator>Niklas Goude</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;This Script lets you Query an SQL Database and get the information returned in a 
HashTable Array.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.powershell.nu/2009/01/27/handy-sql-function-in-powershell/"&gt;Read 
more about it here &amp;gt;&amp;gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;goude@powershell.nu&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.powershell.nu"&gt;www.powersehll.nu&lt;/a&gt;&lt;/p&gt;</description><enclosure url="http://www.powershell.nu/wp-content/uploads/2009/02/get-sql.ps1" length="2230" type="text/plain" /></item><item><title>Get Database Status in HTML, status are shows in differents colors</title><link>http://powershell.com/cs/media/p/1390.aspx</link><pubDate>Fri, 06 Feb 2009 11:32:19 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:1390</guid><dc:creator>ESL</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;GEt the status of databases for a named instance, colors are function of databases status ex:&lt;/p&gt;
&lt;p&gt;Normal = Blue&lt;/p&gt;
&lt;p&gt;Offline&amp;nbsp; = Grey &lt;/p&gt;
&lt;p&gt;Using SMO Library, script based from an idera script [ CreateDB-MSSQL-UsingSMO]&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description><enclosure url="http://powershell.com/cs/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.00.13.90/GetDatabaseStatus_2D00_UsingSMO.ps1" length="2493" type="text/plain" /></item><item><title>Execute MSSQL Query that returns a table</title><link>http://powershell.com/cs/media/p/169.aspx</link><pubDate>Sat, 08 Nov 2008 19:41:16 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:169</guid><dc:creator>George</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;This script will execute a query based on the contents of an sql/txt file provided as the first parameter.&amp;nbsp; If the file is not found, the parameter is treated as a sql query.&amp;nbsp; Optional parameters are available for specifying the server/database/username/password.&lt;/p&gt;
&lt;p&gt;The result is expected to be in a table format and will be returned as a formatted-table.&lt;/p&gt;</description><enclosure url="http://powershell.com/cs/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.00.01.69/Execute_2D00_MSSQL_2D00_Command.ps1" length="3174" type="application/octet-stream" /></item><item><title>Get MSSQL Servers using SMO</title><link>http://powershell.com/cs/media/p/168.aspx</link><pubDate>Sat, 08 Nov 2008 15:34:16 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:168</guid><dc:creator>George</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Get the available SQL Server instances&lt;/p&gt;</description><enclosure url="http://powershell.com/cs/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.00.01.68/Get_2D00_MSSQLServers_2D00_UsingSMO.ps1" length="187" type="application/octet-stream" /></item><item><title>Stop-SQLServerService</title><link>http://powershell.com/cs/media/p/65.aspx</link><pubDate>Mon, 06 Oct 2008 14:46:47 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:65</guid><dc:creator>Richard Giles</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Stop SQL Server service for default instance&lt;/p&gt;</description><enclosure url="http://powershell.com/cs/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.00.00.65/Stop_2D00_SQLServerService.ps1" length="919" type="application/octet-stream" /></item><item><title>Start-SQLServerService</title><link>http://powershell.com/cs/media/p/64.aspx</link><pubDate>Mon, 06 Oct 2008 14:45:51 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:64</guid><dc:creator>Richard Giles</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Start SQL Server service for default instance.&lt;/p&gt;</description><enclosure url="http://powershell.com/cs/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.00.00.64/Start_2D00_SQLServerService.ps1" length="910" type="application/octet-stream" /></item><item><title>List-MSSQL-PropertyInfo</title><link>http://powershell.com/cs/media/p/63.aspx</link><pubDate>Mon, 06 Oct 2008 14:41:59 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:63</guid><dc:creator>Richard Giles</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;List Properties of a SQL Server instance using WMI.&lt;/p&gt;</description><enclosure url="http://powershell.com/cs/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.00.00.63/List_2D00_MSSQL_2D00_PropertyInfo.ps1" length="1231" type="application/octet-stream" /></item><item><title>List-MSSQL-FailedJobs</title><link>http://powershell.com/cs/media/p/62.aspx</link><pubDate>Mon, 06 Oct 2008 14:40:36 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:62</guid><dc:creator>Richard Giles</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;List failed SQL Server jobs using SMO.&lt;/p&gt;</description><enclosure url="http://powershell.com/cs/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.00.00.62/List_2D00_MSSQL_2D00_FailedJobs.ps1" length="2377" type="application/octet-stream" /></item><item><title>Get-MSSQL-Views-Csv</title><link>http://powershell.com/cs/media/p/61.aspx</link><pubDate>Mon, 06 Oct 2008 14:38:33 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:61</guid><dc:creator>Richard Giles</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Connect to SQL Server and output selected views to CSV.&lt;/p&gt;</description><enclosure url="http://powershell.com/cs/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.00.00.61/Get_2D00_MSSQL_2D00_Views_2D00_Csv.ps1" length="2345" type="application/octet-stream" /></item><item><title>Get-MSSQL-ServerAttrib-Html</title><link>http://powershell.com/cs/media/p/60.aspx</link><pubDate>Mon, 06 Oct 2008 14:33:38 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:60</guid><dc:creator>Richard Giles</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Connect to SQL Server and output server attributes to HTML&lt;/p&gt;</description><enclosure url="http://powershell.com/cs/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.00.00.60/Get_2D00_MSSQL_2D00_ServerAttrib_2D00_Html.ps1" length="2589" type="application/octet-stream" /></item></channel></rss>
