Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stored Procedure changes not reflecting in dacpac script

I have added a new stored procedure and added it to my sqlproj file. But when I generate script to publish my database, the changes are not getting reflected in the generated script.

like image 812
Srinivas Avatar asked Jan 26 '26 17:01

Srinivas


1 Answers

Have a look at the 'Build Action' property of the sql script in the solution explorer..check that its not set to 'None' - from memory it needs to be set to 'Build'

like image 75
sburgess123 Avatar answered Jan 28 '26 08:01

sburgess123



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!