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.
| Author |
Topic |
|
koolnkool
Starting Member
9 Posts |
Posted - 2009-11-17 : 04:26:12
|
| HiI 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 ShawSQL Server MVP |
 |
|
|
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? |
 |
|
|
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. |
 |
|
|
|
|
|