<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://orourke.tv/web/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>orourke.tv - vendors:microsoft:sql</title>
        <description>every banana has 5 sides</description>
        <link>http://orourke.tv/web/</link>
        <lastBuildDate>Fri, 26 Jun 2026 20:26:30 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>http://orourke.tv/web/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
            <title>orourke.tv</title>
            <link>http://orourke.tv/web/</link>
        </image>
        <item>
            <title>migrate-std-to-dev</title>
            <link>http://orourke.tv/web/doku.php?id=vendors:microsoft:sql:migrate-std-to-dev&amp;rev=1716192623&amp;do=diff</link>
            <description>Migrate to SQL Developer Edition

If you installed a full edition (e.g. standard or enterprise edition)  in a lab environment and you need to migrate to developer edition - these are the steps to follow.

Reference: &lt;https://docs.aws.amazon.com/sql-server-ec2/latest/userguide/downgrade-sql-server-on-ec2.html&gt;

	* Create a Full backup of all user and system databases. Ensure that the backup completes successfully before continuing.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 20 May 2024 08:10:23 +0000</pubDate>
        </item>
        <item>
            <title>sqlcmd</title>
            <link>http://orourke.tv/web/doku.php?id=vendors:microsoft:sql:sqlcmd&amp;rev=1715704962&amp;do=diff</link>
            <description>SQLCMD

	* &lt;https://learn.microsoft.com/en-us/sql/tools/sqlcmd/sqlcmd-utility?view=sql-server-ver16&amp;tabs=go%2Cwindows&amp;pivots=cs1-bash&gt;


sqlcmd -S MyServer -d myDB -E -Q &quot;select col1, col2, col3 from SomeTable&quot; 
       -o &quot;MyData.csv&quot; -h-1 -s&quot;,&quot; -w 700
-h-1 removes column name headers from the result
-s&quot;,&quot; sets the column separator to ,
-w 700 sets the row width to 700 chars (this will need to be as wide as the longest row or it will wrap to the next line)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 14 May 2024 16:42:42 +0000</pubDate>
        </item>
    </channel>
</rss>
