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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-12-08 : 08:12:33
|
| carlos writes "I will like to know is i can do my database in SQL Server 2000. Build my application in my developing enviroment. And then if i want to put it in a client, i can put the MSDE2000, and attach the database that i have in my sql server 2000, with enterprise manager and stuff, and put it in the client computer.Regards," |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-12-08 : 16:27:37
|
| Yes. You can use BACKUP/RESTORE or sp_detach_db/sp_attach_db methods.Tara |
 |
|
|
|
|
|