Buy Questpond's video subscriptions on
huge discount
.
Online: 2955
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
Sql Server
>
Loading ...
In which table, SQL SERVER stores the user name and password used for connection?
Posted by
Virendradugar
on 12/11/2009 | Category:
Sql Server Interview questions
| Views: 8228
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
SQL Server stores it in Syslogins table of Master database. See below query:
select * from syslogins
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
What is smart navigation in .NET?
Next > :
What is the difference between WPF and SilverLight ...
Comments or Responses
Login to post response
More Interview Questions by Virendradugar
What is the difference between WPF and SilverLight?
How do you send data through querystring to another page without displ ...
What is Captacha Image and why it is used?
Is it possible to use FileUpload control within the update panel?
How many ViewState objects can be created on an aspx page ?
What is the extension of the file, when LINQ to SQL is used?
Why Select clause comes after from clause in LINQ?
What is FOR XML clause in SQL?
Latest Interview Questions
how to handle EmptyDataTemplate with repeater ?
How to assign class to htmltablerow runtime?
How you can determine whether client is connected to server or not?
Have you ever used IIF? Explain.
Garbage collector runs ?
Which of the following does the actual .NET code execute ?
You want to only get changed data in a dataset which of the below is t ...
What is the fastest way to concat strings in ASP.NET ? What should you ...
More ...