You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: