What is partition index in sql server?
How cand Optimize SQL Server Stored Procedures
What is Cross Join and in which scenario do we use Cross Join?
What are cursors? Name four types of cursors and when each one would be applied?
Tell me about the approaches which you used to counter the DI problems.
What is meant by referential integrity?
Is it true, that there is no difference between a rule and a check constraint?
What is 2nf normalization form?
If there exist a index on the table, and we then make a view on that table (include the indexed column from base table) than why do we require indexing on view?Doesnt it create an overhead?
If suppose in a table ship(name,year),find ship name having first and last name(i.e having space in between) ex: SAINT LOUIS,JET LAKE.
What is a raid and what are different types of raid configurations?
A successfully created SSIS package in SQL Server 2005 runs fine in MS BIDS and Integration Services. But gives error when run through an SQL-Job. What are the possible reasons?
What is repeatable read?