vote up 0 vote down star

Hi all,

This is regarding SSRS engine. For my project we are not going to buy SQL server software. Instead of what I just want to know, is there any posibility to use only SSRS engine. So that I can have the ref. (DLL) And then I can use wherever I want.

Please help on this.

flag
Do you really believe that by typing in capitals it makes people more likely to answer your question? – ChrisA Jan 3 '09 at 10:46
don't write in all uppercase, it's rude! It means you are YELLING your question – Jesse Pepper Jan 3 '09 at 10:46
Hi, I am a nice guy and turned your shouting down. Please do it yourself next time you ask a question. – Gamecat Jan 3 '09 at 10:54
@Gamecat you are WAY too kind. – TheSoftwareJedi Jan 3 '09 at 10:57
lol, thanks. ;-). – Gamecat Jan 3 '09 at 13:19

3 Answers

vote up 0 vote down

SQL Server Express, the free one, comes with Reporting Services. No need to shell out for a full blown SQL Server.

http://www.microsoft.com/Sqlserver/2005/en/us/express.aspx

link|flag
vote up 2 vote down

If we don't consider the technical aspects of getting SSRS to run without SQL Server, you still need SQL Server for the license. SSRS is an integrated part of SQL Server, not a standalone component.

So no, without buying SQL Server licenses, you cannot use SSRS, even if you were technically able to do it, which I doubt anyway.

link|flag
vote up 0 vote down

The SQL Server Reporting services engine is not just a dll. So it will be not just as simple as adding a ref.

You typically have to deploy reports to a webserver and invoke the reports though there.

I'd advise you to look here: http://en.wikipedia.org/wiki/SQL_Server_Reporting_Services

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.