We have scripts that we use to maintain our data warehouse. For example, we have a script that will truncate our dimension tables and reset the identity columns. Anyway, I'm confused on how to save those scripts (simple .sql files) to Azure DevOps. Can it be done directly from SSMS?
EDIT: never mind, I figured it out. Thanks, as always!