Viewing 15 posts - 1,381 through 1,395 (of 11,678 total)
ksatpute123 (11/18/2014)
Here is the MSDN reference:I hope this helps in further clarification regarding money data types.
Great, so you just copy pasted a response from Celko. Now I certainly don't...
November 18, 2014 at 4:56 am
ksatpute123 (11/18/2014)
It is proprietary, so porting it is a pain. It is one of the many "Sybase Code Museum" features from decades ago. Remember the early versions...
November 18, 2014 at 4:41 am
ksatpute123 (11/18/2014)
First of all using money data type is not recommended because it is not precise. Instead use numeric column.
Care to explain why money isn't precise?
November 18, 2014 at 4:07 am
It would be nice if you would state all of your requirements in your initial question, instead of changing them halfway.
The simplest solution would be to replace '(Part of) '...
November 18, 2014 at 4:03 am
ps: Tennessee, Kansas, Ohio and SouthDakota are not countries, but states.
November 18, 2014 at 3:06 am
You could replace all of the special characters with one common special character, for example |.
Then you could split the data using a splitter function[/url] and get the first term.
November 18, 2014 at 3:05 am
rhythmk (11/18/2014)
Koen Verbeeck (11/18/2014)
Did you try to do a repair of the SSIS installation?Or maybe remove it and install it again.
Not yet Koen.Actually this is PROD server and not maintained...
November 18, 2014 at 2:28 am
Did you try to do a repair of the SSIS installation?
Or maybe remove it and install it again.
November 18, 2014 at 1:54 am
OK, great you solved your issue and thanks for posting back.
November 18, 2014 at 1:41 am
Ditch the aggregate. You are returning two columns in the subquery, while you can have only one in an IN clause.
November 18, 2014 at 1:27 am
Which OLE DB provider are you using in the source?
November 18, 2014 at 1:26 am
I guess you want to split your data based on the comma?
If yes, read the following article:
Tally OH! An Improved SQL 8K “CSV Splitter” Function[/url]
ps: "I want to help" means...
November 18, 2014 at 12:56 am
Viewing 15 posts - 1,381 through 1,395 (of 11,678 total)