Viewing 15 posts - 286 through 300 (of 4,477 total)
It's useful when doing some things using EXECUTE AS, reverting etc and you want to check which user context is in place at what point in the process.
Sue
September 20, 2019 at 6:01 pm
I think you maybe one version away from being able to set something up. What versions are supported depends on some other information such as the distributor and the type...
September 20, 2019 at 4:47 pm
Thanks for the update and please do post back. I'm sure I'm not the only one curious about this issue so any updates would be great.
Sue
September 19, 2019 at 9:58 pm
If nothing shows in the database_mirroring DMV, you should be fine but may want to consider disabling the endpoint for awhile before deleting.
Sue
September 19, 2019 at 9:56 pm
Seconds. Standard time formatting in SQL Server would be - Hours:Minutes:Seconds.FractionalSeconds
Sue
September 19, 2019 at 6:52 pm
You may want to take a look at dbatools - there is a Copy-DbaSsisCatalog cmdlet that might work for you. There is a decent amount of granularity if you read...
September 18, 2019 at 9:14 pm
If you already checked everything including the network trace and found nothing I don't have anything to add other than I would wonder if it's random. Your post indicates it...
September 18, 2019 at 8:24 pm
Statistics updated on the primary will be sent to the secondaries. There is a bug on 2016 with updating stats with fullscan so you would want to make sure you...
September 18, 2019 at 8:06 pm
You may need to start checking for issues with the NICs. Make sure the firmware is current and doesn't have known issues with iSCSI (Broadcom for whatever reason seems to...
September 18, 2019 at 5:18 pm
If the secondary is unavailable for an hour, the primary would switch to asynchronous commit. There is a session timeout period that defaults to 10 seconds. If that is exceeded,...
September 18, 2019 at 5:06 pm
When you are viewing the Execution plan, you can right click on the execution plan window, select Save Execution Plan As...and save it as an sqlplan file. Others can open...
September 18, 2019 at 4:34 pm
They are stored in the ReportServer database so if you move the database, you have moved those reports.
Sue
September 17, 2019 at 9:28 pm
The default trace and the Schema Change report would show index drops, creations. The report captures what is in the traces so the two are basically the same. Those would...
September 17, 2019 at 8:58 pm
You may want to start by checking the cluster log as well as the Windows event logs at the times the issue hits.
Sue
September 17, 2019 at 8:52 pm
It depends on if you are looking for the information like AWR or just looking for query plans. You can get information similar to AWR by enabling the Data Collector...
September 17, 2019 at 8:50 pm
Viewing 15 posts - 286 through 300 (of 4,477 total)