Viewing 15 posts - 661 through 675 (of 59,066 total)
We create a sqluser "NonSA" to serve as dbowner for all user databases (unless other is actually needed - eg during install/upgrade of some software)
Thumbs up on that. That...
March 17, 2024 at 2:16 pm
Thanks for the quick reply Jeff!
Do you use Auto update stats? And for critical tables full scan with norecompute? And update these weekly? Or just full scan all stats...
March 17, 2024 at 2:14 pm
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...
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...
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...
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...
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...
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;
...
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...
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...
March 14, 2024 at 5:43 pm
I'm still waiting for Scott to backup his claim with a link.
March 13, 2024 at 4:17 pm
do u want to say that we should not use begin end in inlined scalar functions?
No.
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...
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...
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.
March 11, 2024 at 7:10 am
Viewing 15 posts - 661 through 675 (of 59,066 total)