how you can list all the tables in a database?
What are the different types of indexes?
What is a rollup clause?
What will be query used to get the list of triggers in a database?
is it possible to use a variable in a query with the IN clause (a,b,c..z), without getting quotes or conversion errors?
What is the syntax for encrypting a column in SQL Server?
What is a database table?
How do I setup a sql server database?
What is a functions and types in sql server?
What is triggers in ms sql server?
How will you find out if there are expensive SQL statements running or not?
Does dbcc checkdb requires db to be in single_user mode? : sql server database administration
What are “lock” hints?