Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running a Crystal Report from a SQL Server 2000 Job

Status
Not open for further replies.

spence74

Programmer
Jul 16, 2004
34
US
Does anyone know how to kick off a Crystal Report (version 10) from a SQL Server 2000 Job?
 
Crystal Reports on its own does not supply you with a command line tool, as far as I know you need to do one of the following.

1- Use VBScript
2- Create your own application (VB/C or other) and execute it using one of the supplied SQL Server commands (xp_cmdshell for example).
3- Use a CrystalViewer tool. There are a few available on the web.




Regards

Frederico Fonseca
SysSoft Integrated Ltd
 
You can also use Crystal Enterprise and simply use the Crystal Reports Scheduler to automate report jobs. I've just started using Crystal and I suppose it is possible that you could figure out where Crystal Enterprise stores it's scheduling data and if that is available via an ODBC data source you could have your TSQL JOB insert a value/row to the Crystal scheduler. Again that is just theory as I don't have access right now to my companies crystal enterprise server to see if I can hack and find the data source.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top