October 23, 2015 at 5:44 am
Hi,
I would like to maintain version control of the all the sql objects (sp, view , tables ) and maintain source code versions control. Please suggest a way to use TFS to maintain versions of sql objects. Also please suggest me the folder structure when using TFS.
Thanks
TJ
October 23, 2015 at 6:12 am
if you have visual Studio 2012 , if you install the SSDT package from microsoft, you can create a new database project.
that has a wizard to point to a database,w here it imports all objects as scripts.
that can be then added to your TFS.
if you are in VS2010, i think the same features are available in the "Ultimate" version of Visual Studio.
it builds the folder structure for you, similar to what you see in SSMS: schema...then sub folders for tables/functions/procedures etc.
Lowell
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply