Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 question about the sql database version

Author  Topic 

anna66
Starting Member

2 Posts

Posted - 2009-11-01 : 07:04:46
I have a question about the sql database version which I am using for Epolicy Orchestrator 4.0. I think I'm using the free version (see below) of SQL which means that the database cannot be larger than 4GB. But the ePolicy database is 7.9Gb. So my question is, is this the free version or not?

Microsoft SQL Server Management Studio Express 9.00.2047.00
Operating System 5.2.3790
Microsoft Data Access Components (MDAC) 2000.086.395
Mcirosoft MSXML 2.6 3.0 4.0 6.0

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2009-11-01 : 07:12:01
surprising. But express is limited to 4gb

http://www.microsoft.com/Sqlserver/2008/en/us/express.aspx
Go to Top of Page

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2009-11-01 : 07:13:45
that does not tell you anything about the database version / edition

use
SELECT @@VERSION

and refer to here http://www.sqlteam.com/article/sql-server-versions


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page

anna66
Starting Member

2 Posts

Posted - 2009-11-01 : 07:40:33
Thanks!
Go to Top of Page
   

- Advertisement -