database user account creation
dbaguru
Posts: 12
I created a package of an sql2000 db (with table schemas and users, but no data) to recreate on another server (sql2k). The installation failed when a db user account did not exist in the destination. It appears that the account isnt being created ?? The account is not a windows account but only exists in the database (not under security/logins, but under db/users).
Comments
Can you please make sure you've selected the user when you've created the package under 'select the schema objects'? SQL Packager should add the login (to security) as well as grant database access if the user doesn't exist in the target database.
Sorry -- what was the error message exactly?