Viewing 15 posts - 6,826 through 6,840 (of 13,876 total)
SQL!$@w$0ME (8/9/2016)
Thank Phil. If we don't want scale-out feature, should I go with standard edition of SQL?
I don't have practical experience of this – only what I have read –...
August 9, 2016 at 9:21 am
So it's this row that generates the error?
EXEC master.sys.xp_create_subdir @DatabaseDailyFolder;
If so, I think you might have to modify your code to capture the execution status of the xp and then,...
August 9, 2016 at 7:18 am
This code was generated by a tool.
Does anyone else subconsciously say "You can say that again" whenever they read this comment in auto-generated code? 🙂
August 9, 2016 at 5:58 am
koti.raavi (8/8/2016)
August 9, 2016 at 5:42 am
Wow, those double quotes are really throwing the SQL parser off, makes it difficult to read.
It's probably obvious, but I didn't see it. Which line of code is (deliberately) creating...
August 9, 2016 at 5:40 am
Did you read this page? Explains compute node/head node differences at least.
August 8, 2016 at 2:19 pm
TomThomson (8/8/2016)
August 8, 2016 at 9:31 am
koti.raavi (8/8/2016)
Yes ..heap table and series execution..havent tried for parllel execution
Then I am out of ideas right now.
Can you try this on another machine ... perhaps on a local instance...
August 8, 2016 at 7:18 am
PSB: you've been here long enough to be aware of the code="sql" tags. Is there a reason why you choose not to use them, to help others read your posts?
August 8, 2016 at 6:33 am
So, to confirm, the target table is a heap – is that correct? Or does it have a primary key?
Are you loading in series or in parallel?
August 8, 2016 at 6:27 am
OK, that sounds annoying, but what's your question, exactly?
August 8, 2016 at 6:24 am
OK. Does each file take the same length of time?
Are the files stored locally on the server?
August 8, 2016 at 5:58 am
seismicbeat (8/8/2016)
SQL Server novice here, I'm looking for help to get through the SQL statement that I mentioned below. I have an SSAS cube that I can query with MDX...
August 8, 2016 at 5:55 am
koti.raavi (8/8/2016)
each file contains 1000 records and total number of files are 15.
Problem is each file is taking more...
August 8, 2016 at 5:34 am
lduvall (8/7/2016)
August 7, 2016 at 1:38 pm
Viewing 15 posts - 6,826 through 6,840 (of 13,876 total)