Date parsed: 09/10/2007 09:07:48
Date: Tue, 9 Oct 2007 13:07:48 -0400
That is virtually impossible to tell based on so little data. Each app does
things differently and the data and schemas are different. Size of the DB
means little as to how many users it can support if it is properly tuned. If
most access is via PK's it makes the process very efficient, especially if
the PK is clustered to avoid BookMark Lookups. The only way to know for sure
is to test it under your exact conditions but you are probably safe.
--
Andrew J. Kelly SQL MVP
Solid Quality Mentors
"John Austin" <John.Austin@nospam.nospam> wrote in message
news:B0F1C03C-0107-43A2-A5F4-9659DB45EF44@microsoft.com...
> Thanks, Charles.
>
> I have now been asked the same question about a simple 300 MB database
> with
> 10 to 15 users (virtually all access via primary keys). Do you know of any
> guidance regarding the number of users and database size and recommended
> SQL
> edition?
>
> Thanks
>
> --
> John Austin
>
>
> "Charles Wang[MSFT]" wrote:
>
>> Hi John,
>> I do not think that there will be any significant performance differences
>> between SQL Server Workgroup and SQL Server Express Edition for your
>> scenario. However if you encountered any performance issue, you may refer
>> to the following article:
>> Troubleshooting Performance Problems in SQL Server 2005
>>
http://www.microsoft.com/technet/prodtechnol/sql/2005/tsprfprb.mspx>>
>> If you have any other questions or concerns, pelase feel free to let us
>> know. Have a nice day!
>>
>> Best regards,
>> Charles Wang
>> Microsoft Online Community Support
>> =====================================================
>> When responding to posts, please "Reply to Group" via
>> your newsreader so that others may learn and benefit
>> from this issue.
>> ======================================================
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>> ======================================================
>>
>>
>>
>>
>>