Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

Stored Procedure for Data Driven Subscription?

$
0
0
I've found that the T-SQL I want to use for a data driven subscription isn't considered valid by the RS web interface, and so I put it into a stored procedure, and provided an EXEC statement for that sp in that web interfaces query window instead, and it still fails to validate. Is that because an sp doesn't support IDbCommand or IDataReader, which are requirements for an RS dds query?Or am I doing something wrong? HELP !!!Steve(aka smunson):):):)

Viewing all articles
Browse latest Browse all 2791

Trending Articles