<?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>SQL Server 2005 Database Mirroring and Windows SharePoint Services 3.0/Microsoft Office SharePoint Server 2007 - Part 1 (Introduction, Overview, and basics)</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx</link><description>This will be the first of a multi-part series covering SQL Server 2005 Database Mirroring and Windows SharePoint Services 3.0 / Microsoft Office SharePoint Server 2007 . This post will cover an introduction to SQL Server 2005 Database Mirroring, an overview,</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>" + title + "</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#813098</link><pubDate>Tue, 24 Apr 2007 09:42:58 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:813098</guid><dc:creator>" + title + "</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.virtual-generations.com/2007/04/24/sharepoint-2007-link-dump-4-24-2007/"&gt;http://www.virtual-generations.com/2007/04/24/sharepoint-2007-link-dump-4-24-2007/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Database Mirroring and Windows SharePoint Services 3.0/Microsoft Office SharePoint Server 2007 - Part 1 (Introduction, Overview, and basics)</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#821651</link><pubDate>Wed, 25 Apr 2007 19:24:55 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:821651</guid><dc:creator>Marcel Jeanneau</dc:creator><description>&lt;p&gt;Hi William, I've testing SQL 2005 Mirroring with MOSS but it's not working for me. I have 4 VPCs there I'm trying this: 3 SQL SP1 (principal, mirror and witness) and a MOSS RTM box. I installed MOSS using 7 accounts (Install account, farm account, moss app pool account, ssp app pool account, ssp service account, search account and index account). Well I configured SQL Mirroring successfully, and failover works fine (I tested it pausing the sql principal server and after a while put it back online, and it assumed de mirror role). So SQL is fine. The problem is when I try to reconfigure MOSS to point to the new principal server. According to the whitepaper I do first:&lt;/p&gt;
&lt;p&gt;stsadm.exe -o renameserver -oldservername SQLPRINCIPAL -newservername SQLMIRROR&lt;/p&gt;
&lt;p&gt;and restart MOSS. It SHOULD let me get to the Central Administration site to continue with the process. Well I can't get to the site. When I open the central admin site it tells me &amp;quot;Can't connect to the configuration database&amp;quot;. If I switch SQL roles back to innitial state and issue stsadm -o renameserver on the reverse direction I get my portal back online. But certainly I can't take advantage of SQL mirroring since I can't reconfigure MOSS to point to the new principal database, at least, as I told you, following the whitepaper.&lt;/p&gt;
&lt;p&gt;Any idea?&lt;/p&gt;</description></item><item><title>re: SQL Server 2005 Database Mirroring and Windows SharePoint Services 3.0/Microsoft Office SharePoint Server 2007 - Part 1 (Introduction, Overview, and basics)</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#821683</link><pubDate>Wed, 25 Apr 2007 19:40:49 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:821683</guid><dc:creator>Bill Baer</dc:creator><description>&lt;p&gt;In this scenario I would first use STSADM to set the database server for the SharePoint 3.0 Central Administration content database by running STSADM -o deletecontentdb (see example), assuming the operation completes successfully, run the STSADM operations required to instruct SharePoint Products and Technologies of the new configuration database server or new principal in this case. &amp;nbsp;Once Central Administration is available from a web front-end computer, you can begin the process of updating the database server hosting the content databases, shared services, etc.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;stsadm -o deletecontentdb -url &amp;quot;&amp;lt;&lt;a rel="nofollow" target="_new" href="http://centraladminwebapplicationurl&amp;gt;&amp;quot;"&gt;http://centraladminwebapplicationurl&amp;gt;&amp;quot;&lt;/a&gt; -databasename &amp;quot;&amp;lt;centraladmincontentdatabase&amp;gt;&amp;quot; -databaseserver &amp;quot;&amp;lt;failedprincipal&amp;gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;stsadm -o addcontentdb -url &amp;quot;&amp;lt;&lt;a rel="nofollow" target="_new" href="http://centraladminwebapplication&amp;gt;&amp;quot;"&gt;http://centraladminwebapplication&amp;gt;&amp;quot;&lt;/a&gt; -databasename &amp;quot; &amp;lt;centraladmincontentdatabase&amp;gt;&amp;quot; -databaseserver &amp;quot;&amp;lt;newprincial&amp;gt;&amp;quot; &lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Database Mirroring and Windows SharePoint Services 3.0/Microsoft Office SharePoint Server 2007 - Part 1 (Introduction, Overview, and basics)</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#822442</link><pubDate>Wed, 25 Apr 2007 22:57:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:822442</guid><dc:creator>Marcel Jeanneau</dc:creator><description>&lt;p&gt;Additional question, when talking about Search Database Failover, what do you mean by &amp;lt;searchname&amp;gt;? Is it the search database name?&lt;/p&gt;</description></item><item><title>re: SQL Server 2005 Database Mirroring and Windows SharePoint Services 3.0/Microsoft Office SharePoint Server 2007 - Part 1 (Introduction, Overview, and basics)</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#822699</link><pubDate>Thu, 26 Apr 2007 00:35:56 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:822699</guid><dc:creator>Bill Baer</dc:creator><description>&lt;p&gt;Search name refers to the name assigned to the search database; I should mention that while mirroring the configuration and other databases can be acheived through proper implementation of STSADM operations, support of database mirroring for SharePoint Products and Technologies is limited to the content databases.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Database Mirroring and Windows SharePoint Services 3.0/Microsoft Office SharePoint Server 2007 - Part 1 (Introduction, Overview, and basics)</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#828483</link><pubDate>Thu, 26 Apr 2007 23:10:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:828483</guid><dc:creator>Last suggestion not working</dc:creator><description>&lt;p&gt;William, I tried to remove the central admin content db from the failed principal with the command listed above, but it tells me &amp;quot;Farm not available. Reference to object not stablished as an object instance.&amp;quot; The db name is right, dbserver name is right too. Any suggestion?&lt;/p&gt;</description></item><item><title>WSS FAQ additions and changes LII - 23rd - 29th April 2007</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#842658</link><pubDate>Sun, 29 Apr 2007 08:56:10 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:842658</guid><dc:creator>Mike Walsh's WSS and more</dc:creator><description /></item><item><title>WSS FAQ additions and changes LII - 23rd - 29th April 2007</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#842659</link><pubDate>Sun, 29 Apr 2007 08:57:09 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:842659</guid><dc:creator>Mike Walsh's WSS and more</dc:creator><description /></item><item><title>Fantastic Article on Using Database Mirroring with WSS 3.0/MOSS</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#876726</link><pubDate>Thu, 03 May 2007 16:50:07 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:876726</guid><dc:creator>Technical Weblog of Eric Charran</dc:creator><description>&lt;p&gt;Bill Baer put together some fantastic guidance on how to consider database mirroring as a backup for&lt;/p&gt;
</description></item><item><title>Replication and High Availability</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#898432</link><pubDate>Mon, 07 May 2007 09:51:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:898432</guid><dc:creator>Joel Oleson's SharePoint Land</dc:creator><description>&lt;p&gt;The term replication comes up quite frequently in large deployments. It means a number of things to a&lt;/p&gt;
</description></item><item><title>MOSS and SQL Mirroring - Advice from Technology Specialist</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#898956</link><pubDate>Mon, 07 May 2007 12:17:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:898956</guid><dc:creator>Tales From The Field</dc:creator><description>&lt;p&gt;Bill Baer has started a series of blogs on the subject of SQL 2005 Mirroring as solution for failover&lt;/p&gt;</description></item><item><title>MOSS and SQL Mirroring - Advice from Technology Specialist</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#898963</link><pubDate>Mon, 07 May 2007 12:18:24 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:898963</guid><dc:creator>Tales From The Field</dc:creator><description>&lt;p&gt;Bill Baer has started a series of blogs on the subject of SQL 2005 Mirroring as one solution for failover&lt;/p&gt;</description></item><item><title>SQL Server 2005 Database Mirroring and Windows SharePoint Services 3.0/Microsoft Office SharePoint Server 2007 - Part 2 (Configuration)</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#1058464</link><pubDate>Sat, 26 May 2007 00:19:59 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1058464</guid><dc:creator>William Baer</dc:creator><description>&lt;p&gt;This is the second part of a multi-part series on using SQL Server 2005 Database Mirroring with SharePoint&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Database Mirroring and Windows SharePoint Services 3.0/Microsoft Office SharePoint Server 2007 - Part 1 (Introduction, Overview, and basics)</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#1300731</link><pubDate>Wed, 20 Jun 2007 10:00:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1300731</guid><dc:creator>Pedro</dc:creator><description>&lt;p&gt;Hi William, if I run this command:&lt;/p&gt;
&lt;p&gt;stsadm –o editssp –title WSS_Serach_MyServer –ssplogin user –ssppassword something -searchdatabaseserver MyNewServer&lt;/p&gt;
&lt;p&gt;I get the following error:&lt;/p&gt;
&lt;p&gt;The following arguments are invalid: searchdatabaseserver &lt;/p&gt;
&lt;p&gt;Can you explain whats wrong?&lt;/p&gt;</description></item><item><title>re: SQL Server 2005 Database Mirroring and Windows SharePoint Services 3.0/Microsoft Office SharePoint Server 2007 - Part 1 (Introduction, Overview, and basics)</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#1304640</link><pubDate>Wed, 20 Jun 2007 17:21:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1304640</guid><dc:creator>Abi</dc:creator><description>&lt;p&gt;Hi Bill Baer,&lt;/p&gt;
&lt;p&gt;I am Abi and i aam learning database mirroring set up. &amp;nbsp;Your article is very good and i learnt so many thing from your article. Also could you send me the article &amp;nbsp;of clustering. I got lot of articles in clustering but what i am looking for &amp;nbsp;has not yet been found. &lt;/p&gt;
&lt;p&gt;I have the clustered Environment already set up. I need the &amp;nbsp;documentation or artilcle that &amp;nbsp;talks about managing the SQL server &amp;nbsp;instances in the clustered environment. &amp;nbsp;If you can, please send me the artilce or documents whatever you have to manage the SQL Server Instance in Clustered Environment. &lt;/p&gt;
&lt;p&gt;I look forward to hearing from you soon. &lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;</description></item><item><title>re: SQL Server 2005 Database Mirroring and Windows SharePoint Services 3.0/Microsoft Office SharePoint Server 2007 - Part 1 (Introduction, Overview, and basics)</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#1438567</link><pubDate>Wed, 04 Jul 2007 16:00:15 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1438567</guid><dc:creator>gmagerr</dc:creator><description>&lt;p&gt;Hi Bill&lt;/p&gt;
&lt;p&gt;Great article. Well I have a medium farm set up with two SQL 2005 servers on the backend mirrored. I do the failover and run the stsadm commands to get all of my sites up and running. Everything works like a charm. The only thing that's not working is search. I run this command&lt;/p&gt;
&lt;p&gt;stsadm -o editssp -title WSS_Portal_search -ssplogin contoso\spadmin -ssppassword p@ssw0rd -searchdatabaseserver sqlmirror&lt;/p&gt;
&lt;p&gt;and I get an error message &lt;/p&gt;
&lt;p&gt;The following arguments are invalid: searchdatabaseserver&lt;/p&gt;
&lt;p&gt;stsadm -o editssp&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-title &amp;lt;SSP name&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[-newtitle &amp;lt;new SSP name&amp;gt;]&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[-sspadminsite &amp;lt;administration site url&amp;gt;]&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[-ssplogin &amp;lt;username&amp;gt;]&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[-ssppassword &amp;lt;password&amp;gt;]&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[-indexserver &amp;lt;index server&amp;gt;]&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[-indexlocation &amp;lt;index file path&amp;gt;]&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[-setaccounts &amp;lt;process accounts (domain\username)&amp;gt;]&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[-ssl &amp;lt;yes|no&amp;gt;]&lt;/p&gt;
&lt;p&gt;Any ideas? I was on the phone with Microsoft for eight hours the other day. They couldn't help.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Database Mirroring and Windows SharePoint Services 3.0/Microsoft Office SharePoint Server 2007 - Part 1 (Introduction, Overview, and basics)</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#1610628</link><pubDate>Thu, 26 Jul 2007 01:37:16 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1610628</guid><dc:creator>Tate</dc:creator><description>&lt;p&gt;Just got off the phone with MS and the stsadm -o edditssp with the searchdatabaseserver and sspdatabaseserver argumetns are invalid.&lt;/p&gt;
&lt;p&gt;As Bill mentions (I did not catch this until I re-read this page) that mirroring is limited to the content databases only. &lt;/p&gt;</description></item><item><title>Mirroring, Log Shipping and High Availability resources</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#1648487</link><pubDate>Mon, 30 Jul 2007 04:42:54 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1648487</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;Last week at TechReady I attended Mike Watson&amp;amp;#39;s and James Petrosky&amp;amp;#39;s talk on HA and DR scenarios&lt;/p&gt;
</description></item><item><title>SQL Server 2005 Database Mirroring and Windows SharePoint Services 3.0/Microsoft Office SharePoint Server 2007 - Part 3 (Failover)</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#1676650</link><pubDate>Thu, 02 Aug 2007 03:27:42 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1676650</guid><dc:creator>Bill Baer</dc:creator><description>&lt;p&gt;Database mirroring is increasing in popularity and becoming an integral part of high availability and&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Database Mirroring and Windows SharePoint Services 3.0/Microsoft Office SharePoint Server 2007 - Part 1 (Introduction, Overview, and basics)</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#1753882</link><pubDate>Tue, 14 Aug 2007 22:51:30 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1753882</guid><dc:creator>vipin</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Want to know s there any way on automatic failover i can fire stsadmin command to swith the Sharepoint to point to Mirrored DB, I tried to setup an job for Automatic Failover event alert of type CMD to run STSADMIN command.&lt;/p&gt;
&lt;p&gt;But looks like its not taking affect.&lt;/p&gt;
&lt;p&gt;Any clue how to verify that command is executing on alert or not some log or any thing else, because in job history I am see job execution time and duration which is same when Aautomatic failover event fired, when i change the DB status from 'ALTER DATABASE &amp;lt;&amp;lt;DB&amp;gt;&amp;gt; SET PARTNER FAILOVER;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Vipin&lt;/p&gt;
&lt;p&gt;'&lt;/p&gt;</description></item><item><title>Cluster or mirror?</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#1762256</link><pubDate>Thu, 16 Aug 2007 06:33:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1762256</guid><dc:creator>Bill Baer</dc:creator><description>&lt;p&gt;Should I cluster or mirror? A few short months ago, the answer to that question would have been easy,&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Database Mirroring and Windows SharePoint Services 3.0/Microsoft Office SharePoint Server 2007 - Part 1 (Introduction, Overview, and basics)</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#1762454</link><pubDate>Thu, 16 Aug 2007 07:34:32 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1762454</guid><dc:creator>Bill Baer</dc:creator><description>&lt;p&gt;I am assuming you are calling the renameserver operation?&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Database Mirroring and Windows SharePoint Services 3.0/Microsoft Office SharePoint Server 2007 - Part 1 (Introduction, Overview, and basics)</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#1802751</link><pubDate>Wed, 22 Aug 2007 16:29:12 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1802751</guid><dc:creator>Muthu</dc:creator><description>&lt;p&gt;Can somebody help &amp;quot;how to transfer WSS v3 database to another drive in same server instead of root drive&amp;quot;&lt;/p&gt;
&lt;p&gt;I really need help on this...&lt;/p&gt;
&lt;p&gt;muthu&lt;/p&gt;</description></item><item><title>re: SQL Server 2005 Database Mirroring and Windows SharePoint Services 3.0/Microsoft Office SharePoint Server 2007 - Part 1 (Introduction, Overview, and basics)</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#1861516</link><pubDate>Thu, 30 Aug 2007 17:52:44 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1861516</guid><dc:creator>Bill Baer</dc:creator><description>&lt;p&gt;Muthu;&lt;/p&gt;
&lt;p&gt;Default database locations are established on the SQL database server - these settings will define where new databases are created. &amp;nbsp;For a list of sample T-SQL statements that can be used to move data and log files visit &lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/kb/224071"&gt;http://support.microsoft.com/kb/224071&lt;/a&gt;. &amp;nbsp;If using SQL Server 2005 you can change the location using the Management Studio user inteface. &amp;nbsp;To simply the data/log file move, you may wish to leave the database attached to Windows SharePoint Services 3.0/Microsoft Office SharePoint Server 2007.&lt;/p&gt;
</description></item><item><title>SQLTeach Vancouver Resources</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#2575033</link><pubDate>Tue, 27 Nov 2007 22:38:19 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2575033</guid><dc:creator>Canadian IT Professionals</dc:creator><description>&lt;p&gt;Database Mirroring Resources: SQL Server: Database Mirroring Best Practices and Performance Considerations&lt;/p&gt;
</description></item><item><title>SharePoint Database Resources</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#2728647</link><pubDate>Thu, 10 Jan 2008 00:11:28 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2728647</guid><dc:creator>Mirrored Blogs</dc:creator><description>&lt;p&gt;Body: I just had a client ask about migrating a MOSS/WSS database and found this article and this one&lt;/p&gt;
</description></item><item><title>Resources for TechNet Webcast: SharePoint Server 2007 (Part 3 of 6): Disaster Recovery</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#2772760</link><pubDate>Wed, 23 Jan 2008 17:52:17 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2772760</guid><dc:creator>Full of I.T.</dc:creator><description>&lt;p&gt;Here are some resources relating to part 3 of the SharePoint Server 2007 webcast series I'm presenting,&lt;/p&gt;
</description></item><item><title>Database Mirroring Whitepaper Updated</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#2955677</link><pubDate>Mon, 03 Mar 2008 20:59:43 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2955677</guid><dc:creator>Bill Baer</dc:creator><description>&lt;p&gt;The SQL Server 2005 Database Mirroring with SharePoint Products and Technologies whitepaper has been&lt;/p&gt;
</description></item><item><title>Setting up a mirrored failover environment for MOSS</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#3127578</link><pubDate>Wed, 24 Sep 2008 10:30:16 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3127578</guid><dc:creator>ASPInsiders</dc:creator><description>&lt;p&gt;I came across these great resources for setting up a mirrored failover environment for MOSS: SQL Server&lt;/p&gt;
</description></item><item><title>Mirrored Failover Environment</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#3128772</link><pubDate>Fri, 26 Sep 2008 09:44:01 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3128772</guid><dc:creator>Mirrored Blogs</dc:creator><description>&lt;p&gt;Interesantes Recursos para configuraci&amp;#243;n de entornos de Alta Disponibilidad para SharePoint en Base a&lt;/p&gt;
</description></item><item><title>SharePoint Server 2007 SP 1 и SQL Server 2008</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#3220372</link><pubDate>Tue, 31 Mar 2009 16:30:30 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3220372</guid><dc:creator>Вокруг BPIO: BI, SharePoint, Enterprise Search и т.д.</dc:creator><description>&lt;p&gt;SharePoint SP1 и SQL Server 2008 вышли достаточно давно, однако я все же наблюдаю некоторую опаску при&lt;/p&gt;
</description></item><item><title>MOSS 2007 and SQL Server 2008 - Better Together</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#3224108</link><pubDate>Wed, 08 Apr 2009 20:20:59 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3224108</guid><dc:creator>Vantage Point - Bob German's WebLog</dc:creator><description>&lt;p&gt;H1 { FONT-SIZE: medium } Many thanks to everyone who attended the MOSS 2007 and SQL 2008 &amp;quot;Better Together&amp;quot;&lt;/p&gt;
</description></item><item><title>Office SharePoint Server 2007 and SQL Server 2008 - Better Together!</title><link>http://blogs.technet.com/wbaer/archive/2007/04/23/sql-server-2005-database-mirroring-and-windows-sharepoint-services-3-0-microsoft-office-sharepoint-server-2007-part-1-introduction-overview-and-basics.aspx#3226969</link><pubDate>Thu, 16 Apr 2009 04:22:57 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3226969</guid><dc:creator>Microsoft Technology Centers blog</dc:creator><description>&lt;p&gt;(Cross-posted from Vantage Point: Bob German's Weblog ) H1 { FONT-SIZE: medium } Recently Rich Crane&lt;/p&gt;
</description></item></channel></rss>