MS SQL Limits? |
Post Reply |
Author | |
JWL
Senior Member Joined: 15-August-2008 Status: Offline Points: 0 |
Post Options
Thanks(0)
Posted: 03-September-2008 at 4:38pm |
I read that MS Access has limits to the amount of simultaneous users i.e. 256 and only 1 edit at a time to the database.
What are the MS SQL numbers in comparison? Are there limits? How many edits can be made at a time? Thanks. |
|
Hamish
Admin Group Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
|
Hi, I don't know the numbers, or even if there are any specific numbers. MS SQL scales well and has locking available down to record level. ProductCart is used on some high volume websites successfully.
|
|
JWL
Senior Member Joined: 15-August-2008 Status: Offline Points: 0 |
Post Options
Thanks(0)
|
Hi Hamish, glad you replied - you seem like a very knowledgeable person on these forums. So, MS Access is limited to one edit on the database at a time or something like this, does MS SQL have a limit in this capacity? Or how many edits can be made at once? You mentioned locking and I think that is related to this issue of concurrent users.
So, ideally - how many users can you have updating the database at one time - and is there a way to adjust settings for locking and such? |
|
Hamish
Admin Group Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
|
Hi, I'm no DB expert - in any sense of the word. However, if you consider that MS SQL DB's are used in very large organisations on their LAN's then coping with transactions on a website will, unless you become an ebay or similar, not be an issue. I took a look at the wikipedia site regarding ms sql and it talks about being able to adjust the locking, but I've no idea how it's done. I really doubt it will be an issue and if it does become one then your site will be successful enough that you can easily justify paying a pro DBA to take a look. :-)
|
|
bigsapper
Newbie Joined: 30-July-2007 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
There is essentially no limit for SQL Server. It's governed by the user license. If you have a hosting solution that uses SQL Server, the licensing issues are the domain of the hosting company.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |