开发者

Is performance of DB slow in sql server 2005 express compared to sql server 2005 enterprise?

开发者 https://www.devze.com 2022-12-19 21:41 出处:网络
Is performance of DB开发者_如何学编程 slow in sql server 2005 express compared to sql server 2005 enterprise ?

Is performance of DB开发者_如何学编程 slow in sql server 2005 express compared to sql server 2005 enterprise ?

Comparison between sql-server 2005 and express 2005 is here

Comparison between sql-server 2008 and express 2008 is here


The Express editions are the full, regular SQL Server core code - so from that point, there's no performance difference.

Sure, the Enterprise edition has a few additional goodies, like indexed views and so forth, which might make things faster. But for the normal, average SQL query, there's no significant performance difference to be expected.

SQL Server Express editions also have some limitations, such as supporting only a single CPU (core), max. of 1 GB of RAM, max of 4 GB of database size.

But unless your query would exceed any of those limits, I don't see any reason why SQL Server Express would be any slower than SQL Server Enterprise edition.

0

精彩评论

暂无评论...
验证码 换一张
取 消