Viewing 15 posts - 616 through 630 (of 7,466 total)
My bad ( I must have overlooked it because it shows as regular text in stead of a link )
April 21, 2022 at 7:32 am
April 20, 2022 at 11:05 am
pick the one your consumer complaints most about.
After all, "slow" is a consumer experience.
April 15, 2022 at 11:13 am
does the query return a row with the given test data ?
How will your app react if there is no row returned?
April 15, 2022 at 11:11 am
thank you for the feedback.
April 15, 2022 at 8:20 am
ah, another issue with Windows 2022 !!
( we have an issue with HyperV clustered on Win2022 ( bluescreens ) )
April 13, 2022 at 1:48 pm
Are the needed certificates installed on your SQL2019 ?
Easiest with DBATools Copy-DbaCredential
April 13, 2022 at 1:30 pm
I hope your backups are in place !
If so, try to make an extra log-backup.
Secondly check your disk subsystem !
Only if that is ok, you are to restore the affected...
April 13, 2022 at 1:27 pm
Check these articles:
Windows Server Failover Clustering with SQL Server
What is a SQL Server failover clustering
And with regards to Backups: Nothing changes compared to stand-alone instances
April 8, 2022 at 12:15 pm
Maybe also ping the dbatools team with your findings !
April 7, 2022 at 9:57 am
That will only get you the currently cached plans.
You may want to activate QueryStore to have a better view over a given time frame.
April 5, 2022 at 1:59 pm
Don't convert a columns data type if it is not needed
If conversion is needed, convert to the correct data type.
Declare @tb table ( FADate date not null,...
April 4, 2022 at 1:51 pm
Double check the SSIS package, and see if it starts by clearing the table and/or does not overwrite existing data! #MyGuess
March 31, 2022 at 9:47 am
Maybe have a look at Gianluca's WorkloadTools to process the xe event files in bulk
"WorkloadTools : A collection of tools to collect, analyze and replay SQL Server workloads, on...
March 28, 2022 at 2:12 pm
Keep in mind: Not just any kind of Azure BLOB storage! It needs to be V2 ! ( or newer )
And you have to remove these files yourself ! (...
March 28, 2022 at 6:39 am
Viewing 15 posts - 616 through 630 (of 7,466 total)