<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>Ahmed Ibrahim - SQL Server - All Comments</title><link>http://blogs.msdn.com/b/ai/</link><description>It is mainly about SQL Server</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Migrating SQL Server 2000 user databases to SQL server 2012</title><link>http://blogs.msdn.com/b/ai/archive/2012/08/08/migrating-sql-server-2000-user-databases-to-sql-server-2012.aspx#10418900</link><pubDate>Wed, 15 May 2013 13:12:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10418900</guid><dc:creator>Marx</dc:creator><description>&lt;p&gt;Great post. It saved me tons of times. Thanks again.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10418900" width="1" height="1"&gt;</description></item><item><title>re: Installing SQL Server 2008 plus Service Pack 3 using slipstream on Windows Server 2012 RC in un-attended mode.</title><link>http://blogs.msdn.com/b/ai/archive/2012/07/19/installing-sql-server-2008-plus-service-pack-3-using-slipstream-on-windows-server-2012-rc-in-un-attended-mode.aspx#10404976</link><pubDate>Mon, 25 Mar 2013 04:41:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10404976</guid><dc:creator>hthefa</dc:creator><description>&lt;p&gt;this very good&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10404976" width="1" height="1"&gt;</description></item><item><title>re: T-SQL script to backup all user databases with time stamped backup file.</title><link>http://blogs.msdn.com/b/ai/archive/2012/05/29/t-sql-script-to-backup-all-user-databases-with-time-stamped-backup-file.aspx#10401136</link><pubDate>Mon, 11 Mar 2013 11:47:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10401136</guid><dc:creator>Ahmed Ibrahim - MSFT</dc:creator><description>&lt;p&gt;Thanks a lot Troy for the feedback :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10401136" width="1" height="1"&gt;</description></item><item><title>re: T-SQL script to backup all user databases with time stamped backup file.</title><link>http://blogs.msdn.com/b/ai/archive/2012/05/29/t-sql-script-to-backup-all-user-databases-with-time-stamped-backup-file.aspx#10401134</link><pubDate>Mon, 11 Mar 2013 11:36:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10401134</guid><dc:creator>Troy Hunt</dc:creator><description>&lt;p&gt;Thanks Ahmed, this was very handy, just one little suggestion: encapsulate the &amp;quot;@dbName&amp;quot; string in the backup statement in square brackets. The script failed for me as is when the DB has a dash in the name.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10401134" width="1" height="1"&gt;</description></item><item><title>re: T-SQL script to backup all user databases with time stamped backup file.</title><link>http://blogs.msdn.com/b/ai/archive/2012/05/29/t-sql-script-to-backup-all-user-databases-with-time-stamped-backup-file.aspx#10400927</link><pubDate>Sun, 10 Mar 2013 06:00:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10400927</guid><dc:creator>Ahmed Ibrahim - MSFT</dc:creator><description>&lt;p&gt;You can filter user database by modifying below query&lt;/p&gt;
&lt;p&gt;select name as DatabaseName&lt;/p&gt;
&lt;p&gt;from sys.sysdatabases&lt;/p&gt;
&lt;p&gt;where ([dbid] &amp;gt; 4) and ([name] not like &amp;#39;$&amp;#39;)&lt;/p&gt;
&lt;p&gt;and add in clause to specify certain database names &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10400927" width="1" height="1"&gt;</description></item><item><title>re: T-SQL script to backup all user databases with time stamped backup file.</title><link>http://blogs.msdn.com/b/ai/archive/2012/05/29/t-sql-script-to-backup-all-user-databases-with-time-stamped-backup-file.aspx#10400854</link><pubDate>Sat, 09 Mar 2013 12:06:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10400854</guid><dc:creator>aditim</dc:creator><description>&lt;p&gt;Can you please tell how to use the above script for any particular database or only 2-3 databases&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10400854" width="1" height="1"&gt;</description></item><item><title>re: Workaround for SQL Server 2012 setup deployment requiring access to Visual Studio media</title><link>http://blogs.msdn.com/b/ai/archive/2012/04/28/work-around-for-sql-server-2012-setup-deployment-requiring-access-to-visual-studio-media.aspx#10364593</link><pubDate>Wed, 31 Oct 2012 17:13:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10364593</guid><dc:creator>Heather</dc:creator><description>&lt;p&gt;I have done all of the posted steps, but still having problem trying to install the vs_setup.msi. &amp;nbsp;Any tips?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10364593" width="1" height="1"&gt;</description></item><item><title>re: Workaround for SQL Server 2012 setup deployment requiring access to Visual Studio media</title><link>http://blogs.msdn.com/b/ai/archive/2012/04/28/work-around-for-sql-server-2012-setup-deployment-requiring-access-to-visual-studio-media.aspx#10364096</link><pubDate>Tue, 30 Oct 2012 16:42:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10364096</guid><dc:creator>Ahmed Ibrahim - MSFT</dc:creator><description>&lt;p&gt;Thanks, Sarabpreet for taking the time to read and comment on this blog post.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10364096" width="1" height="1"&gt;</description></item><item><title>re: Workaround for SQL Server 2012 setup deployment requiring access to Visual Studio media</title><link>http://blogs.msdn.com/b/ai/archive/2012/04/28/work-around-for-sql-server-2012-setup-deployment-requiring-access-to-visual-studio-media.aspx#10364069</link><pubDate>Tue, 30 Oct 2012 15:50:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10364069</guid><dc:creator>Sarabpreet Singh Anand</dc:creator><description>&lt;p&gt;Helpful Indeed. &lt;/p&gt;
&lt;p&gt;Thanks Ahmed for sharing this. :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10364069" width="1" height="1"&gt;</description></item><item><title>re: Installing SQL Server 2012 with Cumulative Update 1 (CU1) using Product update feature</title><link>http://blogs.msdn.com/b/ai/archive/2012/07/05/installing-sql-server-2012-with-cumulative-update-1-cu1-using-product-update-feature.aspx#10358854</link><pubDate>Thu, 11 Oct 2012 18:25:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10358854</guid><dc:creator>Ahmed Ibrahim - MSFT</dc:creator><description>&lt;p&gt;Thanks a lot Alberto for having the time to read and comment on my blog and yes this method is supported for Service Packs as well.It is even smart to have the folder C:\SQL2012Updates contain many Service Packs and CU packages and it will go scan and pick the highest applicable version.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10358854" width="1" height="1"&gt;</description></item></channel></rss>