Answer Posted / nomaan khan
Concurrency occur when more than one Task want to perform
at same time, so as per my knowledge it will be of two type
1. Concurrent read
2. Concurrent Write
In this concurrent Read permission will be grant by
Admin but Concurrent write permission will not grant by the
Admin because it will give us a Fantom Problem.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
When to use null data driven subscription?
I have all the primary data files, secondary data files as well as logs. Now, tell me can I still restore the database without having a full backup? : sql server database administration
What are the essential components of sql server service broker?
What is ms sql server service broker?
What is updatable resultset?
How to get all stored procedures in sql server?
Explain the difference between primary keys and foreign keys?
How to create a stored procedure with a statement block in ms sql server?
How do indexes help, types?
How to start and end transact-sql statements?
How can you list all the table constraints in a database?
Explain unique key in sql server?
What is statement level trigger?
Can binary strings be used in arithmetical operations?
what are the disadvantages of cursors? : Sql server database administration