Where do you think the users names and passwords will be
stored in sql server?

Answers were Sorted based on User's Feedback



Where do you think the users names and passwords will be stored in sql server?..

Answer / guest

They get stored in master db in the sysxlogins table.

Is This Answer Correct ?    13 Yes 2 No

Where do you think the users names and passwords will be stored in sql server?..

Answer / mallikarjun

Yes. login names and passwords stored in sysxlogins table
in master database.

Is This Answer Correct ?    6 Yes 0 No

Where do you think the users names and passwords will be stored in sql server?..

Answer / ricky

it is stored in th sysxlogin table of the master database..

Is This Answer Correct ?    1 Yes 0 No

Where do you think the users names and passwords will be stored in sql server?..

Answer / dinesh sharma

But In Sql Server 2005
Have a Stored Procdure
sp_change_users_login

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More SQL Server Interview Questions

You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?

0 Answers  


Are all views updatable ?

0 Answers   MCN Solutions,


What is a trigger in sql server?

0 Answers  


Explain what are the events recorded in a transaction log?

0 Answers  


How to read 2nd highest sal from EMP table?

5 Answers   IBM, TCS,






Relational calculus is what type of language?

0 Answers   HCL,


Find first and last day of current month in sql server

0 Answers  


does physical index sort data

1 Answers  


what is normalization? Explain different levels of normalization? : Sql server database administration

0 Answers  


Explain what is the function of sql server agent windows service?

0 Answers  


Please give me queries for the following 1. To get the count of duplicate records. 2. A query to delete the duplicate records.

3 Answers   247Customer,


How to create and drop temp table in sql server?

0 Answers  


Categories