Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 what is default concurrency of sqlexpress2008?

Author  Topic 

koolnkool
Starting Member

9 Posts

Posted - 2009-11-17 : 04:26:12
Hi

I am wondering what is actually the default concurrency setting of SQL Server Express 2008?

I am making a social network, where people can make friends, send messages etc.

So I am wondering if the default concurrency settings of SQL Server Express 2008 will give me any problems?

So please tell me the name of the default concurrency settings of SQL Server Express 2008.

I am also interested in the names of other concurrency settings which might be interesting for me to consider.

GilaMonster
Master Smack Fu Yak Hacker

4507 Posts

Posted - 2009-11-17 : 04:45:15
Default concurrency? Don't understand what you're asking.

--
Gail Shaw
SQL Server MVP
Go to Top of Page

koolnkool
Starting Member

9 Posts

Posted - 2009-11-17 : 04:51:26
hi,
i want know the defualt concurrency level for sqlexpress2008. what type of concurrency i mean lock it will maintain defaultly?
Go to Top of Page

Lamprey
Master Smack Fu Yak Hacker

4614 Posts

Posted - 2009-11-17 : 13:03:34
According to BOL the SQL Database engine default Isolation Level is Read Committed.
Go to Top of Page
   

- Advertisement -