I'm using Visual Studio 2008 Developer Edition and I've created a Database Project and want to generate CREATE scripts from my database and save them in my database project.
It works just fine when I select a single stored procedure in the Database and click "Generate Create Script to Project". The problem is that when I select MULTIPLE PROCS - it outputs the script into the single file.
Is there a way to force the output into the multiple files (one file per stored procedure)?