May 27, 2014 at 10:29 pm
Comments posted to this topic are about the item SSIS and the TOKEN function
May 28, 2014 at 12:33 am
Thanks for quetion Richard.It was nice to learn new thing.Have never used it.
--rhythmk
------------------------------------------------------------------
To post your question use below link
https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help
🙂
May 28, 2014 at 3:25 am
Thanks. It was a function that I'd never heard of either but came across it whilst looking up something else a couple of weeks back. It looks as though it can be really useful so I hope others find it interesting.
May 28, 2014 at 3:59 am
Thanks for the question Richard. Learnt something new
May 28, 2014 at 5:35 am
I had never heard of it either, so I learned something new.
May 28, 2014 at 6:06 am
Ed Wagner (5/28/2014)
I had never heard of it either, so I learned something new.
Me neither 😎
Thanks & Best Regards,
Hany Helmy
SQL Server Database Consultant
May 28, 2014 at 7:24 am
Thank you for the post, RW, this was very very unique and interesting.
(actually I had difficulty in looking where this word "token" comes under, first: I searched in the index: load of items appeared, I failed. Then later I searched in the net and came to know it is listed under SSIS Expressions, wow that's something new, then went back and searched looked under Integration Services (SSIS) Expressions, under function, bingo... there it was... ah and then it was piece a cake.. :D)
ww; Raghu
--
The first and the hardest SQL statement I have wrote- "select * from customers" - and I was happy and felt smart.
May 28, 2014 at 7:48 am
This was removed by the editor as SPAM
May 28, 2014 at 7:49 am
Thanks for the question Richard. It took some digging to figure this one out. I've never used this function before so I learned something new today.
May 28, 2014 at 7:54 am
Ever focus on something too hard? I looked at this question and did some research. Determined the correct answer, then proceeded to select the wrong one... :blush:
Thanks for the question!
May 28, 2014 at 9:07 am
The answer to this question is incorrect; technically speaking.
The double quote characters are going to throw a syntax error when this is run. The statement should be using single quotes.
May 28, 2014 at 9:10 am
Unless of course the rules for SSIS are different than TSQL...I haven't used it all that much.
May 28, 2014 at 10:37 am
josborne 48714 (5/28/2014)
Unless of course the rules for SSIS are different than TSQL...I haven't used it all that much.
Yes, it's double quotes for SSIS functions and single for T-SQL.
May 28, 2014 at 10:44 am
What I found most interesting is that you can list multiple delimiters. Could come in handy for parsing out data such as when name and address are co-mingled in a single field. (Yes, I know WE don't do that, but incoming data can be soooooo dirty sometimes... :hehe: )
Steph Brown
Viewing 15 posts - 1 through 15 (of 18 total)
You must be logged in to reply to this topic. Login to reply