Viewing 15 posts - 316 through 330 (of 59,069 total)
He he, 2022-07-03 13:41:52.0070000 is now unequal to 2022-07-03 13:41:52.007 depending on the data type 😉 😎
Show your code, ol' friend, so that people don't just look at the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2024 at 4:50 pm
Yep... I'm well aware of the default precision for DATETIME2 being 7. That's the whole thing... I'm writing code to check for proper conversions from DATETIME2 (default of 7 for...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2024 at 4:44 pm
I cannot sufficiently nor politely express the growing level of disgust I've developed about Microsoft and SQL Server, especially since 2012 sp3.
I'd written some simple code to determine a difference...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2024 at 3:42 am
Mainting non sequential leading key having indexes at a lower fragmentation seems to have, by empirical evidence, kept regression issues at bay.
Have you tried rebuilding statistics instead of indexes?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 11, 2024 at 4:24 pm
This is a nicely written article, Phil. Thanks for taking the time to write it.
There are a few "gotcha's" because other people have published the same information for a very...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 11, 2024 at 1:30 am
If you look at the column headers of the file and compare them to the table, they don't match. We can't see your package to know what the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2024 at 8:21 pm
Bumping the post so that the post above shows up on the next page. This has been a long standing fault on this forum. I sure hope the get around...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2024 at 8:19 pm
If you look at the column headers of the file and compare them to the table, they don't match. We can't see your package to know what the mapping is. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 7, 2024 at 2:35 pm
To be honest, you're probably wasting your time doing traditional index maintenance. Worse yet, you could actually be perpetuating fragmentation if you're using REORGANIZE.
With the thought that I named the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 7, 2024 at 2:03 am
If YOUR data center isn't "on the cloud", the On-Prem shouldn't be too different. Normally, "on-prem" is another way of saying that the "data center" is not only owned by...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 7, 2024 at 1:51 am
TBH... I'm deathly afraid of any changes or "improvements" that MS makes any more. The huge slowdown that started with the new cardinality estimator in 2016 was the first big...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2024 at 11:42 pm
I concur with the error found by Jeff Williams. I also concur with the OUTER APPLY method being faster. With the correct index, it's actually twice as fast as the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2024 at 11:15 pm
Since the author of that article hasn't answered the latest question there in over 4 years, why not just try it and see? Then, you can answer poor Jose's question...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 5, 2024 at 12:49 am
To be sure, that's not "SQL Server". There's no such thing as SQL Server 20.2. What you're seeing is SQL Server Management Studio, which is also known as "SSMS". That's...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 5, 2024 at 12:33 am
Jeff, This works perfectly. The LEFT JOIN did the trick. I'm investigating this as part of my quest for knowledge. Thanks!
Thank you for the feedback!
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2024 at 9:48 pm
Viewing 15 posts - 316 through 330 (of 59,069 total)