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 Programming
 sql server 2012 express & reporting services

Author  Topic 

Halle
Starting Member

9 Posts

Posted - 2014-03-31 : 12:09:05
Hello,

I am running SQL server 2012 express on my computer. I'm wondering if I have availability to reporting services(download) with this version. Thanks for any help.

James K
Master Smack Fu Yak Hacker

3873 Posts

Posted - 2014-03-31 : 15:30:57
Yes you do, but you will need the "Express with Advanced Services" version. See here for features supported by each edition of SQL Server 2012.

http://msdn.microsoft.com/en-us/library/cc645993.aspx#Reporting
Go to Top of Page

Halle
Starting Member

9 Posts

Posted - 2014-04-01 : 11:46:08
quote:
Originally posted by James K

Yes you do, but you will need the "Express with Advanced Services" version. See here for features supported by each edition of SQL Server 2012.


Thanks for your help. I have Sql Server 2012 Express but I am trying to see if I have the advanced features version.
Go to Top of Page

James K
Master Smack Fu Yak Hacker

3873 Posts

Posted - 2014-04-01 : 17:00:17
In SSMS connect to your SQL Express instance, open a query window and run this command:
SELECT SERVERPROPERTY ( 'Edition' )
The possible return values are listed here: http://technet.microsoft.com/en-us/library/ms174396.aspx
Go to Top of Page
   

- Advertisement -