Question

VS 2012 has an excellent support for comparing database projects and databases.

I'm wondering if there is a standalone version for the respective software to use on a deployment machine - or some other way to use it without having to install the whole of visual studio.

Was it helpful?

Solution

You can install just the SSDT for SQL Project bits on a machine. That does not require a full install of either Visual Studio or SQL Server. You can generally keep an eye on the SSDT Blog for the latest release news. You can find that at: http://blogs.msdn.com/b/ssdt/

At this time, the most recent release is the October 2013 release.

As noted in the various articles, you may need to make an Administrative Install Point if your target machine does not have internet access. Follow the instructions in the article and you should be fine.

I've written some articles about this on my blog at http://schottsql.blogspot.com if you look up the label for SSDT.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top