George Malyukov - 2011-03-25

Each SP must be saved in the SQL/SP folder in the project root directory. Script files must have the same names as SP have.

Also common script should be created. Please save it in "SQL" folder, call "StoredProcedures.sql". This script should contain all SP implementations (don't forget to use "go" transact-sql instruction between procedures and before checking for existing).