Has anyone used these database publish tools in Visual Studio 2012/2013 ?
Posted
by
punkouter
on Programmers
See other posts from Programmers
or by punkouter
Published on 2013-11-08T19:23:47Z
Indexed on
2013/11/08
22:14 UTC
Read the original article
Hit count: 492
I am trying to figure out if they are actually useful... I have a DBProject and it would be nice if when I publish from my DEV to my TEST it what automatically copy the schema and data from DEV to TEST.. is that what this tab in visual studio is for ?
On PROD I would never want to copy the data over but maybe I would change the schema and want to move that schema to PROD.. so is that what this tab is for ?
For now we are using WEB DEPLOY but none of these database options.. We are manually using DATA COMPARE to sync changes on the various databases/DBproject...
Any advice?
© Programmers or respective owner