View Single Post

   
  #2 (permalink)  
Old 02-29-2008, 06:51 AM
Erland Sommarskog
 
Posts: n/a
Default Re: Running Cognos from SQL

James Lawrence via SQLMonster.com (forum@SQLMonster.com) writes:
> Is it possible to exec a Cognos report from a SQL job?


Maybe. You can run command-line programs an SQL job (choose CmdExec task).
You can also run ActiveX tasks from a job.

Since I don't know Cognos, I cannot elaborate.


--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp
Reply With Quote