Where do you think the users names and passwords will be
stored in sql server?
Answer Posted / ricky
it is stored in th sysxlogin table of the master database..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the data type of time?
What structure can you implement for the database to speed up table reads?
What is the use of attributehierarchyvisible ? : sql server analysis services, ssas
If we delete pack Spec what will be the status of pack Body ?
what are the types of indexes? : Sql server database administration
How can we delete a table in sql server?
Do you think BCNF is better than 2NF & 3NF? Why?
What do you understand by user-defined function in the sql server and explain the steps to create and execute a user-defined function in the sql server?
How to get a list all databases on the sql server?
How can I create a report based on a query? : sql server management studio
What is a data source file?
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration
What happens if null values are involved in comparison operations?
Write a Select Query to display title for each group of records, which are collected with Compute Clause? Like titlefield column-A column-B ..... ..... ..... Sum ... titlefield column-A column-B ..... ..... ..... Sum ...
how can u get last observation in an unknown dataset ?