Friday, March 23, 2012

Is there Password filed in SQL 2000 ?

I don't know there is Password filed in SQL 2000 or not ?
If there is not , then How to hidden password in database.
pls help me !Do you mean is there a password datatype, as in MS Access?

No. There is not.

You need to encrypt the passwords yourself using either a custom one-way encryption algorythm or the built in SQL Server encryption functions.

No comments:

Post a Comment