Viewing 15 posts - 151 through 165 (of 180 total)
sorry 🙂 it was more to see of a way to see if i can understand it better if you know what i mean the STUFF syntax confused me, while...
October 4, 2012 at 12:41 am
It still comes back as 15122004 which is how it originally is stated. using that convert
the CAST(STUFF(STUFF syntax worked but trying to do it as a convert like if...
October 4, 2012 at 12:28 am
Msg 242, Level 16, State 3, Line 34
The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value.
October 4, 2012 at 12:16 am
sorry what i meant was previous posts on SSIS were for other projects i've created around expressions - this is a new SSIS project i'm creating.
I'll try the ForEach instead...
September 25, 2012 at 6:06 pm
Thanks guys, I didn't even think about using a union which was pretty simple idea. I was trying all other stuff.
In terms of my whole process - it...
September 24, 2012 at 3:45 pm
Update:
I got around the issue by just doing a quick fix, just made 2 seperate scripts one to only be "Private" and one to exclude only "Private" in my...
September 23, 2012 at 7:57 pm
Thanks for the reply, i did it as a Variable which calls thats expression so worked perfectly.
Sorry i tried to delete it from this thread but didnt know how &...
September 19, 2012 at 4:36 pm
Thanks for the reply guys, i went with the expression as it was the easiest way to do & also understand.
just made a new variable and passed it all through.
September 19, 2012 at 12:23 am
Sean Lange (9/4/2012)
Tava (9/3/2012)
September 4, 2012 at 3:55 pm
excellent, I got it working, created the Function & in the subquery now getting the results i wanted... really appreciate your help on this... no way i would have...
September 3, 2012 at 12:24 am
sorry just a little confused. So i have to create the function (as per the script) & once created call it in the way you did to my reply.
1. CREATE...
September 3, 2012 at 12:05 am
When using that example it produced an error
IN
(
SELECT ConfiguredValue
FROM
dbo.table1(@CompanyID, ',')
)
Parameters supplied...
September 2, 2012 at 10:32 pm
I didnt even know you could do that, you learn something new everyday. I will give this a go and hopefully I pick it all up but at least I'm...
May 16, 2012 at 11:07 pm
SQLKnowItAll (5/16/2012)
May 16, 2012 at 10:14 pm
Viewing 15 posts - 151 through 165 (of 180 total)