Viewing 15 posts - 16 through 30 (of 201 total)
Hi
I was able to work with the code you provided for dynamic pivot successfully,inside my SP using a temp table to store the results using INTO statement
like this:
(MY_TEMP07)
--Create complete SQL...
June 10, 2014 at 8:42 am
Hey Thanks...
Let me modify my SP and give it a Try...
Will comment soon..
Thanks again
June 4, 2014 at 11:56 am
Wow...
Works like a gem...
Thanks a lot...
but one question..
as I am running the statement inside a S tored procedure and it will populate a temp table in my SP..
Will the EXEC...
June 4, 2014 at 11:43 am
Hi,
No , I can't do this, as its been called from a DOT NET program and they are just passing parameters and calling it...
Any other way to handle the optional...
November 12, 2013 at 9:40 am
Thank You Sir Luis ..
Your code works ...I did implement it ...
Thanks
October 15, 2013 at 8:55 am
Thanks a lot..
but If I had to add CTE and temp table I could have done this ,Can you suggest any simple way to just add a third column...
October 15, 2013 at 8:36 am
Thanks a lot for the reply...works like a charm
April 17, 2012 at 7:22 am
Thanks a lot...it works too...
thank you both of you..................
April 16, 2012 at 11:13 am
SSIS sequence and spell check is correct but the failure is caused by > 100 rows recursion..
Error:
(109 row(s) affected)
Msg 530, Level 16, State 1, Line 11
The statement terminated. The maximum...
April 16, 2012 at 11:06 am
There is a problem but when the data exceeds 100 rows it fails ( my file contains 80,000 rows)
INSERT into @tab(data)
...
April 16, 2012 at 10:39 am
@phil.
I am directly using ssis to dump the file data into tables...
April 16, 2012 at 10:33 am
@cold coffee...Thanks a lot ...it works ............
April 16, 2012 at 10:32 am
its a raw data coming from old source file..
this is my source ...no PK is defined here in the file
April 16, 2012 at 10:09 am
Here is the create and insert script
create table TEST
(
Name varchar(100)
)
insert into test
select 'StartDocument' union all
select 'PETER' union all
select '123 AVE' union all
select 'NJ' ...
April 16, 2012 at 9:56 am
Works like Charm...Thanks man roryp 96873...
Thanks again
March 2, 2012 at 12:05 pm
Viewing 15 posts - 16 through 30 (of 201 total)