Viewing 10 posts - 316 through 325 (of 325 total)
temp tables are tied to procs they are created , once it ends so does the temp tables ; also no exchange
in case of temp tables even though another...
July 27, 2012 at 1:36 pm
do you have to use case ? In these query conditions you can use temp variables to do the comparisons..
July 26, 2012 at 9:07 pm
I ran the same query it gives the expected result..
Select a.t, a.tl, b.addr, c.zip
from a join b on a.ID = b.ID
join c
on a.ID= c.ID
Where a.tl...
July 25, 2012 at 11:07 pm
could you post the output that you are getting ?
July 25, 2012 at 9:43 pm
I still consider ranking functions as the easiest one.
July 24, 2012 at 11:46 am
thanks for the explanation.
July 24, 2012 at 11:14 am
oh, I meant that with the initial post ,which says the dynamic sql didn't work when it actually does ..
Avinash
July 24, 2012 at 9:57 am
Thanks Lynn.
I was just curious, how could it not work ..
Avinash
July 24, 2012 at 9:40 am
Although working in SSIS, i have been a fan of dynamic sql; it is preferred to avoid dynamic sql's.
July 24, 2012 at 9:26 am
An SSIS File system task could help you achieve that.
http://msdn.microsoft.com/en-us/library/ms140185.aspx
Avinash
July 24, 2012 at 8:01 am
Viewing 10 posts - 316 through 325 (of 325 total)