Where do you think the users names and passwords will be
stored in sql server?
Answer Posted / 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 View All Answers
What is a file group?
You notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it?
Explain user defined functions?
What is the order by used for?
Can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible?
How important do you consider cursors or while loops for a transactional database?
If we delete pack Spec what will be the status of pack Body ?
What is sub-query in sql server? Explain its properties.
Is profiler the only tool that has the ability to audit and identify ddl events? : sql server security
While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?
How to add a new column to an existing table with "alter table ... Add" in ms sql server?
What are the new security features added in sql server 2012? : sql server security
How do I find the sql server version?
Is it possible to update the views? If yes, how, if not, why?
What is @@error in sql?