Viewing 6 posts - 1 through 6 (of 6 total)
I did not end up using variables as I could not get them to work; however someone else may have better advice on that.
I did notice that I...
September 10, 2010 at 2:34 pm
What I did was create the CTE at the beginning of the execute SQL query and I was able to write my second query after the CTE within the same...
September 10, 2010 at 2:19 pm
I was able to get the CTE to work! What a learning experience. Thank you so much for all your help.
September 10, 2010 at 12:43 pm
Just an update...
When I attempt to save initial SQL query data in a object variable, I am unable to reference that to run the next SQL Query. When I...
September 10, 2010 at 8:32 am
I have tried both local and global temp tables and set the RetainSame Connection property to True; however it just hangs when executed? I am so extremely confused now...
September 9, 2010 at 2:14 pm
Thanks for the quick responses!!!
I was able to save the result set to an Object variable and run without errors; however, I can't figure out how to reference the...
September 8, 2010 at 1:29 pm
Viewing 6 posts - 1 through 6 (of 6 total)