What is #temp and @table variable in SQL server?
Difference between group by clause and having clause in SQL?
Explain about Views?
Where sql server user names and passwords are stored in sql server? : sql server database administration
What is the boxing and unboxing concept in .net?
what is database replicaion? : Sql server database administration
What is database replicaion? What are the different types of replication you can set up in SQL Server?
5 Answers Aptech, HCL, Perpetual, SAIC,
What is the need for group functions in sql?
What stored procedure would you use to view lock information?
How do you rename a table in sql server?
how can a database be repaired? : Sql server administration
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
What will happen if a column containing char type data is changed to the nchar data type?