Viewing 4 posts - 1 through 4 (of 4 total)
Question: If a have a table with many rows of data in it, then drop a column. Then I do various data updates in the middle of the table that...
July 8, 2024 at 12:05 am
Wow! Ingenious.
It's surprising that DECOMPRESS(..) and COMPRESS(..) work with true gzip files (rather than a raw stream from the deflate algorithm) but then I suppose anyone wanting compressed storage for...
June 19, 2024 at 10:17 pm
Presumably, future inserts (after the column is dropped) won't consume use space for the deleted column, though?
Also, question, if a page is rewritten (e.g., due to a normal insert or...
April 28, 2024 at 10:02 pm
How much of the speed up was due to the shift to a table variable and how much due to removing cursors? It would be interesting if you would...
June 12, 2008 at 11:12 pm
Viewing 4 posts - 1 through 4 (of 4 total)