Viewing 15 posts - 7,351 through 7,365 (of 59,072 total)
Your indexes on the temp tables are still incorrect. You're joining them by ID, not col1 and col2. And, they should be Clustered Indexes. At least that's why I see...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 6, 2020 at 2:59 pm
Have you ever tried to shoot an arrow through the hole of a donut rolling down a hill from a quarter mile away? That's how I'm starting to feel with...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 6, 2020 at 2:34 pm
No but, if you're having difficulties, I've tested the following link and it works although I've not actually attempted a download from that page.
https://www.powershellgallery.com/packages/dbatools/1.0.104
--Jeff Moden
Change is inevitable... Change for the better is not.
April 6, 2020 at 2:24 pm
The table contains error message numbers and the description, which is the text of the error message from the sys.messages catalog view. Where applicable, the error number is a...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 6, 2020 at 2:14 pm
Ok. That's a bit different than what you originally posted and I somewhat agree with the premise (it's called "Divide'n'Conquer"), although I question why even with a 100 million rows,...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 6, 2020 at 2:06 pm
I can only imagine that someone is starting an explicit transaction in the code and then using a mixed bag of SELECT, UPDATE, and possibly INSERT. The only thing I...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 6, 2020 at 2:06 am
I can think of one possible reason but let me ask you... why has someone made the code so that it first populates and interim "process" table only to turn...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 6, 2020 at 2:01 am
Just to make one clarification....
Nothing... I mean ABSOLUTELY NOTHING gets done by me until I have that first cup o' Joe. 😀 Even my servers understand that. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
April 6, 2020 at 1:32 am
Great example of why you wouldn't, at least initially, point someone new to geometry to the Wiki article you sighted to explain what a square is.
Understood and appreciated on the...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 5, 2020 at 11:18 pm
Ok... that explains why Bill's good code worked. Thanks for coming back with that.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 5, 2020 at 7:10 pm
Hi Jeff, The second code option works exactly as I need it. I Saw Bill's first which also works so I marked that as the answer but wanted to...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 5, 2020 at 6:10 pm
You've done well (although I only see 4 replies of yours on this forum and with that I'll say "Welcome Aboard") and my hat is off to you for helping...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 5, 2020 at 6:02 pm
THANKS!
Question: can there be any reason that an error will be thrown while attempting to compress the table? Like what should be 'wrong' with table to cause the compression...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 5, 2020 at 3:58 pm
Thank you for your feedback, appreciate your valuable time, skills and know ledges. Do you agree if we have more than 5 millions rows in source table, we...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 5, 2020 at 3:37 pm
Here's the test data using the "old fashioned" way that works in all versions of SQL Server since at least 6.5.
--===== Create the test table from what...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 5, 2020 at 3:28 pm
Viewing 15 posts - 7,351 through 7,365 (of 59,072 total)