Viewing 15 posts - 8,911 through 8,925 (of 13,882 total)
I did three times the rebuttal
Sounds like a new dance move!!
Anyhow, I think we need to see the query which generated this error. I am suspecting that there's an implicit...
November 25, 2014 at 7:29 am
tmac3217 (11/25/2014)
[font="Courier...
November 25, 2014 at 6:44 am
English translation, anyone? 🙂
November 25, 2014 at 6:10 am
Actually, that reminds me.
Here is a quote from BOL:
Using SET ROWCOUNT will not affect DELETE, INSERT, and UPDATE statements in a future release of SQL Server. Avoid using SET ROWCOUNT...
November 25, 2014 at 1:27 am
Try comparing the execution plans for each. If they are the same, you have your answer.
November 25, 2014 at 12:26 am
OK, I think I understand what you want. But what is your question?
--Edit: Jack's on to something. Use an asynchronous Script Component for this.
November 24, 2014 at 11:54 am
If, for reasons of scaling and performance, you think that your DW database will, or may, reside on a different SQL instance from your OLTP database, you should also consider...
November 24, 2014 at 10:18 am
vecerda (11/24/2014)
I have a requirement to load data from the attached file.
It is a .txt file that has a repetitive structure with 7 attributes per record. Please, see the attached...
November 24, 2014 at 10:06 am
stevefromOZ (11/21/2014)
I know, it seems strange but i couldnt think of how else to describe it.
Maybe a better way is - ragged right...
November 21, 2014 at 10:44 am
November 21, 2014 at 10:43 am
You have a fixed width file of differing widths.
Oxymoron, anyone?
November 21, 2014 at 10:17 am
What is it about 2012 that makes you think it will be a better solution for you in this case?
Why would you avoid going for 2014? Most of what...
November 21, 2014 at 9:25 am
richardmgreen1 (11/21/2014)
Thanks for that.I'm currently looking at several repalce statements to remove the text in pieces rather than all at once.
I'll let you know how that goes.
A nested REPLACE should...
November 21, 2014 at 6:48 am
I think that the 'right arrow' is a tab.
So if you replace tabs with spaces before doing your verdana replace, you should get more hits.
November 21, 2014 at 6:33 am
Are you able to view the data in something like Notepad ++ and do View / Show Symbol / Show all characters
just to confirm that there are no tabs, double...
November 21, 2014 at 6:17 am
Viewing 15 posts - 8,911 through 8,925 (of 13,882 total)