March 31, 2008 at 2:55 am
I'm a report writer using T-SQL, a little ASP, and some text formatting / delivery tools. We're upgrading to SQL 2005 and I want to move everything over to SSRS. Our firm's DBA says it won't work as SSRS isn't a 'real' report writer. He says it only allows 1 parameter per report, for example, I couldn't do any report which required the user to input a date range (start/end dates) since only 1 is allowed.
Is this true? or is he nuts? Thanks, Sharon.
March 31, 2008 at 2:58 am
No thats not true at all.
You can parse in multiple parameters.
AND you can even use your datetime picker as you just said.
March 31, 2008 at 3:00 am
Thanks David, I'll go buy the book now!
March 31, 2008 at 3:02 am
np! 🙂
April 1, 2008 at 7:14 am
April 1, 2008 at 7:28 am
Thanks Mark - SM.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply