Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sqlserverdeveloper
Posting Yak Master
243 Posts |
Posted - 2007-11-14 : 13:04:30
|
Sorry for asking such a basic question.Using sql server reporting services, I want to create a report against a stored procedure, this stored proc has input parameters to it. Please let me know the steps involved. Thanks. |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2007-11-14 : 13:33:35
|
Just specify the stored procedure name when you setup the dataset.Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
|
|
sqlserverdeveloper
Posting Yak Master
243 Posts |
Posted - 2007-11-14 : 13:45:53
|
Thanks, I got it. |
|
|
|
|
|