Viewing 15 posts - 691 through 705 (of 59,070 total)
I'm still waiting for Scott to backup his claim with a link.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2024 at 4:17 pm
do u want to say that we should not use begin end in inlined scalar functions?
No.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2024 at 1:38 pm
I have 1 record(1row*2columns) from 1 select
and
a different select which can result in multiple rows but will always have 3 columns.
How can I repeat the 1 row next to...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2024 at 4:21 pm
Great points. I wasn't even thinking about that at all. Happily, I haven't received so much as a finger wag for dropping the ball. I mean, Steve is going...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2024 at 6:46 pm
Does you code actually look like what you posted? I ask because there is no space between the terms "SET" and "Processed_Flag" and there needs to be.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2024 at 7:10 am
I was asked to implement partitioning to improve performance and management.
We need to really emphasize what RatBak posted (re-quoted below)...
Do not expect performance improvements for queries, inserts,...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2024 at 6:41 am
hi,
I heard many people saying "functions are denounced in tsql" is there any catch?
q1) need to know what are the cases where we should not use?
q2) should we avoid...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2024 at 6:28 am
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
Viewing 15 posts - 691 through 705 (of 59,070 total)