Archive for March, 2008

Difference Between MS SQL Server 2005 Express / Workgroup and Standard Edition

Thursday, March 20th, 2008

MS SQL 2005 Express Edition :

> Price : Free
> CPU : No
> 1 GB max memory limit for buffer pool : Yes
> 4GB max database size : Yes
> SQL Server Agent : Yes
> Full Text Search : Yes
> IMPORT/EXPORT : No
> Basic Integration Services : No
> Advanced Integration Services : Yes

MS SQL 2005 Workgroup Edition :

> Price : Not Free
> CPU : Yes
> 1 GB max memory limit for buffer pool : No
> 4GB max database size : No
> SQL Server Agent : Yes
> Full Text Search : Yes
> IMPORT/EXPORT : Yes
> Basic Integration Services : No
> Advanced Integration Services : No

MS SQL 2005 Standard Edition :

> Price : Not Free
> CPU : Yes
> 1 GB max memory limit for buffer pool : No
> 4GB max database size : No
> SQL Server Agent : Yes
> Full Text Search : Yes
> IMPORT/EXPORT : Yes
> Basic Integration Services : Yes
> Advanced Integration Services : Yes