How to restart SQL Server in single user mode? How to start SQL Server in minimal configuration mode?
3 11500What are the different ways of moving data/databases between servers and databases in SQL Server?
1 4426What is database replicaion? What are the different types of replication you can set up in SQL Server?
3 6500There 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 insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?
1 4153How to restart SQL Server in single user mode? How to start SQL Server in minimal configuration mode?
HCL,
3 11089As a part of your job, what are the DBCC commands that you commonly use for database maintenance?
HCL,
1 8372What are statistics, under what circumstances they go out of date, how do you update them?
HCL,
2 8915What are the different ways of moving data/databases between servers and databases in SQL Server?
HCL,
3 14922Explian different types of BACKUPs avaialabe in SQL Server? Given a particular scenario, how would you go about choosing a backup plan?
HCL,
2 10495
What is the difference between a local and a global temporary table?
What is the difference between char and varchar2 datatype in sql?
Explain what are the restrictions that views have to follow? : SQL Server Architecture
What are dml triggers and types of dml triggers?
How to choose all records from the table?
what are the different types of replication you can set up in sql server? : Sql server database administration
How many types of subqueries are there in sql server?
Explain how many normalization forms?
How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?
What is change data capture (cdc) in sql server 2008?
How to declare and use cursor variables?
When to use Inner join & when to use subquery?
Difference between primary key and clustered index?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?
What is collation sensitivity? Explain different types.