Viewing 15 posts - 2,881 through 2,895 (of 59,086 total)
You might want to use the Lead version of the splitter
I absolutely agree. In fact, my personal copy of DelimitedSplit8K has Eirikur's wonderful performance improvement in it (and has...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 30, 2022 at 4:32 am
To add to Jo's and Scott's good suggestions, check on MAXDOP while you're at it If it's set to "0" (something can use ALL the CPU's at the same time),...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 30, 2022 at 4:29 am
Just do a BULK INSERT to import the XML file as a BLOB and parse it with the normal XML tools.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 30, 2022 at 12:44 am
You state, "A monster index will have to be rebuilt where it may not have been fragmented at all without compression." What is the basis for that...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 30, 2022 at 12:40 am
Would like to post the data but I have a solution now. This will run once a quarter at night so it is not a huge hit on processing....
--Jeff Moden
Change is inevitable... Change for the better is not.
August 29, 2022 at 6:01 pm
I'd like to setup a test table to do the some testing on for all of this. With in mind...
Could you tell us what is meant by "This table only...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 29, 2022 at 5:50 pm
You state, "A monster index will have to be rebuilt where it may not have been fragmented at all without compression." What is the basis for that claim?
Same as...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 29, 2022 at 5:37 pm
Ok and what about Python? I heard somewhere that it can also be used as an alternative of SSIS tasks?
Yes it can... so can C#, Visual Basic, PowerShell, a...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 29, 2022 at 5:05 am
It was not "obvious" that you were speaking of VARCHAR because they are NOT affected by row compression at all. Only CHAR is affected by row compression and you clearly...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 29, 2022 at 5:01 am
When you read this, Scott, remember that I LOVE page compression...
You say the following but you need to qualify, especially to a person who might not know what compression is...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 29, 2022 at 12:09 am
This is going to sound strange but it's happened where I work at twice now...
On high performance storage, there's usually a rechargeable cache battery. Most people don't even know such...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 28, 2022 at 11:18 pm
Instead of using PowerShell, why not make a call to BCP and us the "out" functionality? It's nasty fast. I'll also tell you that if they have SQL...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 28, 2022 at 10:55 pm
It doesn't take much to cause a page split with compression enable on tables that aren't suffering from page splits to being with. If you're going to use compression on...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 28, 2022 at 5:00 am
What about your QA Department??? They're the ones that should be checking to see if things worked.
Also, did you check it? Have you found any problems with it? Generally, forums...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 28, 2022 at 4:51 am
Instead of using PowerShell, why not make a call to BCP and us the "out" functionality? It's nasty fast. I'll also tell you that if they have SQL Server at...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 28, 2022 at 4:46 am
Viewing 15 posts - 2,881 through 2,895 (of 59,086 total)