Viewing 7 posts - 1 through 7 (of 7 total)
Thank you for the response! But again, I don't have permission to create functions or stored procedures on the datasource that I'm using. What I'm trying to find out now is whether using this 'SPLIT'...
July 23, 2006 at 7:20 am
Thanks for the response! Do you mean that this type of coding should be place directly into my query?
Thanks
July 22, 2006 at 10:17 am
Thank you for the response. No I didn't create the stored procedure and another problem is that I don't have permission to create a stored procedure on the datasource that...
July 21, 2006 at 12:57 pm
Thanks to all for the responses and suggestions. I tried using the following query but still get a syntax error:
QUERY:
SELECT * FROM myTable
WHERE (myID IN (SELECT Item FROM dbo.SPLIT(@myIDParam, ',') AS...
July 21, 2006 at 8:22 am
I'm using SQL Server 2005 Reporting Services and Visual Studio 2005.
Thanks!
July 21, 2006 at 8:09 am
Thank you for your reply, but can you be a bit more specific and detailed about how and where to deploy the print control that you mentioned above.
May 9, 2006 at 9:00 am
Viewing 7 posts - 1 through 7 (of 7 total)