Viewing 15 posts - 661 through 675 (of 7,504 total)
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
Docs state this: "... ALTER ANY DATABASE EVENT SESSION permission in the database."
Did you test that ?
March 25, 2022 at 8:28 am
What you're trying to do doesn't make much sense to me, but you need to build "dynamic sql" for the "create view" statement you are trying to generate and implement.
March 23, 2022 at 2:56 pm
indeed, nowadays DBATOOLS is the way to go!
March 18, 2022 at 8:08 am
DTC just coördinaties the transactions!
Stay away of linked servers as much as you can!
Chances are the sql instance that runs your sql statement ( join with linked server involved )...
March 18, 2022 at 8:05 am
If you need it quick and want to avoid buying the wrong hardware ....
Go for an Azure SQLDatabase ! ( subscription based, flexible, shrink/enlarge capacity as you need)
Add and AzureVM...
March 18, 2022 at 8:01 am
Viewing 15 posts - 661 through 675 (of 7,504 total)