What are the default system databases in sql server 2000?
1. How to fetch all the duplicate records from the table. 2. How to fetch the second highest salary from the table.
Can another user execute your local temporary stored procedures?
What is the difference between Stored Procedures and triggers?
When do you think a developer should use sql server-based cursors?
What is the difference between DATETIME2 and DATETIME?
What is the stuff?
i want to create procedure for create table in sql server 2005 for example create procedure create_table @table varchar(20) as create @table( id int, name char(20) ) but it will get error what is solution?
Do you know sql server 2008 introduces automatic auditing?
How would you choose between a clustered and a non-clustered index?
What are sql server functions?
what is replication? where do u use Go Keyword?
Explain filtered indexes benefits?