What is deadlock and how to avoid the deadlocks.
Answer Posted / moin
A deadlock occurs when there is a cyclic dependency between
two or more threads for some set of resources.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is database replication? What are the different types of replication you can set up in sql server?
you have separate development and production systems you want to move a copy of a development database into production to do this, you do a backup on the development system and restore to the production system after a few minutes, you begin getting calls from several customers saying that they are denied access to the system why? : Sql server administration
What are the benefits and tasks of object explorer? : sql server management studio
I have a table Events Events containing cardno,time,id,name--each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
How to connect sql server management studio express to sql server 2005 express?
Determine when an index is appropriate?
If you lose rights to your sql server instance what are the options to connect to sql server instance? : sql server security
What is the difference between dropping a database and taking a database offline?
How do I find the query plan in sql server?
What do you mean by a dependent functionality in a build?
What is dml command?
Explain cross join or cartesian product in sql?
How to create an multi-statement table-valued function?
How to count groups returned with the group by clause in ms sql server?
Explain error handling in ssis?