what does the automatic recovery do? : Sql server administration
What is full form of XP ?
42 Answers Cap Gemini, Infosys, Microsoft, Oracle, Reliance,
How do you know if sql server is running on your local system?
What is ddl command?
How many types of Outer Joins?What are they?
You have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem?
What are the steps you can take to avoid “deadlocks”?
Explain what are the database objects? : SQL Server Architecture
Delete duplicate rows from a table without primary key by using a single query Table Employee empname salary A 200 B 300 A 200 C 400 D 500 D 500 Output should be A 200 B 300 C 400 D 500
Is index a datbase objects in sql server?
write the query for taking database restore in sql?
How to disable stored procedure sql server?
What is a Lock and let me know Different types of locks?