how do you create a new database user with password in sql server 2005?
i will need this user/password to use in the connection string eg:
uid=*user*;pwd=*password*;
sqlsql-serversql-server-2005tsql
how do you create a new database user with password in sql server 2005?
i will need this user/password to use in the connection string eg:
uid=*user*;pwd=*password*;
Best Solution
Where
CHECK_POLICY=OFF
switches off password complexity check, etc