I had SQL Server 2008 R2 and Visual Studio 2008 and 2010 on my laptop. I\'ve installed SQL Server 2012 and have finally got SQL Server Data Tools to show up, so that I can c
Run PowerShell and type:
gci -Path "C:\Program Files*\Microsoft SQL Server" -Recurse -Include "Ssms.exe" | Select -ExpandProperty FullName