DBTrenches / tsqlscheduler

MIT License
4 stars 1 forks source link

v2.0 Update #1

Closed taddison closed 4 years ago

taddison commented 4 years ago

Significant changes incoming. There will be some upgrade instructions, but shooting for a 'zero-touch' upgrade path isn't part of the update.

taddison commented 4 years ago

While working on this update @Morshedk came up with an incredibly helpful idea - rather than all of the dancing around AGs and if they're primary or not, we can simply check the databasepropertyex(db_name(), 'updateability') - and this means we can ditch the cached replica checks and there is no longer 'ag mode vs standalone'!

You can see these changes in this commit: https://github.com/DBTrenches/tsqlscheduler/commit/ba819882e9f8124e8ae50e2bf274b5d6e0830680

taddison commented 4 years ago

Currently working on the PowerShell job class which will support operations against either a database or the filesystem:

image