Viewing 15 posts - 631 through 645 (of 7,472 total)
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
Posting your solution would be very much appreciated.
March 17, 2022 at 7:19 am
did you check with Common Causes and Troubleshooting Solutions for SQL AG Data Synchronization Latency
March 16, 2022 at 7:50 am
Viewing 15 posts - 631 through 645 (of 7,472 total)