What is rank function?
If i have one transaction say mainTransaction, within this mainTransaction i have another two transaction say t1 and t2. Now while execution t1 completes successfully and commit statement fires, but while executing t2 some error occurs and rollback statement fires. What happen to t1, is it rollback or not?
what purpose does OPENXML clause have in sql server stored procedure?
Why would you use sql agent?
Explain the various types of concurrency problem?
Explain relational data?
What are points to remember while using the fillfactor argument?
how to update a null value field in sql server eg a table contains 3 fields id,name,salary and 3 records salary of 1 record is null i want update the nullfield 111 arun 300 112 ddd 200 113 ttt null i want to update table with add 100 to every record include null after updation the recrds should be 111 arun 400 112 ddd 300 113 ttt 100
what type of index will get created after executing the above statement? : Sql server database administration
What are the properties of primary key?
How to declare a cursor with "declare ... Cursor" in ms sql server?
How to defragment indexes with alter index ... Reorganize?
What are types of storage modes? : sql server analysis services, ssas