Describe and explain about SQL native client?
What will happen if a column containing char type data is changed to the nchar data type?
What are all new concepts in SQL Server 2008? That is Exactly Difference between 2005 to 2008
you have couple of stored procedures that depend on a table you dropped the table and recreated it what do you have to do to reestablish those stored procedure dependencies?
Why do we use non clustered index?
How do I change my passwords (database, LDAP, and so on) without causing an outage?
How to create a view with data from multiple tables?
What is the best way to move n number of DTS package from one SQLServer to another SQLServer?
What are the triggers in sql?
Explain encryption of entire databases without the need for application changes in sql server 2008?
One table how may column and Primary key
Write an sql query to sort a table according to the amounts in a row and find the second largest amount.
How to update multiple rows with one update statement in ms sql server?