How to get a list of all tables with "sys.tables" view in ms sql server?
difference between truncate, delete aur drop?
If user is owning any SQL Objects, can we drop that user
How do you simulate a deadlock for testing purposes
Tell me what is difference between clustered and non clustered index?
I have a table emp , Fields with empname,dnname,dno,salary. now I want copy distinct salary with all emp detail from emp into new table which is not already exist in database. how would I do this ?
What are points to remember while using the fillfactor argument?
What is the difference between getdate and sysdatetime?
What are the character string functions supported by sql server 2005?
Can we call a function that has out parameter in select statement
How dts is used to extract, transform and consolidate data?
What is the system function to get the current user's user id?
Explain what are partitioned views and distributed partitioned views?