What are the elements of dbms?
What is the basic functions for master, msdb, tempdb databases?
What happens if you delete a table that is used by a view?
What is difference between after and before?
explain declarative management framework (dmf) in sql server 2008?
What is the difference between temp table and table variable?
What is the difference between WHERE AND IN? OR 1. SELECT * FROM EMPLOYEE WHERE EMPID=123 2. SELECT * FROM EMPLOYEE WHERE EMPID IN (123) WHAT IS THE DIFFERENCE?
What is the difference between Stored Procedures and triggers?
Lets say due to N/W or Security issues client is not able to connect to server or vice versa. How do you troubleshoot?
What are the different Topologies in which Replication can be configured?
what are questions asked in TCS for database tester (sqlserver)for 2-3 exp?
Differentiate between a primary key and a unique key.
Explain hostprotectionattribute in sql server 2005?