Monday, March 12, 2012

Is it possible make reportins via Sql Server?

Hi there ..is it possible ?
I'm new in this matter...
Thanks in advanceSQL Server (the server itself), is a data engine and does not have a front
end... You will have to have some front-end software for even simple
reports...
Query Analyzer comes with sql server, you can do select and save/print the
results, but there is esentially no formatting capabilities.
Reporting Services, Crytstal reports, and other tools provide true reporting
capabilities, and of course you can write your own applications.
--
Wayne Snyder, MCDBA, SQL Server MVP
Mariner, Charlotte, NC
www.mariner-usa.com
(Please respond only to the newsgroups.)
I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org
"Xavi" <Xavi@.discussions.microsoft.com> wrote in message
news:155526BD-ED86-48B8-9E94-9325BD15999C@.microsoft.com...
> Hi there ..is it possible ?
> I'm new in this matter...
> Thanks in advance|||That's what reporting services is all about :-). You can get more info
here: http://www.microsoft.com/sql/reporting.
-Lukasz
This posting is provided "AS IS" with no warranties, and confers no rights.
"Xavi" <Xavi@.discussions.microsoft.com> wrote in message
news:155526BD-ED86-48B8-9E94-9325BD15999C@.microsoft.com...
> Hi there ..is it possible ?
> I'm new in this matter...
> Thanks in advance

No comments:

Post a Comment