Hello,
I've got a little problem. I have a backup from a database on Ms Sql server 2000, now I would like to restore this database to another server, but I don't know how this can be done without having a master DB backedup.
What I did, made the same user on the new database as on the old one, made a database with the same name. Set the user as database owner for this database. Restored the backup for this database.
When I use the application with the user I created for this restored database I get the error that the table "mytable" does not exists. Even when I use the sa account to access this database I get the same error. But when I use the enterprise manager, I can just view all data in all tables with the sa account.
As I have searched on this forum I think I can conclude that the problem occurs because the user cridentials are not the same.
Thanks,
Charl
I've got a little problem. I have a backup from a database on Ms Sql server 2000, now I would like to restore this database to another server, but I don't know how this can be done without having a master DB backedup.
What I did, made the same user on the new database as on the old one, made a database with the same name. Set the user as database owner for this database. Restored the backup for this database.
When I use the application with the user I created for this restored database I get the error that the table "mytable" does not exists. Even when I use the sa account to access this database I get the same error. But when I use the enterprise manager, I can just view all data in all tables with the sa account.
As I have searched on this forum I think I can conclude that the problem occurs because the user cridentials are not the same.
Thanks,
Charl