dbatools icon indicating copy to clipboard operation
dbatools copied to clipboard

New Command: Invoke-DbaAzDbTips

Open wsmelton opened this issue 3 years ago • 1 comments

Summary of new feature

In conjunction with microsoft/azure-sql-tips#27

Command wrapper of the T-SQL script provided. Follow a similar process that we do with Invoke-DbaDianosticQuery. We ship a version of the scripts within the module but for this one, I'd likely opt to only pull it from the source or offer -File parameter.

Proposed technical details (if applicable)

Wrapper script that will execute the script provided by Microsoft against Azure SQL. The command should only work against Azure SQL DB and never allow execution against Microsoft SQL Server (on-premises).

wsmelton avatar Jan 12 '21 23:01 wsmelton

🚧🚨 This issue is being marked as stale due to 90 days of inactivity. If you would like this issue to remain open:

  • Verify the issue/bug is reproduced in the latest version of the module
  • Verify the environmental info provided is still accurate
  • Add any additional steps you followed to reproduce if necessary 🚨🚧 ⌛️ This issue will be closed in 30 days ⌛️

github-actions[bot] avatar Aug 21 '21 06:08 github-actions[bot]