Where do you think the users names and passwords will be
stored in sql server?
Answer Posted / guest
They get stored in master db in the sysxlogins table.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What is Lock table in SQL?
How you would rewrite the sql query to return the customerid sorted numerically?
What are the different authentication modes in sql server? How can it be changed?
What is the purpose of update statistics and scope_identity() function?
What are the different types of cursor?
Can a table be moved to different filegroup?
What is the main difference between ‘between’ and ‘in’ condition operators?
How connect excel to sql server?
Explain the difference between cross join and full outer join?
What is create command?
What is implicit mode in sql server?
Explain the first normal form(1nf)?
if no size is defined while creating the database, what size will the database have? : Sql server administration
Explain features of analysis services?
Why is there a performance difference between two similar queries where one uses union and the other uses union all?