Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / DB Engine / SQL Server / July 2008

Tip: Looking for answers? Try searching our database.

SQL Srv 2005 Express Platform Limitations Questions

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Tom C. - 28 Jul 2008 16:23 GMT
I understand that Express is limited to use only 1 CPU even though it
installs on multi-CPU platforms. My question is about memory, which is
limited to 1GB. Will Express install on a hardware platform that has in
excess of 1GB and then only use 1GB as it does similarly with CPUs, or will
it just NOT install at all if the platform check finds more than 1GB?

Next question is about the database size limit of 4GB. How is this measure?
Is this the size of the MDF file itself, or what? Are there tools or a
handly t-sql script that I can run to monitor how close Express is to this
capacity limit? Thanks for any pointers.
Aaron Bertrand [SQL Server MVP] - 28 Jul 2008 16:29 GMT
> limited to 1GB. Will Express install on a hardware platform that has in
> excess of 1GB and then only use 1GB as it does similarly with CPUs,

Yes.

> Next question is about the database size limit of 4GB. How is this measure?
> Is this the size of the MDF file itself, or what?

Yes I am pretty sure it measures just the size of the data file(s) for each
database.

> Are there tools or a
> handly t-sql script that I can run to monitor how close Express is to this
> capacity limit?

EXEC sp_spaceused
?
Tom C. - 29 Jul 2008 16:27 GMT
Thanks for the input. It appears that sp_spaceused returns the rounded size
of the MDF file itself. And you can combine the following t-sql to find out
your edition, and if it's Express, you can see how close the system is to
capacity, in case you want to warn your users:

SELECT SERVERPROPERTY('edition') as EDITION
exec sp_spaceused

Thanks again for the help.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.