Activity overview
Latest activity by scubakuba
Hi @Alex B Could you give me some more information on how to "disable the sampling of the SQL Process and top queries" ? We tried disable the 1222 traceflag but found out that it was Red-Gate monitor who enabled the trace on the sql server (sql monitor quickly enabled the flag just after we disabled it). / comments
Hi @Alex B Could you give me some more information on how to "disable the sampling of the SQL Process and top queries" ? We tried disable the 1222 traceflag but found out that it was Red-Gate monit...
Found a solution on how to add the proper value in $instance: $instance = Get-SqlMonitorInstance -Name "insertthenamehere" Add-SqlMonitorAnnotation -Target $instance -Description "Deployment" -UtcDate Get-Date / comments
Found a solution on how to add the proper value in $instance:$instance = Get-SqlMonitorInstance -Name "insertthenamehere"Add-SqlMonitorAnnotation -Target $instance -Description "Deployment" -UtcDa...
What do I use for $instance in the Add-SqlMonitorAnnotation ?
HiI'm trying to make this query work, but it won't let me type in server name or instance name in the $instance variable.What should I put in the $instance variable to make it work?The manual says ...