Answer Posted / sd
Adding to what POO said
Automicity : Group of T-SQL stmts act in a batch .
Consistency : All or none concept.
Isolation: Visibility of resources used in one transaction
to concurrent transactions
Durability : Once changes are commited to database they are
permanent .
| Is This Answer Correct ? | 36 Yes | 37 No |
Post New Answer View All Answers
Define primary key?
How to view existing indexes on an given table using sp_help?
Explain full-text query in sql server?
What is normalization and what are the advantages of it?
Why do we need different type of parameter?
What is the impact on other user sessions when creating indexes?
What do we need queues in sql service broker?
How to list all tables in the database using odbc_tables()?
What is instead of dml trigger?
List out a number of the wants to setup a SQL Server failover cluster?
How to enter unicode character string literals in ms sql server?
Define right outer join in sql server joins?
Tell me about the approaches which you used to counter the DI problems.
What is parameterized reports in ssrs ?
what is blocking? : Sql server database administration