List the different normalization forms?
What types of integrity are enforced by a foreign-key constraint
How many databases Microsoft SQL server provides?
What is nolock?
What is transaction ? Give me one example.
How to list all stored procedures in the current database using ms sql server?
How to generate create table script on an existing table in ms sql server?
What is Trace flag?
What functions can a view be used to performed?
hi, how to match retrieve the unmatched records from 2 tables in which we dont have any primary key. example : table1 has 1,2,3,4,5 and table2 has 1,2,3,4,5,6,7,8,9,10 and i want the numbers from 6 to 10 to be displayed and should not come as null. i need the numbers. please reply as soon as possible.
How to copy data from one table to another table?
Is it ok to shrink transaction log?
Do you know what are the ways available in sql server to execute sql statements?