If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Sql Server procedures

Started by halima98, 30 Jun 2010 05:25:28 PM

Previous topic - Next topic

halima98

Hello,

I am new to Cognos Data Manager and I would like to know if you can execute sql server procedures using Data Manager?  If so, how do I go about that process?

Thank you in advance.

MFGF

You could try coding a SQL node in a jobstream to call the SP (or use a SQL function in a derivation etc).  What kind of SP do you want to call - data retrieval or data modification?

MF.
Meep!

yepperstn

... or you could use the SQL statement.  Per the Decision Stream help, the SQL statement executes the specified SQL statement on the specified database connection or alias.

The example provided in the on-line help:

SQL('Sales', 'DROP TABLE Temp') will drop the table named Temp from the Sales database.