Shawn Melton
Shawn Melton
Ouch that would introduce so much latency...
Data Classification was added in SMO but we are not at the required version of SMO at this time.
We require this be done via SMO first, unless someone shows it does not work, or it is unreasonably difficult to work....SSMS is using SMO.
Once we get SMO updated we will work on adding new features and functionality that comes with the version of SMO.
This will have to be done via T-SQL. There is no documentation publicly that shows SMO has support for Data Classification.
Create a utility command like: `Convert-DbaQueryOutput -Property`. Then the user can control when it happens on Invoke command via parameter `-PrettyOutput` or `SsmsOutput` of some sort. The C# code, or...
`Copy-DbaAgentJob` offers a parameter to filter the jobs that will be processed. You can pull the jobs of interest using `Get-DbaAgentJob` where it will not include your SSRS job names,...
I don't believe there is much we can do about this. There are certain issues with Defender as well flagging it too that I don't think have been fully fixed...
Overall those are false positives as they are not malicious. If they are indeed flagging for that value @nicpenning then it comes from this: https://github.com/dataplat/dbatools/blob/6cae0dd18bda3ad8efd60404c2d05b402cc4a785/functions/Get-DbaWaitStatistic.ps1#L493-L500
We do not support creating Azure External tables. This would be a feature request because those tables are not SQL Server tables, they are unique to Azure SQL service, and...