Viewing 15 posts - 241 through 255 (of 59,065 total)
From the article:
And most people rarely upgrade their OSS. They get something that works and don't want to change. I get that, as I feel the same way...
December 8, 2024 at 5:11 pm
You can simplify the WHERE clause in AlphaNumericOnly and AlphaOnly by taking advantage of the fact that upper and lower case letters differ only by the 6th bit, which...
December 7, 2024 at 7:58 pm
I'm a little late here but great observation, Anthony. I'll have to give that a try.
December 7, 2024 at 6:57 pm
...even Microsoft stuff has to go through a testing / peep process here.
From the looks of things, MS hasn't done a good job on QA since 2017.
December 5, 2024 at 10:12 pm
Does Example 7 of the following article do it for you?
https://www.mssqltips.com/sqlservertip/2999/different-ways-to-find-sql-server-object-dependencies/
December 3, 2024 at 2:35 pm
Does example #7 in the article at the following link do it for you? You can add criteria to only consider stored procedures.
https://www.mssqltips.com/sqlservertip/2999/different-ways-to-find-sql-server-object-dependencies/
December 3, 2024 at 4:57 am
It will be funny because the column labels are 10 years different than the WHERE clauses
Tru dat!
December 2, 2024 at 6:24 pm
That other post can be found at the following link...
https://www.sqlservercentral.com/forums/topic/tracing-a-performance-issue
December 2, 2024 at 6:16 pm
There's been some good things since 17 hit the streets. They did, however, break copy'n'paste. I have a special color (Red) that I use for ALL constants and a special...
December 2, 2024 at 3:47 am
It's also going to miss any and all "whole dates" (a.k.a. dates with a midnight time) for the 3 years involved. The > should have been >= in all 3...
December 2, 2024 at 2:05 am
Several years after that my old boss related to me that the bug fixes had never been released, and the whole system had been retired and replaced.
Ya just gotta...
December 1, 2024 at 10:48 pm
I believe the more common, and better, naming for tables is plural. I can't think of a major relational dbms that uses singular system table names.
For example: sys.objects (SQL...
November 30, 2024 at 5:32 pm
Thank you all for getting back to me. I appreciate the advice. Because of your advice, I won't make a big deal out of removing the ID. Oddly, I...
November 27, 2024 at 4:08 am
Wow. Just ... WOW. Watched the 1.2. Now going to watch 3.
Thanks, Jeff.
That's the same reaction I had when the size charts gave me a hint about what was...
November 27, 2024 at 12:28 am
Viewing 15 posts - 241 through 255 (of 59,065 total)