What is the difference between Normalization and De-normalization?
How many clustered indexes can be created on a table? I create a separate index on each column of a table. what are the advantages and disadvantages of this approach?
Does index slows down insert statements?
Where in ms sql server is ’100’ equal to ‘0’?
Tell me the use of keyword with encryption. Create a store procedure with encryption?
Write the queries for commands like Create Table, Delete table, Drop Table etc.
What happens if you add a new index to large table?
Can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible?
Explain transaction server auto commit?
What is table constraint?
What is standby servers? Explain types of standby servers.
What is Cross Join and in which scenario do we use Cross Join?
What do you mean by tablesample?
When a primary key constraint is included in a table, what other constraints does this imply?
Explain about nested stored procedure?