What are the 3 types of schema?
No Answer is Posted For this Question
Be the First to Post Answer
In performance wise distinct is good or group by is good? eg:select name from emp group by name; select distinct name from emp;
how can do you the system monitoring?
What is a with(nolock)?
New concepts of sql server 2005 use in your project.
Explain different types of lock modes in sql server 2000?
Will count(column) include columns with null values in its count?
What is history table in sql server?
What is the benefit of normalization?
What do you understand by user-defined function in the sql server and explain the steps to create and execute a user-defined function in the sql server?
What is attribute? : sql server analysis services, ssas
How to find the version of sql server? : sql server database administration
can a database be shrunk with users active? : Sql server administration