Viewing 15 posts - 676 through 690 (of 59,063 total)
I rebuild stats once per week. Because most of the clustered indexes are "ever increasing" in nature, I use the "if it moved, shoot it" approach. I also use full...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 17, 2024 at 4:45 am
The server has 150GB of RAM And 48 processors, its 2019 Enterprise.
First, that's an insanely expensive server and you good folks have crippled it with 150GB of RAM. You...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 17, 2024 at 2:19 am
@ Steve and @ Jonathan,
There is no question at all in my mind that the smart company will invest in it's employees. That's not the issue I'm speaking of.
My bitching...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 16, 2024 at 12:39 am
I see many people that site things like a lack of training at work, etc, etc.
Tell me... if you have a degree, who paid for it? How did you get...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2024 at 10:31 pm
I'm actually not too concerned about opening xlsx files, as they can't contain executable code (as far as I know). I downloaded and virus-scanned this one before I opened...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2024 at 12:32 pm
Just to emphasize what Jeffrey Williams is talking about...
SET LANGUAGE ENGLISH;
SELECT English = CAST('2025-09-06' AS DATETIME);
SET LANGUAGE FRENCH;
...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2024 at 5:54 pm
thank you everyone!
I used the script that Jonathan provided. It turns out that temp was using float when I used numeric. Once I made this change the numbers match.
I...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2024 at 5:45 pm
Sounds really good! I have never used SQL Prompt for this purpose but used it for other, mostly code formatting and best practices suggestions purposes.
QUESTION: is SQL PROMPT...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2024 at 5:43 pm
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
Viewing 15 posts - 676 through 690 (of 59,063 total)