multiplex77
Programmer
Hi,
Elementary question but i need help: I have designed and populated my SQL 2K database on my development server, and now I need to migrate it to another SQL 2K database (on my client's production server).
What is the easiest and fastest way to do this? i'm a bit confused with SQL 2K (I just started using it) cos previously with Access 2000, I could just copy and paste the .mdb file. But SQL doesn't have any equivalent of .mdb files which contain all the database info, right?
I've been reading that there are two main ways:
1. backup and restore
2. using sp_detach_db
Is backup and restore the easiest way? So can I just backup my database, burn the backup file on a CD ROM and go to my client's machine and Restore it from the CD ROM?
I've read up about sp_detach_db and it sounds very complicated.
I have this ONE MAIN CONSTRAINT:
My client is not willing to give me administrator access to their SQL 2000 server, so I can have to give her instructions and a CD ROM to to install/copy the database on her database server, so it can't be too complicated a process.
Please help! Thanks very much.
Elementary question but i need help: I have designed and populated my SQL 2K database on my development server, and now I need to migrate it to another SQL 2K database (on my client's production server).
What is the easiest and fastest way to do this? i'm a bit confused with SQL 2K (I just started using it) cos previously with Access 2000, I could just copy and paste the .mdb file. But SQL doesn't have any equivalent of .mdb files which contain all the database info, right?
I've been reading that there are two main ways:
1. backup and restore
2. using sp_detach_db
Is backup and restore the easiest way? So can I just backup my database, burn the backup file on a CD ROM and go to my client's machine and Restore it from the CD ROM?
I've read up about sp_detach_db and it sounds very complicated.
I have this ONE MAIN CONSTRAINT:
My client is not willing to give me administrator access to their SQL 2000 server, so I can have to give her instructions and a CD ROM to to install/copy the database on her database server, so it can't be too complicated a process.
Please help! Thanks very much.