Explain the different index configurations a table can have?
What are the types of backup and tell me the difference between full and differential backup?
How do I find the sql server version?
What is the difference between coalesce() & isnull()?
What is policy based management (pbm)? : sql server database administration
If a table does not have a unique index, can a cursor be opened on it?
Differentiate between ms sql server reporting services vs crystal reports?
if we have a column (Key) in a table. and values of that column is Key 1 1 1 2 2 3 3 4 4 5 5 5 and we want to show the data after query..like.. 1(3) 2(3) 3(2) 4(2) 5(3) how many times a single term comes..
17 Answers 3i Infotech, Rolta, TCS,
How to check parameter value in stored procedure sql server?
How many types of keys are there?
How to create a stored procedure with a statement block in ms sql server?
What is normalization? Explain its different types?
What are the different index configurations a table can have?