Which autogrowth database setting is good?
What are the steps you will take, if you are tasked with securing an SQL Server?
What is an expensive query?
Explain the properties of the relational tables?
How to list all columns in a table using odbc_columns()?
What is 1nf 2nf?
Explain the storage models of OLAP?
syntax for deleting the database in T SQL
Can a cursor be updated? If yes, how you can protect which columns are updated?
What will be the value of @@fetch_status if a row that was a part of the cursor resultset has been deleted from the database after the time the stored procedure that opened the cursor was executed?
What are the security related catalog views? : sql server security
What is mssql?
one table has four field id,name,design,salary. i have to find maximum salary .