|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
We need to move data from SQL Server 2000 with NT4 OS to SQL Server 2000 with Win 2003 OS. We are running world wide apps on this production server and I need to keep all sids and logins the same as a security permitions. What is the best solution for this?
I really appreciate for your help!!!! Any surgestions? |
|
#2
|
||||
|
||||
|
make a backup of the database. then attach the backed up database to the new sql server.
|
|
#3
|
|||
|
|||
|
you can use import export data... in sql server,.
You can easy copy form one server to another server no matter where is your server is . Try it if you need any help let me know coz it is very easy to use. Warm regards Ananda Website design ecommerce and data entry |
|
#4
|
||||
|
||||
|
Note: DTS (Import/Export) only works if the servers are part of the same network (they can see each other) or are linked.
|
|
#5
|
|||
|
|||
|
Quote:
You can use DTS over the Internet, I use it to backup my hosted sql server. You can use sp_detach and detach a database file, then copy the .mdf file to the new machine and attach it to the new machine server. You can reattach only the data file, or you can reattach the log file also. Or you can run a SQL backup and restore the backup to the new server.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
![]() |
| Viewing: ASP Free Forums > Database > Microsoft SQL Server > Need a help with moving data from one SQL Server to another!! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|