Viewing 15 posts - 7,366 through 7,380 (of 59,091 total)
In what table design/scenarios should I prefer a Row level compression and not Page level?
Like if we were to name one major advantage of one over another, and possibly...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 7, 2020 at 3:14 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 7, 2020 at 5:22 am
I'm sorry... I forgot to add that you can get the fnTally function from the similarly named link in my signature lines below.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 6, 2020 at 9:26 pm
That's a little different. I thought you said random "values", not "strings". Of course, you could convert the following to strings.
--===== Create the list of the first...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 6, 2020 at 6:54 pm
Hi all,
My need is to insert random value from predefined list of possible values. It's data obfuscation project, thus no strict rules what value should be, rather it should...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 6, 2020 at 6:36 pm
You need to contact the people in charge of providing the necessary permissions.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 6, 2020 at 3:11 pm
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
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
Viewing 15 posts - 7,366 through 7,380 (of 59,091 total)