Hello All!
I was put in charge of a database that has absolutely no build scripts or source code (no source control at all).
Is there a way to extract all objects in the database to individual files (stored procedure create, table create, etc) into a Visual Studio database project so that I can deploy elsewhere if needed?
I know you can do this (sort of) with the Script Wizard in Management Studio, but I'd like to create all the objects into individual files so I can add to source management.
I dug around in VS 2005 and VS 2008 database projects, but didn't see off hand if it is possible.
Thanks
Jay