Viewing 15 posts - 2,806 through 2,820 (of 59,086 total)
The article doesn't touch on the opposite effects. While I certainly support and encourage research, experimentation, etc, etc, ad infinitum, you can't just go and do things because...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 8, 2022 at 3:11 am
DBA = DO your BACKUP UPS.
Hopefully you don't think that's all a good DBA does.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 7, 2022 at 7:23 pm
Room names are a human manifestation. There's absolutely no reason why they cannot have a room number. Hotels have also been know to change room names. If you have a...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 7, 2022 at 7:17 pm
Yes, # 8 is what I am seeing from SQL.
Does changing Maxdop & cost of threshold will effect other queries performance? These setting changes require SQL server restart?
The...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 7, 2022 at 7:10 pm
Or, setup a Default and use the WITH VALUES option,
The end result is the same though. There cannot be any NULLs in a NOT NULL column.
Why did it...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 7, 2022 at 4:21 pm
I don't work with Azure and did some brief work with AWS. I've found it to be easier on the server to backup to on-site storage and then copy the...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 7, 2022 at 4:07 pm
p.s. And don't stop trying to find out what the code is that's causing the blocking because, when these nifty hardware tricks don't work, you have to remember... "Performance is...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 10:14 pm
The Parallelism settings for the server is below
Processors: 8
Cost threshold for Parallelism: 25 Locks: 0 Max Degree of Parallelism:0 Query Wait:-1
For the processors, is that "Physical Core" or "Logical...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 10:09 pm
This all reminds me of one of my favorite T-Shirts and it's not limited to Developers, DBAs, Project Managers, or Managers...
Remember, the...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 8:48 pm
Or, setup a Default and use the WITH VALUES option,
The end result is the same though. There cannot be any NULLs in a NOT NULL column.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 6:13 pm
I'd strongly urge you to avoid a tinyint. Mainly because the room number is "904", not just 4 (and not 94). If you think about it, "room 4" is...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 6:11 pm
@Eirikur...
I guess that I'd hunt down the people that designed that "edge case" and introduce them to pork chop dinners in a major way.
Heh... reminds me of the...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 3:44 pm
p,s, Also, are you using sp_SpaceUsed with the "updateusage" option enabled? If not, you need to start.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 3:33 pm
That's strange, it should run in less than a second.
Do you have a DBA to refer this to or are you the DBA for this?
I'm the DBA. We...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 3:30 pm
Thank you for the reply, Phil!
It was a minor adjustment on the networking folks, and it is fixed now.
thx
Two way street here... what was that "minor adjustment"?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2022 at 3:07 pm
Viewing 15 posts - 2,806 through 2,820 (of 59,086 total)