Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
danasegarane76
Posting Yak Master
242 Posts |
Posted - 2007-03-06 : 03:22:56
|
Dear All, How to copy the a database in a sqlserver to a new server which is located in client location.Can we use access for thisThanks & Best Regards,A.Danasekarane |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2007-03-06 : 03:24:24
|
Are you running the same version of SQL Server?Peter LarssonHelsingborg, Sweden |
|
|
danasegarane76
Posting Yak Master
242 Posts |
Posted - 2007-03-06 : 03:28:56
|
Dear Peterson, I am using SqlServer2000 in my machine and My client has the same |
|
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2007-03-06 : 03:34:44
|
Make use of BACKUP/RESTORE.Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2007-03-06 : 03:34:54
|
I was just wondering, since you posted this question in SQL Server 6.5/7 forum.The fastest way to copy the database is to detach the database, copy the database over the network to the new nachine and attach the database.Peter LarssonHelsingborg, Sweden |
|
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2007-03-06 : 03:35:49
|
Peterson!!Isn't that nice short name for you Peter (than peso) Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
|
|
|
|