Viewing 15 posts - 4,861 through 4,875 (of 59,067 total)
BTW... this is also a really good reason to have some naming standards. We follow the standard that PKs will always use the form of PK_tablenamehere.
August 2, 2021 at 4:36 pm
When I looked the problem page, no error was included on the page.
August 2, 2021 at 4:33 pm
Does XML datatype with NULL Value in SQL Server 2008 consume any storage space?
As mentioned in https://www.sqlshack.com/optimize-null-values-storage-consumption-using-sql-server-sparse-columns/ If we store a NULL value in a fixed-length column such as...
August 2, 2021 at 3:49 pm
Hi Jeff, we require the success to auto clear the failure events. This clear would then auto resolve the help desk auto generated tickets as well as end the...
August 2, 2021 at 12:24 pm
It was a great session, Jeff Good to hear you again 🙂
Thanks, Johan. It's a shame we couldn't have a couple of beers together afterwards like we did the...
August 2, 2021 at 11:39 am
Jeff,
Thank you for a truly great presentation that shatters a lot of long held beliefs. Certainly one's I've held and I'm sure many others.
-Tom
Thanks Tom. I really appreciate the...
August 2, 2021 at 11:37 am
One thing I am disappointed not to be hearing more about is the use of resumable index rebuilds.
I've stopped using reorganize on huge tables where we can't rebuild because...
August 2, 2021 at 11:27 am
August 2, 2021 at 11:17 am
My suggestion is to stop monitoring successes. Job history does that well enough.
August 2, 2021 at 12:11 am
When you do a shrink-file on a data file, pages from the end of the file are moved to unused pages at the beginning of the file. That very effectively...
August 2, 2021 at 12:06 am
I'd like to add my thanks as well, a great and thoroughly enjoyable presentation (and I actually understood it 🙂 ). Lots of good stuff. Now I just have...
August 1, 2021 at 7:25 pm
So, the next question is, why do they want to know if you know this? Is there a non-obvious performance advantage? I wouldn't believe so but who knows?
July 30, 2021 at 6:23 pm
I used SQL Profiler to trace SQL scripts and got one sql statement with 53142 reads (as picture), but I executed that sql statement but found...
July 30, 2021 at 6:01 pm
Here's a way, though it would be pretty stupid to do it.
SELECT x.CustomerID
FROM (SELECT c.CustomerID, 0 Col1
...
July 30, 2021 at 5:51 pm
I used SQL Profiler to trace SQL scripts and got one sql statement with 53142 reads (as picture), but I executed that sql statement but found its logical reads...
July 29, 2021 at 12:50 pm
Viewing 15 posts - 4,861 through 4,875 (of 59,067 total)