August 10, 2009 at 8:12 am
where is the pasword policy information stored ?
August 10, 2009 at 8:36 am
What I want is if I create a sqlserver login with a password in sqlserver authentication.
That information stored in master database.
where that informantion stored in the master databse?
August 10, 2009 at 8:41 am
The username and password? It'll be stored in one of the hidden system tables. Offhand, no idea which one and it shouldn't be important. The relevent info is exposed through the sys.sql_logins view.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 10, 2009 at 9:52 am
thanks....
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply