Viewing 15 posts - 706 through 720 (of 59,091 total)
Ok... on that note... it's a bit ironic having a RedGate employee talk to us about "Giving it away" when the very forum such an article is on has seriously...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 17, 2024 at 3:09 pm
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--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
Viewing 15 posts - 706 through 720 (of 59,091 total)