Viewing 15 posts - 6,106 through 6,120 (of 59,089 total)
Ah, but it appears that may be operating under a really bad premise. Changing a VARCHAR(200) to a VARCHAR(100) will, by itself, DO NOTHING to save on space. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 14, 2020 at 2:25 am
Ah, but it appears that may be operating under a really bad premise. Changing a VARCHAR(200) to a VARCHAR(100) will, by itself, DO NOTHING to save on space. The only...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2020 at 10:33 pm
You, sir, are preaching to the choir. I wish your DBA understood the actual value of those system generated column stats.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2020 at 9:37 pm
I want if we can know how many pieces of data can be saved for each data page. thanks!
Thank you but the question above is basically...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2020 at 1:06 am
I hate blanket statements like what you say your DBA said. If he said that, he's wrong. Building enough indexes to negate the need for ANY such column statistics would...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2020 at 6:48 pm
Please see the following link...
https://docs.microsoft.com/en-us/sql/t-sql/statements/alter-table-transact-sql?view=sql-server-ver15
... and then search on that page for the words "doesn't reclaim" to answer your questions on why some of your actions made no difference.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2020 at 2:57 am
I want if we can know how many pieces of data can be saved for each data page. thanks!
Thank you but the question above is basically just a...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2020 at 1:41 am
Exactly what I needed for a DR query results export process I'm working on.
Thank you for this!
If you moving data between SQL Servers, the "native" mode of BCP will...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 10, 2020 at 9:34 pm
we can use sp_spaceused to know how many space reservred by a table and know how many spaces for data space and index space, but if there is a ...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 10, 2020 at 8:59 pm
Just to be sure... the CTE's that generate the sequence in the code are NOT "recursive" CTEs. They're "cascading" CTE's and there's a huge difference in both performance and resource...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 10, 2020 at 8:50 pm
Thanks Jeff & Scott for taking the time to reply. It may sound like a dumb question but I asked anyway because the hardware/network folks keeping trying to say...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 10, 2020 at 8:26 pm
To answer your question, my answer would be "Probably even more so".
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2020 at 8:21 pm
Thank you Jeff Moden for you kind help!
you said "Understanding that there are at least 6 different Insert/Update patterns and the 4 of them are seriously affected by "ExpAnsive"...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2020 at 5:54 pm
+1 Million, Mr. Poole. Especially on that last thing. It's funny how people will change the tools (sometimes causing huge amounts of lost learning and functionality) in attempt to improve...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2020 at 2:33 pm
I think the 3 most important things are...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2020 at 5:49 am
Viewing 15 posts - 6,106 through 6,120 (of 59,089 total)