Jump to content

MS SQL Server 2000

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
mohsen

mohsen

    Newbie

  • Members
  • Pip
  • 4 posts
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?

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
You can restrict access to the database to certain users. I'm not sure if that's what you had in mind, however.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
mohsen

mohsen

    Newbie

  • Members
  • Pip
  • 4 posts
Ummm, I only want to have 1 user, and that user should only be able to login using a password

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog