Created some SQL CLR functions and procedures in Visual Studio 2013.
Now you need to prepare the sql script for the distribution of functionality. At the same time, the script should update the assemblies in the database or add them if they are not in the database. The same with CLR functions and procedures.
I would like the studio to generate the script itself, but it does only partially, and it is the script that generates the script based on the current database. That is, if the function is already present in the database, the creation of the function does not proceed.
How to set up a studio for the necessary output?