Viewing 15 posts - 1,381 through 1,395 (of 11,676 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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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) '...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 18, 2014 at 4:03 am
ps: Tennessee, Kansas, Ohio and SouthDakota are not countries, but states.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 18, 2014 at 3:05 am
Power View works pretty fine as well.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 18, 2014 at 2:29 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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 18, 2014 at 1:54 am
OK, great you solved your issue and thanks for posting back.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 18, 2014 at 1:27 am
Which OLE DB provider are you using in the source?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 18, 2014 at 1:26 am
Can you post the query?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 18, 2014 at 12:58 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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 18, 2014 at 12:56 am
Interesting question, thanks.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 18, 2014 at 12:55 am
Viewing 15 posts - 1,381 through 1,395 (of 11,676 total)