Explain different types of BACKUPs avaialabe in SQL Server? Given a particular scenario, how would you go about choosing a backup plan?
1088What are the new features introduced in SQL Server 2000 (or the latest release of SQL Server at the time of your interview)? What changed between the previous version of SQL Server and the current version?
1141What are triggers? How many triggers you can have on a table? How to invoke a trigger on demand?
1247What are cursors? Explain different types of cursors. What are the disadvantages of cursors? How can you avoid cursors?
1222How 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?
1174
What are the different kinds of ssrs reports?
Explain what is analysis service repository?
What are the advantages of paper records?
What is the maximum number of instances in 32 bit and 64 bit sql server 2012?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
What is an example of a foreign key?
How to configure odbc dsn with different port numbers?
How to add additional conditions in SQL?
Explain temporary table vs table variable by using cursor alternative?
Does group by sort data?
How optimize sql query with multiple joins in sql server?
What is the difference between functions and scalar functions?
How to execute stored procedure and set temp table in sql server?
Tell me what do you understand by a view? What does the with check option clause for a view do?
What are the export options of ssrs?