Viewing 15 posts - 16 through 30 (of 36 total)
Hi Lutz,
This is what I get
(2 row(s) affected)
Msg 245, Level 16, State 1, Line 9
Conversion failed when...
March 11, 2012 at 4:01 am
Sure Lutz,
I had to comment the order by as it throwed an error like this
(2 row(s) affected)
Msg...
March 11, 2012 at 3:21 am
Please assume that nothing can be done as these columns are loaded from some SSIS packages. Thanks.
March 11, 2012 at 1:53 am
hi Lutz,
I got the result like this. The List is not sorted .....i have attached the screen shot as well.
idnew_list
147,48,49,92,93,94,95,96,108,107, 47,48,49,92,93,94,95,96,108,107, 47,48,49,92,93,94,95,96,108,107, 47,48,49,92,93,94,95,96,108,107, 47,48,49,92,93,94,95,96,108,107,...
March 11, 2012 at 1:52 am
Sure... Here you go ....
;with tmp(Source_ID, DependsOn, DependingSources) as
( select CAST(Source_ID AS INT),
CAST(LEFT(DependingSources, CHARINDEX(',',DependingSources+',')-1) AS...
March 9, 2012 at 7:53 am
Hello Friends,
My task is almost over. But I am struck @ final step. I was able to get the desired output with a Recursive CTE function.
But the challenge...
March 9, 2012 at 7:00 am
Thanks Gila and SSC. I will keep you posted.
March 8, 2012 at 7:23 am
That is true Gila. How can I achieve find these combinations that there is a loop in place. Thanks.
March 8, 2012 at 6:36 am
Yes, this is a kind of challenge in T-SQL coding assigned to me.
March 8, 2012 at 6:34 am
Thanks for all your replies but I was looking for the code that would find out all the rows that have data other than characters (this includes numbers and special...
July 13, 2011 at 5:37 am
Praveen,
Post the answer please so we can also know it ...
June 29, 2011 at 12:29 am
Jim-720070 (6/28/2011)
So the Dev and Prod servers have different versions of Excel installed?
Also this smells of permissions issues between the user that created the package on Dev and the...
June 29, 2011 at 12:28 am
Can you please be more specific on the logic that you want to implement with this case statement ...
June 28, 2011 at 4:23 am
taybre (6/21/2011)
Do I have to do it in the ESQL task ?
In you SSIS package, execute a t-sql task before your data push to excel
OR
execute the code the last SP...
June 22, 2011 at 2:17 am
Viewing 15 posts - 16 through 30 (of 36 total)