What are the steps you should follow to start sql server in single-user mode?
No Answer is Posted For this Question
Be the First to Post Answer
Explain candidate key, alternate key, and composite key?
Can we call stored procedure in view in sql server?
optimization techinques
What are temporal tables in sql server 2016?
How to check what was the last restore transaction LSN on Log-Shipping and Mirroring when we doesn't have a Monitor server and Witness server?
What are the basic functions for master, msdb, model, tempdb and resource databases?
write the query for taking database restore in sql?
How to replace null values in expressions using isnull()?
Why we need a group by clause?
how many joins we can write if at all we have n no of tables
5 Answers Tanla Solutions, TS,
How get current date in SQL server 2000
4 Answers Cap Gemini, Polaris,
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?