From various articles I learnt Business Intelligence Studio for SQL Server 2012 is now called SQL Server Data Tools (SSDT), and is an addon for VS. There are versions for VS 2010 and 2012, which can be downloaded from here.
What's the scope of backwards compatibility, i.e. can I use SSDT to develop reports for prior versions of SQL server? I am specifically interested in 2005 and above.
According to this article, SSDT should support 2005 and up, but for VS 2010. What's the level of this support - do projects needs conversion? Also, does the same apply for 2012 SSDT?
Would be nice if we could avoid installing several versions of Visual Studio per developer, just for the sake of report development for old clients.
