Explain about nested stored procedure?
wht's the differece between sqlserver05 and sqlserver2000
What are the OS services that the SQL Server installation adds?
Do you know how to store and query spatial data?
what is denormalization? : Sql server database administration
Which are ddl commands?
What is the difference RDBMS and Graph Database?
Is foreign key unique?
How to work on DTS?what is the main requirement?
What will be the value of @@fetch_status if a row that was a part of the cursor resultset has been deleted from the database after the time the stored procedure that opened the cursor was executed?
Explain concepts of analysis services?
employee table has employee id ----------- empid ---------------- 1 2 3 3 3 4 5 5 5 6 6 6 7 here the values r repeated two times.how to select the repeated values only.i.e 3,5,6 should alone come.
Questions on identity?