Viewing 15 posts - 1 through 15 (of 38 total)
Your suggestion about loading into a clustered index being faster than a heap and then re-indexing requires the data to be pre-sorted. So somewhere you have to sort the data....
August 27, 2019 at 7:48 am
In that project, I had the luxury of liaising with the person creating the files to define a file format. It was a TSV format and the same format for...
August 25, 2019 at 7:52 pm
In answer to your question, it is about 10 years since I did this load, but from memory the load was into a heap table that subsequently had indexes built...
August 25, 2019 at 9:09 am
Rather than having a master package distribute the list of files to process, another approach is to give each package the rules it needs to process the subset of files...
August 24, 2019 at 3:12 pm
I very often deal with high-end SQL Server systems: These are almost never virtualized, because there are only drawbacks, not gains that can be made from virtualizing machines that utilise...
January 2, 2018 at 3:17 pm
I very often deal with high-end SQL Server systems: These are almost never virtualized, because there are only drawbacks, not gains that can be made from virtualizing machines that utilise...
January 2, 2018 at 3:17 pm
I think that while this process shows what can be done with SQL, I would question whether this should be done in SQL: String manipulation is not SQL's forte (neither...
January 13, 2017 at 1:28 am
You don't need a lawyer to negotiate terms. Just try it yourself.
September 5, 2016 at 6:21 am
English law precedent is that non-competitive clauses over 6 months are unenforceable. Furthermore, any clause that effectively prevents a person from practising his profession is also unenforceable.
September 5, 2016 at 2:02 am
thisisfutile (3/14/2016)
iposner (3/14/2016)
...appointments are prioritised on the basis of the gravity of the conditions...
So if it's so good to be given a number and told to stand in line, why...
March 15, 2016 at 3:25 am
thisisfutile (3/14/2016)
March 14, 2016 at 9:45 am
I wouldn't do it this way at all - I'd bcp out all the tables to be changed with -c -C<old code page> then bcp in with -c -C<new code...
March 7, 2016 at 8:28 am
djackson 22568 (3/4/2016)
Very nicely said, Andy, much nicer than I want to word it. 🙂
This is meant to be about SQL Server, but djackson 22568 seems to prefer writing...
March 4, 2016 at 8:59 am
What has this got to do with SQL Server? Of what interest is this to anyone outside the United States in any case?
What next? How about writing about kindergarten choices...
March 4, 2016 at 12:08 am
This example is nice, but it still has one performance bottleneck - the sourcefile is still running on a single thread, so the dataflow can only run at the speed...
August 3, 2015 at 10:28 am
Viewing 15 posts - 1 through 15 (of 38 total)