DSCPullServerWeb
DSCPullServerWeb copied to clipboard
Add support for OLEDB
Currently only the ESENT database is supported.
The solution described by Raimund Andrée should be our target solution, I guess: https://blogs.technet.microsoft.com/fieldcoding/2017/05/11/using-sql-server-2016-for-a-dsc-pull-server/
The core problem is, that simultaneous access to the ESENT DB can sometimes be blocked. Therefore we need an other database solutions, in order to access the DSC data itself.
Hi just wondering if sql support implementation is planned?