imajaydwivedi / SQLDBATools

Powershell Module containing cmdlets for carrying out SQL DBA activities.
https://ajaydwivedi.com
MIT License
13 stars 6 forks source link

Add [owner] in dbo.sdt_server_inventory #43

Closed imajaydwivedi closed 2 years ago

imajaydwivedi commented 2 years ago

Add [owner] column in dbo.sdt_server_inventory to hold server owners email ids in string format.

This should allow email ids separated by commas or semi colons. which can be parsed in automation when generating alerts.

imajaydwivedi commented 2 years ago

Added column server_owner varchar(500) null on dbo.sdt_server_inventory.