I have triggers,views,functions,stored Procedures for a table. When I am dropping that table which objects are deleted?
IBM,
1091Write an sql query to sort a table according to the amounts in a row and find the second largest amount.
888
What is difference between inner join and join?
How to get the query of a table in sql server?
Explain Geography datatype in SQL Server
What are the main differences between #temp tables and @table variables and which one is preferred?
What are the advantages of sql azure?
Explain ranking functions?
How to transfer data from a cursor to variables with a "fetch" statement?
What is cte (common table expression)?
Explain the cursor lock types?
Why use update_statistics command in sql server?
Can we add an identity column to decimal datatype?
What stored by the model? : sql server database administration
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
What is difference between drop truncate and delete?
what is a check constraint?