Where do you think the users names and passwords will be
stored in sql server?
Answers were Sorted based on User's Feedback
Answer / guest
They get stored in master db in the sysxlogins table.
Is This Answer Correct ? | 13 Yes | 2 No |
Answer / mallikarjun
Yes. login names and passwords stored in sysxlogins table
in master database.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ricky
it is stored in th sysxlogin table of the master database..
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / dinesh sharma
But In Sql Server 2005
Have a Stored Procdure
sp_change_users_login
Is This Answer Correct ? | 3 Yes | 3 No |
What is the sql server 2000 version number?
What is extended stored procedures?
Tell me what are the essential components of sql server service broker?
Do you know what is rank function?
What are the advantages of log shipping?
How do I get to sql server configuration manager?
Questions regarding Raiseerror?
What is difference in performance between insert top (n) into table and using top with insert?
Can group by be used without aggregate functions?
what are triggers? : Sql server database administration
How can u get the number of pupils connecting the database?
You want to check the syntax of a complicated update sql statement without executing it. What command should you use?