dbTalk Databases Forums  

SQL Standard versus Enterprise

microsoft.public.sqlserver.clients microsoft.public.sqlserver.clients


Discuss SQL Standard versus Enterprise in the microsoft.public.sqlserver.clients forum.



Reply
 
Thread Tools Display Modes
  #21  
Old   
Mohit K. Gupta
 
Posts: n/a

Default RE: SQL Standard versus Enterprise - 10-28-2008 , 02:11 PM






I think in SQL Server 2008 Standard Edition and Enterprise Edition; you do
have perforamce difference as with the functionality you have access to.

Since you will have lots of page views, you could gain advantage from
partitioned tables if your database is large. Also Enterprise edition lets
you have full Database Mirroring which can provide for HA solution.

For example:
- Partitioned Tables and Indexes
- Memmroy
- CPU
- Parallel index operations

Offical List of Feature Compare:
http://download.microsoft.com/downlo...seStandard.pdf
--
Mohit K. Gupta
B.Sc. CS, Minor Japanese
MCTS: SQL Server 2005
http://sqllearnings.blogspot.com/


"Tecnica" wrote:

Quote:
Hi,

Is there a way to prove, or not, that under the same hardware configuration
with the same databases SQL Server Enterprise is faster than the Standard?
What is the best and faster SQL 2008 version for serving a web site with
more than 1 milion pageviews a day?

Thanks,
Rui Reis

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.