Viewing 15 posts - 10,396 through 10,410 (of 59,095 total)
You're on the right track with separate files and file groups.
If the data is static after being loaded, then base your files and file groups so that... --Jeff Moden Change is inevitable... Change for the better is not.
RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
First step towards the paradigm shift of writing Set Based code:
________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.
Helpful Links:
How to post code problems
How to Post Performance Problems
Create a Tally Function (fnTally)
December 11, 2018 at 10:04 pm
Without being able to see the rest of the execution plan nor have the execution plan where we can drill into the properties of each node, it's likely to remain...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2018 at 6:36 pm
declare...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2018 at 6:32 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2018 at 6:29 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2018 at 6:23 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2018 at 6:19 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2018 at 6:08 pm
As indicated...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2018 at 5:59 pm
Not nearly enough information. My recommendation is to download a copy of sp_WhoIsActive by Adam Machanic (Google for it, please) and find out what is running (it'll show the actual...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2018 at 5:24 pm
Maybe if I ask a third time... 😉
You say the last batch caused the file to grow so let's talk about the nature of your batches vs the rest of...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2018 at 5:01 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2018 at 3:20 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2018 at 8:32 am
Lot's of people have been doing that trick with RowNumber. Thinking about the code behind the scenes, it should be guaranteed but MS refuses to state that...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 10, 2018 at 11:58 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
December 10, 2018 at 8:27 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
December 10, 2018 at 12:15 pm
Viewing 15 posts - 10,396 through 10,410 (of 59,095 total)