Viewing 15 posts - 346 through 360 (of 7,466 total)
FWIW: I've read on multiple threads regarding "backup database", providing parameters , BUFFERCOUNT = 17 , MAXTRANSFERSIZE = 1048576 have better results regarding performance of the command in...
August 14, 2023 at 6:54 am
If the auto-growth cannot respond before its timeout has passed, you'll receive this error message.
The extent will happen eventually.
Please double check.
August 11, 2023 at 8:30 am
I fear not .... at this time
August 9, 2023 at 12:25 pm
did you also read the "For additional details about the Kerberos and MaxTokenSize, see KB327825" link? ( https://learn.microsoft.com/en-US/troubleshoot/windows-server/windows-security/kerberos-authentication-problems-if-user-belongs-to-groups )
August 9, 2023 at 10:53 am
Open the deadlock graph using Solarwinds/SQLSentry Planexplorer (free tool) and you can see how locking evolves playing the graph.
August 2, 2023 at 5:58 pm
We keep a DBA inventory database. function get-ActiveSQLInstances reads the active instances information.
This is where you read your server list.
The sets attributs are:
ServerNaam : servername\inctance
Instance : instance
FQServernaam...
August 1, 2023 at 7:40 am
just put it in a "temp" csv file and upload that to sqlserver.
This is how we create such an inventory:
Trap {
# Handle the...
August 1, 2023 at 6:14 am
I would rather like to know the current version of my Azure Managed Instance, which has been on 12.0.2000.8 for the last 5 years.
I can see the date change e.g...
July 31, 2023 at 6:58 pm
Damn Johan, great article. I missed that one.
I'm glad you like it 🙂
July 27, 2023 at 2:17 pm
Did you checked my article "Logon monitoring in SQL Server and Azure Managed Instances - Adopting Extended Events"
July 27, 2023 at 8:59 am
How about ...
$VerbosePreference = [system.Management.Automation.ActionPreference]::Continue
$VerbosePreference = [system.Management.Automation.ActionPreference]::SilentlyContinue
Trap {
# Handle the error
$err = $_.Exception
#Want to...
July 26, 2023 at 12:51 pm
The question is not "If they'll target you",
the question is "When will they target you"
#KeepDoorShut
#KeepSecurityTight
July 25, 2023 at 10:59 am
...
,MyChecksum as (checksum([host_name],[program_name] COLLATE Latin1_General_CS_AS,[DbName] ,[nt_user_name],[login_name],[original_login_name],[is_dac])) persisted
, MyHashBytes HASHBYTES('SHA2_256',concat([host_name],[program_name] COLLATE Latin1_General_CS_AS,[DbName] ,[nt_user_name],[login_name],[original_login_name],[is_dac])) persisted
Make that column persisted...
July 24, 2023 at 11:25 am
Isn't that supposed to never ever happen ?
#Sarcasm
July 24, 2023 at 5:33 am
create index IX_Service_Start_Date ON ivc_cds.CDS_Claim_Header (Service_Start_Date )
WITH (FILLFACTOR = 98, SORT_IN_TEMPDB = ON ) ON [DefFG]
-- remove on ServiceStartDatePartitionScheme ( Service_Start_Date )
also have...
July 20, 2023 at 12:37 pm
Viewing 15 posts - 346 through 360 (of 7,466 total)