Viewing 15 posts - 691 through 705 (of 59,063 total)
Interesting solutions, so far. Let's try one more...
First, let's simplify the code to make the readily consumable data. This is the best one of the better ways to post such...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2024 at 3:54 am
I'm thinking that the answer is somewhere in the Actual Execution Plans.
p.s. That's a major hint for what you might want to provide.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2024 at 1:44 am
I was offered the help of a secretary once when I was getting around 350 emails per day so it was very hard to find the important emails mixed...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2024 at 1:09 am
The concept of AI in the picture near the end of the article is actually pretty grotesque, IMHO. Sex doll for both the body and the mind. Possibly the worst...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2024 at 12:55 am
Seriously, why would anyone want to use this type of date? It doen't comply with any standard, can't handle seconds, and will run out of thread in the lifetimes...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2024 at 9:24 pm
Seriously, why would anyone want to use this type of date? It doen't comply with any standard, can't handle seconds, and will run out of thread in the...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2024 at 9:21 pm
The *data* file drives should be 64K. Log file drives should still be 4K. If you mix data and log files on the same drive, you'll want to use...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2024 at 6:07 am
Hi All,
I have a data in column A in where in need to achieve the count which I have mentioned in column B. Please find the attached excel dataset...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2024 at 6:00 am
thank you both! i know how to fix my query now because of your feedback. thank you again for the help!!
Cool. Can you show us what you settled on?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2024 at 5:13 am
I'll take a smart "Pepper" (think Iron Man) over an AI all day long. And, no... not for looks... for smarts that I can trust instead of having serious doubts. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2024 at 5:09 am
I got my "best job ever" by answering the ultimate ad for someone that knows SQL...
"We need someone that can look at SQL, figure out what's wrong, and fix it".
That...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2024 at 6:23 pm
Please see the following article for how to capture the results for all databases. What most people don't know is that most of the DBCC commands will allow for the...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 3, 2024 at 9:48 pm
can you please provide optimized t-sql query . Thanks in advance.
Like has already been stated, it's pretty much impossible to help with performance issues just by looking at code. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2024 at 5:53 pm
Whoof! 500 rows took 12 minutes? Honestly, that should be something that occurs in, at most, a few seconds.
Indexes may help (they can also add overhead to deletes as...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2024 at 5:49 pm
I believe that is the limitation of an Excel import. Try saving your file as a csv and then import as a flat file.
Just adding my 2 cents... That...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2024 at 2:54 am
Viewing 15 posts - 691 through 705 (of 59,063 total)