How do you identify a foreign key?
Explain some DBCC commands?
Tell me what is difference between clustered and non clustered index?
How to create a simple table to test triggers in ms sql server?
Explain about the command-line tool SQLCMD?
Can we use trigger new in before insert?
How many triggers are possible per table?
What do you mean by 'normalization'?
0 Answers Ernst Young, Thomson Reuters,
Can two tables share the same primary key?
How does a profiler work?
Department ----------- salary Deptname 1000 A 3000 A 2000 B 3000 B 4000 C 5000 C select the deptname where salary >=5000 result should be: Deptname --------- C please post only executed query in SQL server 2005 Asked By: Md. Niyaz
What is the difference between locking and multi-versioning?
diffrence between function and procedure