I need to create a copy of a SQL Server 7.0 production database on a test server. The database users and roles defined on the production machine are inappropriate for the test machine (and need overhauling with respect to the production databases as well).
The DTS export wizard appears to allow me to export the production database objects without the security definitions, but I have found that DTS corrupts my stored procedures (of which I have many) in the process (and who knows what else)
I can't seem to use Enterprise Manager to purge/restructure the existing database users and roles (the Remove button is disabled). I am defined as sa for this server.
Can anyone give me (or point me to) instructions for cleaning up the existing database users and roles or reliable copying the production database without them?
Any information would be greatly appreciated.
The DTS export wizard appears to allow me to export the production database objects without the security definitions, but I have found that DTS corrupts my stored procedures (of which I have many) in the process (and who knows what else)
I can't seem to use Enterprise Manager to purge/restructure the existing database users and roles (the Remove button is disabled). I am defined as sa for this server.
Can anyone give me (or point me to) instructions for cleaning up the existing database users and roles or reliable copying the production database without them?
Any information would be greatly appreciated.