Viewing 15 posts - 2,761 through 2,775 (of 59,067 total)
IMHO, if you have Imposter Syndrome... DON'T fix it. Don't let it prevent you from speaking or writing articles but don't fix it. It's a strong driver to be the...
September 9, 2022 at 3:04 am
ps: I forgot to mention user defined table valued function "master.dbo.fn_DBA_Tally2" is an implementation of Jeff Modens "tally table" to provide a series of numbers
If it's substantially different...
September 8, 2022 at 6:40 pm
Your internet speed is why I'm suggesting a local backup to a different local machine and then have that do the upload to Azure. It keeps SQL Server from having...
September 8, 2022 at 6:12 pm
In the first paragraph (of the 5-Sep-2022 reposting) in the Editor's Note that there is new updated code for the Splitter Functions and then a "The New Splitter Functions"...
September 8, 2022 at 6:06 pm
I'm having an issue on 2016 and 2017... If you have 2019 or any version prior to 2016, would you run the following code, please, and let me...
September 8, 2022 at 5:56 pm
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...
September 8, 2022 at 3:11 am
DBA = DO your BACKUP UPS.
Hopefully you don't think that's all a good DBA does.
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...
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...
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...
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...
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...
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...
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...
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.
September 6, 2022 at 6:13 pm
Viewing 15 posts - 2,761 through 2,775 (of 59,067 total)