Link to home
Start Free TrialLog in
Avatar of amoray
amorayFlag for United States of America

asked on

Outside of Crystal Reports, what other app can I use to generate reports from my SQL Server?

I recently purchased a copy of Crystal Reports XI not knowing that this does not allow me to export my report to a .exe file like it did in versions prior to 8.5. Much to my dismay, this new version, though easier to work with, requires a whole lot of programming to do a simple thing as printing a report with fresh data without my manual intervention.

Is there any other application that can do this?

I used to like Crystal Reports but I can't in good conscience recommend it to non-technical gurus like me anymore. They made it too complicated and practically useless to someone like me, the regular user.
Avatar of frodoman
frodoman
Flag of United States of America image

You can look at MS Reporting Services which is tightly integrated with SQL Server.  I'm not certain it's going to be any better for you as it is (IMHO) chasing Crystal and trying to catch up.

You might also want to look at Crystal Server which will allow you to serve your reports over the web with minimal effort from a programming standpoint.  This is the replacement for Crystal Enterprise if you're familiar with that product, but Crystal Server you can get your hands on inexpensively for a small number of concurrent users.

frodoman
Avatar of Éric Moreau
Hi amoray,

Have you tried Access?

Cheers!
Avatar of amoray

ASKER

frodoman,

I really liked Crystal Reports but the development path they're taking is headed away from the common user. They're on their own path to making every single good feature of the program independent of each other. As opposed to back then when this app had a good punch and was worth its' weight in gold to management. So outside of anything that Business Objects creates, is there any other application that can do what Crystal does? What's Infomaker?

emoreau,

I tried Access but it doesn't have the functionality of group functions and sums that I've already created on my other reports. Thank you though. It was worth a try.
Avatar of Mike McCracken
Mike McCracken

Crystal is the premier reporting tool.  As such they are following the path that MS is setting toward a net-centric environment and compiling of reports into an EXE doesn't fit well into that environment.

Do you have any development environment such as VB or VS?  The application to present a report is not that difficult to write.

mlmcc
Business Objects XI / Crystal Reports XI is THE premier business intelligence tool on the market, period.
And with WEB Intelligence, Live Office, Excelcius, Business View Manager, etc...etc... I think the IT community....ESPECIALLY SQL Svr departments need to take a very serious look at the direction of the BI industry.

BO XI makes data integration and report delivery, data analysis so easy to both developers and more importantly USERS / CUSTOMERS that this product is the product to beat or at the very least keep up with...for the future. MS Reporting Services is trying to keep up....but we'll see if it can catch  BO.

MikeV
In answer to your specific question, I'm not aware of anything not BO that does what Crystal does.  There are several very high-end data management tools (Cognos, etc.) but these are *more* complex, not less.  If you're looking for a stripped down simple reporting tool you can simply Google "reporting tools" or "report creation" and you'll find lots of knock-offs out there.  Just be aware that they are simple and they are stripped down so you aren't going to get the same functionality that Crystal provides.

frodoman
Avatar of amoray

ASKER

Guys, you're all saying that Crystal Reports is THE tool to use but I still have no way of deploying my reports to my users with fresh data outside of manually printing these reports 5 times a day. We run a logistics company and we need to keep track of all our shipments almost on a realtime scenario. What I was hoping to do was to give all my users access to the reports wherein they can view or print these reports when they need it or to make it print automatically with fresh data on a set frequency each day.

Like I said, I thought Crystal Reports was my answer because when I used to use it back in the 90's, it had the ability to export my reports to an executable that any end-user can run and view or print the reports with fresh data.

With XI, I'm at a total loss. I purchased the XI Pro version and thought I can do the reports and deploy at as needed. Without VB or VS Skills, I don't know how my end-users can get this report outside of purchasing and installing individual copies of Crystal Reports on each and every machine in the office. Frankly, the thought of buying more copies of CR is definitely not the answer.  
you could create a really simple application that would load the report with refreshed data.
ASKER CERTIFIED SOLUTION
Avatar of frodoman
frodoman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial