I have a contractor who needs a Database created on our MS SQL Server 2000 with a new Login user. No problem, I created the database (name: ContractDB) and Login (name: Contract01)
My question is how to provide them (Contract01 Login) with access to only that database (ContractDB) with full rights to create and modify tables, data, etc .. and not being able to access any other databases on the SQL server
Do I make them db_owners of the database? Not sure of best practice&
Start Free Trial