![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
ive got a sql 2000 db running on a remotely hosted server. im trying to take this db and export it and import it to my new web host. my problem is |
|
thanks, lance |
#3
| |||
| |||
|
|
ive got a sql 2000 db running on a remotely hosted server. im trying to take this db and export it and import it to my new web host. my problem is |
|
thanks, lance |
#4
| |||
| |||
|
|
ive got a sql 2000 db running on a remotely hosted server. im trying to take this db and export it and import it to my new web host. my problem is that I go to the db, select export, then select, copy objects to export. i keep getting an error that the export failed due to the fact that the user doesnt exist (the existing db has a username the webhost assigned me, the new db has a different username which the new webhost assigned me). I simply want to export all the data, the tables, primary and foreign keys. help! thanks, lance |
#5
| |||
| |||
|
|
ive got a sql 2000 db running on a remotely hosted server. im trying to take this db and export it and import it to my new web host. my problem is that I go to the db, select export, then select, copy objects to export. i keep getting an error that the export failed due to the fact that the user doesnt exist (the existing db has a username the webhost assigned me, the new db has a different username which the new webhost assigned me). I simply want to export all the data, the tables, primary and foreign keys. help! thanks, lance |
#6
| |||
| |||
|
|
You are probably trying to copy the local logins from the remote server. Personally I think this task has its uses but your requirement is not one of them. I would look to do BACKUP, at the remote site and then RESTORE, at your local site. Much quicker, cleaner and easier -- ---------------------------- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.SQLDTS.com - The site for all your DTS needs. I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "ljp997" <ljp997 (AT) discussions (DOT) microsoft.com> wrote in message news:F00D35C4-8D4F-476D-B434-86F60E1F537E (AT) microsoft (DOT) com... ive got a sql 2000 db running on a remotely hosted server. im trying to take this db and export it and import it to my new web host. my problem is that I go to the db, select export, then select, copy objects to export. i keep getting an error that the export failed due to the fact that the user doesnt exist (the existing db has a username the webhost assigned me, the new db has a different username which the new webhost assigned me). I simply want to export all the data, the tables, primary and foreign keys. help! thanks, lance |
#7
| |||
| |||
|
|
ive got a sql 2000 db running on a remotely hosted server. im trying to take this db and export it and import it to my new web host. my problem is that I go to the db, select export, then select, copy objects to export. i keep getting an error that the export failed due to the fact that the user doesnt exist (the existing db has a username the webhost assigned me, the new db has a different username which the new webhost assigned me). I simply want to export all the data, the tables, primary and foreign keys. help! thanks, lance |
#8
| |||
| |||
|
|
Both the solutions posted regarding this problem advise that I backup the database. This is a remotely hosted db on a shared server. Most shared |
|
Thanks, lance "Allan Mitchell" wrote: You are probably trying to copy the local logins from the remote server. Personally I think this task has its uses but your requirement is not one of them. I would look to do BACKUP, at the remote site and then RESTORE, at your local site. Much quicker, cleaner and easier -- ---------------------------- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.SQLDTS.com - The site for all your DTS needs. I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "ljp997" <ljp997 (AT) discussions (DOT) microsoft.com> wrote in message news:F00D35C4-8D4F-476D-B434-86F60E1F537E (AT) microsoft (DOT) com... ive got a sql 2000 db running on a remotely hosted server. im trying to take this db and export it and import it to my new web host. my problem is that I go to the db, select export, then select, copy objects to export. i keep getting an error that the export failed due to the fact that the user doesnt exist (the existing db has a username the webhost assigned me, the new db has a different username which the new webhost assigned me). I simply want to export all the data, the tables, primary and foreign keys. help! thanks, lance |
![]() |
| Thread Tools | |
| Display Modes | |
| |