IsNemoEqualTrue / monitor-table-change-with-sqltabledependency

Get SQL Server notification on record table change
MIT License
655 stars 177 forks source link

Design question - feasible to use in Azure DevOps and PowerShell script? #241

Open rodsantest1 opened 2 years ago

rodsantest1 commented 2 years ago

I have a design question. I'm in Azure DevOps pipeline and I need to run pipeline step using sqlcmd.exe (using cmd or PowerShell) to insert a record into a table in database. I then need to poll a table in pipeline step for changes and then resume Azure Pipeline steps whether table notification is a success or not. Can I take advantage of SQL Table Dependency in this particular use case?