I want to create a database and password protect it so that it can only be accessed through a program. How would I go about making such a database in MS SQL Server 2000?
MS SQL Server 2000
Started by mohsen, Feb 17 2008 07:56 AM
3 replies to this topic
#1
Posted 17 February 2008 - 07:56 AM
|
|
|
#2
Posted 18 February 2008 - 09:56 AM
You can restrict access to the database to certain users. I'm not sure if that's what you had in mind, however.
#3
Posted 18 February 2008 - 11:23 AM
Ummm, I only want to have 1 user, and that user should only be able to login using a password
#4
Posted 20 February 2008 - 09:16 AM
So you would set a password for a user in the database manager. The user will always have to provide the password to access the database. Then associate that user with the database in question.


Sign In
Create Account

Back to top









