How to create indexed view?
how to give input dynamically to a insert statement in sqlserver
Write a query to get all details of employee who has maximum salary from employee table
Explain the truncate command?
What do you understand by coalesce in sql server?
What is the difference between Triggers and Stored Procedure?
You have to store user responses of ‘yes’ and ‘no’ what kind of data type is best suited for this task?
Write a SQL query to delete a table?
how do you determine the Load performance of any query in sql server {example how do u determine performance of a select stmnt which returns Dynamically many no of records ... some times 100,1000,10000 etc., }
In performance wise distinct is good or group by is good? eg:select name from emp group by name; select distinct name from emp;
Can group functions be used in the order by clause in ms sql server?
What is the purpose of sql profiler in sql server? : sql server database administration
Describe in brief system database.