Can you pass expressions to function parameters?
Please illustrate physical database architecture? : SQL Server Architecture
what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
What is serializable?
What are the types of database recovery models?
What is save transaction and save point?
How to get a list of columns using the "sp_help" stored procedure in ms sql server?
What is sql server 2000 work load governor?
What are ddl (data definition language) statements for tables in ms sql server?
Explain user defined functions?
What are the different types of locks in the database?
What is row-level compre?
In performance wise distinct is good or group by is good? eg:select name from emp group by name; select distinct name from emp;