I have a database I have inherited, and my best practice is to create the scripts to create the objects (tables, stored procedures and views) and then version control these.
It would like to have all the objects in this database scripted out, and put into source control; but on SQL Server 2005 (SQL Server Management Studio) it appears - at least to me - that the option to create one file per object that was available on Enterprise Manager has not made it through to SQL Server Management Studio.
Am I just not seeing the wood for the trees, or has the option that was there in Enterprise Manager not made it through ?
Does anyone have an effective way to create one script file, named as per the object ready for adding to source / version control ?