What is auditing in sql server?
Explain what are the restrictions that views have to follow? : SQL Server Architecture
What is the maximum rows in sql server table?
What is the difference between a stored procedure and a user defined function in sql server?
Let us say the SQL Server crashed and you are rebuilding the databases including the master database what procedure to you follow?
Explain what is meant by replication of database?
What command is used to delete a table from the database in the sql server and how?
what are cursors? : Sql server database administration
Write a query to find 5th highest amount paid from the customer table.
What is the order by used for?
When I delete any data from a table, does the sql server reduce the size of that table?
Why we should not use triggers?
Difference between drill down and drill through report.