<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.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>Tip: Take a moment to rename databases during a database attach upgrade</title><link>http://blogs.technet.com/b/tothesharepoint/archive/2011/11/29/tip-take-a-moment-to-rename-databases-during-a-database-attach-upgrade.aspx</link><description>SharePoint Products automatically generate GUID-based database names when databases are created, such as WSS_Content_ 2a24a7ecde1744d4823e31d77b266653. When you're ready to upgrade, if you don’t have a handy farm inventory, it can take a little time and</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Tip: Take a moment to rename databases during a database attach upgrade</title><link>http://blogs.technet.com/b/tothesharepoint/archive/2011/11/29/tip-take-a-moment-to-rename-databases-during-a-database-attach-upgrade.aspx#3468090</link><pubDate>Wed, 30 Nov 2011 12:58:32 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3468090</guid><dc:creator>Nico de Jong</dc:creator><description>&lt;p&gt;Better yet - resore, rename and move the mdf and ldf to your preferred location with T-SQL like&lt;/p&gt;
&lt;p&gt;RESTORE DATABASE SP2010UA_IntranetPortal_Content&lt;/p&gt;
&lt;p&gt;FROM DISK=&amp;#39;\\SomeServer\DBUAUpgrade\WSS_Content_Intranet.bak&amp;#39;&lt;/p&gt;
&lt;p&gt;WITH&lt;/p&gt;
&lt;p&gt;MOVE &amp;#39;WSS_Content_Intranet&amp;#39; TO &amp;#39;C:\Microsoft SQL Server\MSSQL\Data\SP2010UA_IntranetPortal_Content.mdf&amp;#39;,&lt;/p&gt;
&lt;p&gt;MOVE &amp;#39;WSS_Content_Intranet_log&amp;#39; &amp;nbsp;TO &amp;#39;C:\Microsoft SQL Server\MSSQL\Data\Logs\SP2010UA_IntranetPortal_Content_log.ldf&amp;#39;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3468090" width="1" height="1"&gt;</description></item><item><title>re: Tip: Take a moment to rename databases during a database attach upgrade</title><link>http://blogs.technet.com/b/tothesharepoint/archive/2011/11/29/tip-take-a-moment-to-rename-databases-during-a-database-attach-upgrade.aspx#3467999</link><pubDate>Tue, 29 Nov 2011 23:32:47 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3467999</guid><dc:creator>Craig Humphrey</dc:creator><description>&lt;p&gt;Better yet, don&amp;#39;t let the GUIDs get there in the first place!&lt;/p&gt;
&lt;p&gt;Giving new Content DBs sensible names is easy, even some of your service DBs can be named at creation time, others (I&amp;#39;m looking at you PerformancePoint) are harder.&lt;/p&gt;
&lt;p&gt;Using reusable/repeatable scripts like AutoSPInstaller (&lt;a rel="nofollow" target="_new" href="http://autospinstaller.codeplex.com/"&gt;autospinstaller.codeplex.com&lt;/a&gt;) can make life so much simpler, even in complex environments.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3467999" width="1" height="1"&gt;</description></item></channel></rss>