Monday, March 12, 2012

reporting service sql server independant?

I am investigating if reporting services can be used for our application and
I have a question.
The application is currently using sql server but it has to be DBMS
independant. From what I found on the web I get the impression that you will
always need sql server in some way to store reports. Is that true? Can we
create reports with sql server reporting services and deploy/use them on a
setup with an oracle database only or is sql server only needed for
developing?
Antoon
The datasources for reports can be pretty much anything but the Report
Server catalog (required to be defined when installing Reporting Services)
database has to be hosted on SQL Server so there is always a requirement for
that.
HTH
Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org
"Conrad S." <omni@.scient.net> wrote in message
news:41a44094$0$10528$e4fe514c@.news.xs4all.nl...
>I am investigating if reporting services can be used for our application
>and
> I have a question.
> The application is currently using sql server but it has to be DBMS
> independant. From what I found on the web I get the impression that you
> will
> always need sql server in some way to store reports. Is that true? Can we
> create reports with sql server reporting services and deploy/use them on a
> setup with an oracle database only or is sql server only needed for
> developing?
> Antoon
>

No comments:

Post a Comment