sql server - Visual Studio 2012 error: The attempted operation is not supported with this database version -


i trying connect sql server 2008 ssis package computer. using visual studio 2012. when try add existing packaged, error in link below.

what need install compatible?

to edit 2008 packages need bids (business intelligence development studio).

bids runs within visual studio 2008. later updates visual studio not support older versions of ssis.

bids replaced ssdt-bi (sql server data tools - business intelligence). current version of ssdt-bi first offer backwards compatibility ssis (although supports ssis 2012, 2014 , 2016, not 2008 or 2008 r2).

microsoft has published handy document. details development environment should use each version of sql server.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -