Viewing 15 posts - 631 through 645 (of 7,466 total)
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
indeed that setting reverses.
btw the errorlog file is so polluted with SQLMI loggings of backups etc, and are not persisted over failovers
March 15, 2022 at 10:33 am
Have a look at my little article "Logon monitoring in SQL Server and Azure Managed Instances - Adopting Extended Events"
March 9, 2022 at 7:29 am
Thank you for the feedback!
March 3, 2022 at 7:06 am
and kick the designer in a place where it hurts ...
February 28, 2022 at 1:56 pm
It is a best practice to follow up on SP & CU for your sqlserver version. Especially inspect for issues you experience.
Here's a prep list I found on one of...
February 25, 2022 at 1:12 pm
The biggest down side of an in-place upgrade is that is keeps things working, hence it may leave fixed issues open to keep it working with the settings of SQL2008.
That...
February 23, 2022 at 11:56 am
Viewing 15 posts - 631 through 645 (of 7,466 total)