Viewing 15 posts - 5,386 through 5,400 (of 59,089 total)
If no one is allowed to read it, it might as well be compressed so it doesn't take as much room so I agree with Grant's suggestion of converting it...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2021 at 11:55 am
SELECT * FROM Tablename1 WHERE CHECKSUM(*)
NOT IN (SELECT CHECKSUM(*) FROM TableName2)
2. and there is...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 18, 2021 at 5:15 pm
(3) SQL does that itself, so that's only a very minor consideration.
I might be misinterpreting what you're saying above but, at face...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 18, 2021 at 1:27 pm
I believe that what's missing can be described by a single word...
SERENDIPITY : The occurrence and development of events by chance in a happy or beneficial way.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 17, 2021 at 2:30 pm
(3) SQL does that itself, so that's only a very minor consideration.
I might be misinterpreting what you're saying above but, at face value, I...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 16, 2021 at 7:09 pm
Great info. Thanks, Brandie.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 16, 2021 at 7:02 pm
Silly question for you. Why do you need a Kindle device when you could install the Kindle or Nook app on any tablet of...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 16, 2021 at 6:40 pm
I've had a few Kindle devices and I read almost exclusively with the Kindle app on my phone/iPad. I bought one of the first Kindle devices, and have...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 16, 2021 at 6:38 pm
Silly question for you. Why do you need a Kindle device when you could install the Kindle or Nook app on any tablet of your choice?
Nope... not a...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 16, 2021 at 6:32 pm
If you own a Kindle (I don't yet) and read technical books on the subjects of SQL Server and T-SQL, I sure would like to hear from you because I'm...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 16, 2021 at 3:57 pm
Anyways, I'm open to suggestions. There may be SQL features of which I'm unaware.
My question would be... Does the reviewer need to know which columns actually changed? Do they...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 16, 2021 at 3:38 pm
(3) SQL does that itself, so that's only a very minor consideration.
I might be misinterpreting what you're saying above but, at face value, I have to ask...
How so? ...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 16, 2021 at 2:08 pm
Yes, am engaging right now into doing the test you mentioned.
thank you.
I was just attaching the Excel file to answer Jeff's questions.
The testing is a great idea but...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2021 at 9:26 pm
My view is that the vast majority of the time row comp is beneficial, likely 90+%. So I think they're better off always doing it vs never doing...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2021 at 4:36 pm
You're definitely preaching to the choir. What I'm worried about is the wording you used.
Row compression should automatically be used for most tables.
"Should automatically be used" is all that most...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2021 at 4:01 pm
Viewing 15 posts - 5,386 through 5,400 (of 59,089 total)