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.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 query Parameters

Author  Topic 

rajainfo
Starting Member

2 Posts

Posted - 2008-01-09 : 04:50:16
Hi how can i use the Query Parameters in SQL Server Reporting Services

Thank u

With Regards
rajainfo

ditch
Master Smack Fu Yak Hacker

1466 Posts

Posted - 2008-01-09 : 04:53:36
many ways.
The easiest way is to create a stored procedure with the parameters required.

From the dev environment in reporting services, set up the query as a stored procedure, put the procedure name in the text box (without exec) - you will be prompted for the values for the parameters, and RS will automatically set up the parameters for you from there.

give it a try!


Duane.
Go to Top of Page
   

- Advertisement -