sql server - Moving Stored Procedures from SSMS into TFS 2012 -


i needing move of stored procedures tfs 2012. wondering best/fastest way accomplish is. using sql server 2012.

our suggestion use sql server data tools (ssdt) , create database schema change management project in visual studio can check-in team foundation server. has quite few benefits being able "compile" schema , has tools can used in generating automatic change scripts target servers (whether empty, test, or production servers).

http://msdn.microsoft.com/en-us/data/tools.aspx


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -