Re: transfer database to new server
From: Andrew J. Kelly (sqlmvpnooospam_at_shadhawk.com)
Date: 12/13/04
- Next message: peterDavey: "Data type precedence"
- Previous message: Jullietta Jung: "Re: Dynamically create column name within stored procedure"
- In reply to: shank: "transfer database to new server"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 12 Dec 2004 22:40:34 -0500
http://www.support.microsoft.com/?id=314546 Moving DB's between Servers
http://www.support.microsoft.com/?id=224071 Moving SQL Server Databases
to a New Location with Detach/Attach
http://support.microsoft.com/?id=221465 Using WITH MOVE in a
Restore
http://www.support.microsoft.com/?id=246133 How To Transfer Logins and
Passwords Between SQL Servers
http://www.support.microsoft.com/?id=298897 Mapping Logins & SIDs after a
Restore
http://www.dbmaint.com/SyncSqlLogins.asp Utility to map logins to
users
http://www.support.microsoft.com/?id=168001 User Logon and/or Permission
Errors After Restoring Dump
http://www.support.microsoft.com/?id=240872 How to Resolve Permission
Issues When a Database Is Moved Between SQL Servers
-- Andrew J. Kelly SQL MVP "shank" <shank@tampabay.rr.com> wrote in message news:unmBjML4EHA.2016@TK2MSFTNGP15.phx.gbl... > What is the easiest way to transfer a database over to a new server? I've > used DTS but have to go back and fix the ID fields from decimal to > numeric. That's a pain! I've generated the create table script, created > the table on the new server then transferred data. That was OK, but to do > that for twenty plus tables is a huge pain! Is it possible to generate the > create table script for all tables in one pass? Beyond all these issues, > I've user and permission problems. > > What is the easiest way to get all tables, data, and stored procedures > over to the new server? > > thanks >
- Next message: peterDavey: "Data type precedence"
- Previous message: Jullietta Jung: "Re: Dynamically create column name within stored procedure"
- In reply to: shank: "transfer database to new server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|