Skip to content

Importing New DB with only Stored Procedures does not update Stored Procedures in SQL Server #17

@christinaforney

Description

@christinaforney

I have a git repository of Stored Procedures only, and a SQL Server with Tables/Data and Stored Procedures. When I "Import New" Database from my git repository, I would expect that the Tables/Data are not touched, but all my Stored Procedures are dropped, and then imported from my git repo.

Currently, when I import new with this scenario, I am not seeing any changes to my Stored Procedures, nor the Tables/Data. (I would rather no changes than blowing out Tables/Data when that is unexpected).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions