Answer Posted / pavan singh
there are 5types of isolation level
1.ecoas
2.read commited
3.read uncommited
4.repetable read
5.synchronized
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
What are the limitations in ssrs on sql server express edition?
What are the authentication modes in sql server? How can it be changed?
Explain what stored procedure sp_replcounters is used for? : sql server replication
Does group by sort data?
What is the function of sql server agent windows service?
What is the return type of executeupdate ()?
Can I run multiple instances of sql server 2000 at the same time on one computer?
Tell me what is difference between clustered and non clustered index?
What happens if null values are involved in datetime operations?
What Are the Main Features of SQL Azure?
Why can there be only one clustered index and not more than one?
How do you send email on SQL Server?
Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.
How to connect to SQL Azure Database by using sqlcmd?
Define ACID properties in a Database?