I used a partial database project to hold my stored proc. When I use the deploy action in VS2010, it generates a SQL script containing all my stored proc to be deployed.
However, the script also contain a Drop/Create Database instruction I can't remove, even if I suppress the "Always create database" options in the .sqldeployment file.
I don't want to use the schema compare and synced for deployment. I only need a merge script to drop and create my stored proc because the database is handle by DBA.
Any idea?