explain what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
900what is the system function to get current user's user id? : Sql server database administration
1001what is the difference between them (ethernet networks and token ring networks)? : Sql server database administration
1049what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
946how to restart sql server in single user mode? How to start sql server in minimal configuration mode? : Sql server database administration
908there is a trigger defined for insert operations on a table, in an oltp system. The trigger is written to instantiate a com object and pass the newly inserted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better? : Sql server database administration
921what is the difference between a primary key and a unique key? : Sql server database administration
1000
Explain differentiate between a having clause and a where clause?
Why should one not prefix user stored procedures with ‘sp_’?
What are different types of collation sensitivity?
What is entity data services?
Can you name some of the dml commands in sql?
Differentiate between a having clause and a where clause.
How can we use ConnectorJ JDBC Driver with MS SQL?
What is read uncmmited?
Why union all is faster than union?
What is Service Broker in sql server 2012?
How to get a list of columns using the "sp_help" stored procedure in ms sql server?
How to access the inserted record of an event?
What is trace flag in sql server?
What is difference between index and primary key?
What is statement level trigger?