Viewing 15 posts - 4,456 through 4,470 (of 9,643 total)
Well, it's a script component (there is a difference) and I attached a zip file that contains an excel file and an SSIS package that reads the excel file and...
August 7, 2009 at 7:09 am
Thanks for the effort. I'll do a search as well.
August 6, 2009 at 9:27 am
You can also use an asynchronous script component. I'm attaching a complete example.
August 6, 2009 at 9:25 am
rgoerwit (8/6/2009)
August 6, 2009 at 8:48 am
TheSQLGuru (8/6/2009)
IIRC there was also a bug where having a profiler filter on textdata that was longer than forty-some characters in length would cause a CPU race as well.
Do you...
August 6, 2009 at 8:47 am
To the best of my knowledge there is no way natively to do this in RS. You could hack around it by creating a parameter for the report where...
August 6, 2009 at 8:47 am
Why are using a script component? Is there more you are doing in the script? I think you can probably do what you need with the builtin components...
August 5, 2009 at 7:22 pm
I really don't think this is where you are getting the error. Can you post the table definitions, some sample data, and attach a sample excel sheet?
Can't fix...
August 5, 2009 at 10:30 am
I don't see why that would throw the error you are getting, but I was going to comment that using the Dynamic SQL, Exec(Sql string) is unnecessary. Try removing...
August 5, 2009 at 9:54 am
Jeff Moden (8/5/2009)
Jack Corbett (8/5/2009)
August 5, 2009 at 9:48 am
I don't see anywhere in that stored procedure where you'd get more than 1 value from a subquery. The only thing I can suggest to troubleshoot is to run...
August 5, 2009 at 9:34 am
Grant Fritchey (8/5/2009)
I'm feeling a bit stupid. I thought RPG = Role Playing Game.
Wow, and I thought you were old enough to remember the programming language too!
August 5, 2009 at 9:25 am
You can have 2 precedent constraints and have them check the value of the Count variable. On the precedence constraints (green arrows for success) you'd change the options to:
For...
August 5, 2009 at 9:24 am
Viewing 15 posts - 4,456 through 4,470 (of 9,643 total)