﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Discuss Content Posted by Paul Mu / Article Discussions / Article Discussions by Author  / Moving Your Database to a New Server / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Thu, 20 Jun 2013 03:33:31 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Moving Your Database to a New Server</title><link>http://www.sqlservercentral.com/Forums/Topic320368-328-1.aspx</link><description>Oddly enough, I found your question while searching for my name on Google.  I suspect we have the same name (and possibly the same middle initial).Personally, I would generate scripts for the subscriptions and verify that no references to serverA appear in the scripts.  Following my own advice, I find that the server name for my subscriber (transactional in this case) DOES in fact appear, but only in comments and job names.  Try generating the script for your merge subscription (it was easily done to a new query window in SSIS 2008).</description><pubDate>Fri, 20 Jul 2012 16:58:15 GMT</pubDate><dc:creator>christopher.kile</dc:creator></item><item><title>RE: Moving Your Database to a New Server</title><link>http://www.sqlservercentral.com/Forums/Topic320368-328-1.aspx</link><description>Hello,if my database has a merge publications with web sync. and has around 85 subscribers. i want to move it from ServerA to ServerB.ServerA will stay online since we have other databases and publications on it, but to decrease the load we will move this database to ServerBmy concern is that all subscribers will stay okay without the need to recreate them on ServerBhow can we do that?regards,</description><pubDate>Sat, 19 Mar 2011 16:51:55 GMT</pubDate><dc:creator>ck900i</dc:creator></item><item><title>RE: Moving Your Database to a New Server</title><link>http://www.sqlservercentral.com/Forums/Topic320368-328-1.aspx</link><description>Good article especially considering that there's a definite lack of concise, to the point articles out there on SQL Server migrations.It may be good to note also that GoldenGate Software just graduated from SQL Server trigger-based replication to replicating right off the transaction logs. DataMirror has something as well. And Quest Software could very well be coming out with something too.Another consideration from the "Understanding What is Involved" section may also be whether the OS environment is changing (i.e. going from 32-bit to 64-bit to get that extra RAM we're always starved for).</description><pubDate>Thu, 16 Nov 2006 17:33:00 GMT</pubDate><dc:creator>joe debuzna</dc:creator></item><item><title>RE: Moving Your Database to a New Server</title><link>http://www.sqlservercentral.com/Forums/Topic320368-328-1.aspx</link><description>&lt;P&gt;The last time I had to move a heavily used database to a new server as part of an upgrade to SQL 2005, I took a full backup, restored it on the new server, later took a differential backup when I was getting close to migration and then copied tlogs over to the new server when I was ready to migrate.&lt;/P&gt;&lt;P&gt;Downtime was minimal while backed up, copied, and restored the last tlog...  Good article.&lt;/P&gt;</description><pubDate>Thu, 16 Nov 2006 12:23:00 GMT</pubDate><dc:creator>john hill</dc:creator></item><item><title>RE: Moving Your Database to a New Server</title><link>http://www.sqlservercentral.com/Forums/Topic320368-328-1.aspx</link><description>&lt;P&gt;This is one way to perform a server change, but using differential backups the system downtime may be long.&lt;/P&gt;&lt;P&gt;I Belive that using transactional log backups this operation is faster than using diferential backups.&lt;/P&gt;</description><pubDate>Thu, 16 Nov 2006 11:53:00 GMT</pubDate><dc:creator>eduardo Pin</dc:creator></item><item><title>RE: Moving Your Database to a New Server</title><link>http://www.sqlservercentral.com/Forums/Topic320368-328-1.aspx</link><description>I agree with SAM, sort order/collation should be a major consideration, if you're in anything but a tiny shop - we have 5 different flavors here.  Putting a user database on a server having system databases of different sort/collation can give you plenty of problems.</description><pubDate>Thu, 16 Nov 2006 10:39:00 GMT</pubDate><dc:creator>TF-245998</dc:creator></item><item><title>RE: Moving Your Database to a New Server</title><link>http://www.sqlservercentral.com/Forums/Topic320368-328-1.aspx</link><description>&lt;P&gt;Great points. We've been doing a bit of 2000 to 2005 moving and we never took the compatibilitly issues as serious as we should. We've always had the attitude that "Well the database is a Microsoft database and they said it would work in 2005......."&lt;/P&gt;&lt;P&gt;I like the backup/restore model you mention. It does seem to offer a better method for sucess. &lt;/P&gt;&lt;P&gt;Thanks again for the help.&lt;/P&gt;</description><pubDate>Thu, 16 Nov 2006 09:08:00 GMT</pubDate><dc:creator>Sandy Wood</dc:creator></item><item><title>RE: Moving Your Database to a New Server</title><link>http://www.sqlservercentral.com/Forums/Topic320368-328-1.aspx</link><description>&lt;P&gt;Your primary downside to detach/attach-to-new scenarios is that the new server might not be completely backward compatible.  This has been the case in the past with some mighty well-known database offerings; on the plus side, it's usually well-documented in their release notes.  &lt;/P&gt;&lt;P&gt;If you usually give up a great deal of time in stepping down from these scenarios to data transfer scenarios (backup/restore,bulk copy, etc.), detach/attach is a good candidate.  I usually prefer to use a backup/restore, which insures, first, that I HAVE a backup and allows for the DBMS to reformat my database as it is restored, which feels to me to be more likely to work than a database either working perfectly in its new home or reformatting itself (if such is required) on attachment to a database server hosting a new version of the DBMS.&lt;/P&gt;</description><pubDate>Thu, 16 Nov 2006 09:00:00 GMT</pubDate><dc:creator>Christopher P. Kile</dc:creator></item><item><title>RE: Moving Your Database to a New Server</title><link>http://www.sqlservercentral.com/Forums/Topic320368-328-1.aspx</link><description>Great, detailed article especially helpful for a new DBA like myself. I've done a few database moves and I'm ashamed to admit that I've taken another way to accomplish the same task. I've detached and reattached the databases and they seem to work fine on the new servers. Any downsides to just doing it this way?</description><pubDate>Thu, 16 Nov 2006 08:15:00 GMT</pubDate><dc:creator>Sandy Wood</dc:creator></item><item><title>RE: Moving Your Database to a New Server</title><link>http://www.sqlservercentral.com/Forums/Topic320368-328-1.aspx</link><description>Watch out for default collations on the new server.  That one got me recently b/c I like to use accent insensitive (AI) and the SQL 2000 default is AS.</description><pubDate>Thu, 16 Nov 2006 05:56:00 GMT</pubDate><dc:creator>SQL-DBA</dc:creator></item><item><title>RE: Moving Your Database to a New Server</title><link>http://www.sqlservercentral.com/Forums/Topic320368-328-1.aspx</link><description>Very well described! What I specially like is that this article covers also the approach of such an exercise and how to minimize the impact on the business which has high demands regarding availability. Once again very helpful and complete for my purposes.ThanksRene</description><pubDate>Thu, 16 Nov 2006 04:31:00 GMT</pubDate><dc:creator>liebesiech</dc:creator></item><item><title>Moving Your Database to a New Server</title><link>http://www.sqlservercentral.com/Forums/Topic320368-328-1.aspx</link><description>Comments posted here are about the content posted at &lt;A HREF="temp"&gt;temp&lt;/A&gt;</description><pubDate>Fri, 03 Nov 2006 09:47:00 GMT</pubDate><dc:creator>Paul Mu</dc:creator></item></channel></rss>