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 seen a few examples of creating and execution stored procedures, which has brought me to this repo that contains stored procedures I would like to use.
Are there any best practices or workflows around where/when to create these in documentDb for instance, I can add these manually, but would like to script these into some kind of migration when updating the application, so would like to create or drop and re-create the stored procedure if it changes, any idea on how to manage that in an automated way?
The text was updated successfully, but these errors were encountered:
I have seen a few examples of creating and execution stored procedures, which has brought me to this repo that contains stored procedures I would like to use.
Are there any best practices or workflows around where/when to create these in documentDb for instance, I can add these manually, but would like to script these into some kind of migration when updating the application, so would like to create or drop and re-create the stored procedure if it changes, any idea on how to manage that in an automated way?
The text was updated successfully, but these errors were encountered: