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?
1249What 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?
1175
Do you know what guidelines should be followed to help minimize deadlocks?
What is 1nf normalization form?
What is ddl and dml commands?
what is create database syntax? : Sql server database administration
What is a recursive stored procedure in sql server?
How to generate create procedure script on an existing stored procedure?
Can I delete event logs?
How to create an identity column?
What is Sqlpaging in SqlServer 2005 ?
How many types of schemas are there?
Relational calculus is what type of language?
What is store procedure? When do you use?
When does the auto update index statistics feature in sql server turn itself on?q) what specific conditions database should meet, before you can bulk copy data into it using bcp?
What is replication and database mirroring?
How to start sql server browser service?