﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » .NET Forums » General .NET Discussion  » moving entire SQL server to new hardware?</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 01:52:02 GMT</lastBuildDate><ttl>20</ttl><item><title>moving entire SQL server to new hardware?</title><link>http://forum.strataframe.net/FindPost10606.aspx</link><description>I spent the past 1.5 days on the phone with MS trying to get our SQL Server stable, no luck. I am not a DBA so I have never moved an entire server from one box to another and I cant seem to find any good articles on how to do this. Anyone that can give me a push in the right direction will be my hero. I have only about 20 databases for various projects.&lt;br&gt;
&lt;br&gt;
Do I have to move the system databases or can i just migrate the user databases to the new server?&lt;br&gt;
&lt;br&gt;
Anything special when moving the Strataframe db?</description><pubDate>Mon, 30 Jul 2007 10:31:45 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: moving entire SQL server to new hardware?</title><link>http://forum.strataframe.net/FindPost10638.aspx</link><description>Yep, I usually just manually replace the users also, but once we moved a database with like a 100+ users.  A different method was called form ;)&lt;br&gt;
&lt;br&gt;
Glad you got it moved!</description><pubDate>Mon, 30 Jul 2007 10:31:45 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: moving entire SQL server to new hardware?</title><link>http://forum.strataframe.net/FindPost10624.aspx</link><description>Glad you got them running :)&amp;nbsp; I didn't realize that the users were all stored in master... when we move a DB from one server to another, we generally either back it up and restore it or just detatch it and re-attach it to the new server and recreate the logins.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Good article Greg :)</description><pubDate>Mon, 30 Jul 2007 08:56:31 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: moving entire SQL server to new hardware?</title><link>http://forum.strataframe.net/FindPost10622.aspx</link><description>Thanks Greg, that worked well. I am up and running on the new SQL box this morning.&lt;br&gt;
&lt;br&gt;
Since it is just an internal server, I didn't sweat the login issues, we just manually replaced them.&lt;br&gt;
&lt;br&gt;</description><pubDate>Mon, 30 Jul 2007 08:53:39 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: moving entire SQL server to new hardware?</title><link>http://forum.strataframe.net/FindPost10610.aspx</link><description>Check out this article:&lt;br&gt;
&lt;br&gt;
[url]http://vyaskn.tripod.com/moving_sql_server.htm[/url]&lt;br&gt;
&lt;br&gt;
Also, I have somewhere a script that can be used to move users from one server to another.  This is handy if you need to move just a subset of the databases, not the whole enchilada. Let me know if you need that.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
* Logins are stored in master, and they are assigned a user id by sql that is referenced internally. Thus, when you move a database, the users assigned to that database will be referencing the guid from the old database and it will not work. This is even if the user name is the same. You have to then manually remove the users from the just moved database, then add the logins to the new server, then add them back to the database.  The script I have somewhere actually will move users from one server to another, thus the database will not need to be messes with at all.</description><pubDate>Fri, 27 Jul 2007 21:35:06 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item></channel></rss>