sabinio / salt

SQL Agent depLoy Tasks - Takes SQL Server Agent Jobs stored in XML and deploys them to a SQL Server Instance.
MIT License
13 stars 1 forks source link

Use DBATools rather than Smo #35

Open simonsabin opened 3 years ago

simonsabin commented 3 years ago

The Smo library this is built on is delisted and it would be good to not expose SMO to users. Using DBATools provides a better supported platform to build upon.

simonsabin commented 3 years ago

If we reference DBATools then SMO comes along as well.