What happens if you are trying to access a schema not owned by you?
What are the differences between “row_number()”, “rank()” and “dense_rank()”?
Explain what is dbcc?
How to see existing views in ms sql server?
How to invoke a trigger on demand?
Explain activity monitors
Explain steps of normalization?
here id col have primary key and identity id name 1 a 2 b 3 c 4 d delete 2nd row then o/p will be id name 1 a 3 c 4 d next inssert 2nd row and i want o/p will be id name 1 a 2 e 3 c 4 d
How do I get to sql server configuration manager?
What is a materialized view?
Explain the architecture of SQL Server?
Explain the concepts and capabilities of sql server?
What you can do to delete a table without the delete trigger firing?