SQL Server Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 427 Page Views: 

Where in SQL server the User names and passwords stored?



Posted By: Avi Date: 1 October 2010 12:16:08 PM
 Answer:

In System catalog views.


Posted By: avibtech


Date: 1 October 2010 12:16:08 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image YkSNK1
Related Questions
SQL Server : What is the maximum size of the row in SQL?

What is the maximum size of the row in SQL?

It is 8060 bytes.
Category: SQL Server Date: 10/1/2010 11:51:07 AM
SQL Server : Define user defined data types and when they should be used?

Define user defined data types and when they should be used?

User Defined Data Types:- These are the data types based on system data types. They let the users ex....
Category: SQL Server Date: 10/1/2010 11:50:07 AM
SQL Server : Differentiate between Dynamic SQL and Static SQL?

Differentiate between Dynamic SQL and Static SQL?

Static SQL:- Static queries are the simple queries which are directly embeded into the program. They....
Category: SQL Server Date: 10/1/2010 11:49:07 AM
SQL Server : What is blocking and how this problem can be solved out?

What is blocking and how this problem can be solved out?

Blocking occurs when one process holds a lock and the other process requires a conflicting lock type....
Category: SQL Server Date: 10/1/2010 11:48:07 AM
SQL Server : Do you think that it is compulsory to delete duplicate rows in a table with the help of temporary table only?

Do you think that it is compulsory to delete duplicate rows in a table with the help of temporary ta....

No,Temporary table is not compulsory.It can be deleted without craeting temporary table by using ROW....
Category: SQL Server Date: 10/1/2010 11:47:07 AM