What does COMMIT command do?
Can we check locks in database? If so, how can we do this lock check?
How to declare a cursor with "declare ... Cursor" in ms sql server?
Explain the usage of floor function in sql server.
What are built in functions?
Which are the new data types introduced in sql server 2008?
What is query parameter in ssrs?
What is inline table-value user-defined function?
How to find the source of a table in sql server?
Do you know query execution plan?
What are the instances when triggers are appropriate?
What is the guest user account in sql server? What login is it mapped to it? : sql server security
you accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover? : Sql server administration
How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?
What is 4nf in normalization form?