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).
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).