Viewing 15 posts - 91 through 105 (of 132 total)
This is not what I had planned but it worked!
Thanks Luis 😀
September 14, 2015 at 9:34 am
Yup!!! Was missing the COLLATE.
Update TABLE
set DS = Replace(DS, nchar(65533) COLLATE Latin1_General_BIN2, '!')
Thank you all very much! I love this site :-):-)
September 11, 2015 at 9:41 am
Ok, so here is what I am trying to do but it is not working. Any ideas?
UPDATE TABLE
SET DS = REPLACE(DS,NCHAR(65533),'');
September 11, 2015 at 9:00 am
Awesome! Thank you very much for making my Friday :-D:-D
September 11, 2015 at 7:12 am
What I mean by cash-cow is that they rarely make significant changes to the product and push to release new versions. SSIS is not free as it is included in...
September 10, 2015 at 3:56 pm
I found it! There was this weird character (?) in the data, so you are right about SSIS.
September 10, 2015 at 3:13 pm
Thanks!
Good point about the Alter Table script. I was able to dump the data into a table with all NVARCHAR datatypes and then was easily able to push the data...
September 10, 2015 at 10:23 am
I'll check it out, thanks for your feedback.
On a side note... I am very surprised that SSIS is still (after all these years) one of the worst ETL tools...
September 9, 2015 at 12:09 pm
Thanks for your response. I figured that was the case but just wanted to be sure.
BTW: Your signature is hysterical! I love it! Both cynical and logical 🙂
August 17, 2015 at 10:32 am
Thank you for your advice. I will go with the second loop as there is no performance hit. Plus I will only have to archive around 30 - 40 files...
November 3, 2014 at 12:26 pm
Nice Luis! Fast as hell too!
Much appreciated 😀
September 18, 2014 at 2:30 pm
Ok, figured it out....
You have to go to the data sources and reconfigure the security options. Inherit, Impersonate User, etc did not work, but when I typed in my full...
August 19, 2014 at 9:47 am
OK I found it....
Basically you go to add/remove programs and select remove on the SQL 2012 instance. You will then go through the steps and select what you want to...
August 18, 2014 at 2:17 pm
Thanks guys! I appreciate the feedback.
August 11, 2014 at 1:53 pm
Viewing 15 posts - 91 through 105 (of 132 total)