Hi I'm stuck and hoping you guys can help me out.We have an SSIS package that moves data from one SQL 2005 application db on a remote server to DM database pm SQL 2005 on the local server.The application is being upgraded so we've moved the database to SQL 2014, so I need to point the ETL package to the new SQL 2014 database. So I've loaded the package in VS 2008 and tried to point it to the new database but VS tells me "This server version is not supported. Only servers up to SQL 2005 are supported" (This is in test not production)So I installed VS 2015 on another server and tried to open the project. But its not supported in VS 2015 :( Can someone tell me what to install or do so that I can get my ETL to talk to SQL2015 and SQL 2005.PS: I can use Visual Studio a bit but my knowledge is just from building SQL Server maintenance plans, ie pretty basic.
↧