Visual Studio 2013 SSDT - Support for SQL Server 2008 R2? - sql-server

I have a question for someone out there who has Visual Studio 2013 - SSDT installed... I know that we cannot deploy SSIS packages to a SQL Server version less than 2014, what about SSRS reports? Everyone on my team except the database guys have been using VS2013 for some time now. I want to upgrade too!!! If I convinced the business to upgrade the SSIS servers to 2014, we would still need to support SSRS reports in 2008R2 (because of SharePoint 2010). Arggg... Leave it to Microsoft to leave the database developers behind (again). A new version of Visual Studio is out for preview and I don't want to be two versions behind.
Can someone please check to see if you can deploy an SSRS report to a 2008 R2 server using Visual Studio 2013? I know it's a long shot. Otherwise, I'll have to go through the massive 2013 install just to have my dreams crushed when it doesn't work out..
Thanks All!

SSDT-BI 2014 for VS 2013 can support SSRS 2008 R2. It just can't support SSIS 2008R2. Please see the blog below:
http://blogs.msdn.com/b/analysisservices/archive/2014/04/03/sql-server-data-tools-business-intelligence-for-visual-studio-2013-ssdt-bi.aspx

Related

Incompatible SQL Server version found with Visual Studio 2010 and SQL Server 2014

Recently upgraded to SQL server 2014 from SQL 2008 R2 and SQL server object explorer in Visual Studio 2010 professional is no longer recognising my 2014 database.
When trying to add a database I get this error
"Incompatible SQL Server version found"
MSDN blog about SSDT
I tried installing SSDT 2014 for VS 2012 hoping that VS 2010 problem will get some how resolved, but not to avail.
The normal server explorer is able to connect to the SQL2014 instance, but there are a lot of stored procedures and the interface is a bit slow.
The blog suggests to upgrade to VS 2012 or later version.
But is there any way to stay in VS 2010 and access SQL 2014 with SQL server object explorer.
Short answer: I think you will need to switch to a newer version of Visual Studio
Long answer:
This announcement promotes an update for VS 2012 & 2013 for a new version of SQL Server Data Tools (SSDT) compatible with SQL Server 2014: http://blogs.msdn.com/b/ssdt/archive/2014/03/25/sql-server-data-tools-for-sql-server-2014-is-available.aspx
This link states that with the release of VS 2013, they will no longer be updating VS 2010: http://blogs.msdn.com/b/ssdt/archive/2014/01/30/ssdt-and-visual-studio-versions.aspx
From those MSDN links, my conclusion is that you'll need to get a newer version in order for SQL Server 2014 to play nicely with Visual Studio (I would love to be contradicted on this though!).

Can't create SQL Server 2012 database from Visual studio 2010 (SSDT) on my local PC

I am a new SQL Server programmer and this is my first question on stackoverflow.
Anticipating your help...
I have these installed in my PC: Windows 7 ultimate SP1 + SQL Server 2012 Enterprise + Visual Studio 2010 (SSDT which came with my SQL Server 2012). What I want to do is create a database from SSDT.
In server explorer, I right clicked the data connection -> create new SQL Server database. After I input my server name and choose "Use Windows authentication" (which is the case with my SQL Server 2012), I got this warning:
This server version is not supported. Only servers up to Microsoft SQL Server 2008 are supported.
What shall I do? Shall I upgrade to Visual studio 2013 or I have other options?
Much appreciated if anyone can help.
Visual Studio isn't really the issue here. And you didn't say why you installed VS 2010 (are you actually developing apps with it?). If you're not actually developing in VS, I would remove it and just install the latest SSDT. This will install a VS shell, containing enough functionality to fully run SSDT. Then you should be able to create SQL Server 2012 databases, which I assume is what you want to do.

Can I install SQL Server 2014 Express and Visual Studio 2013 Web on Windows Server 2008 R2 sp2?

I would like to know if it's possible to install both SQL Server 2014 Express and Visual Studio 2013 Web on a Windows Server 2008 R2 SP2 machine, and if so, what are the requirements, like what version of the .NET framework should I install given the possibility.
I hope someone can clarify this, thanks.
Regarding SQL Server Express 2014:
Yes you can install it on Server 2008 R2 SP2. The requirements can be found on MSDN
Regarding Visual Studio 2013 Web:
Yes this is also possible. The requirements can be seen at Visual Studio Express
Installing this is possible, just like the other post says. I have these version installed on a machine however and they dont seem to "play nice". VS 13 express web has some issues recognizing the database in this set up. Might/should be a temporary bug and might already be fixed in the latest SQL server 2014, just thought I would share.

Business Intelligence for Visual Studio 2013 targeting SQL Server 2008 R2

I have VS 2013 installed with Business Intelligence for Visual Studio 2013.
I need to write a SSIS package to be run on SQL Server 2008 R2
Per Analysis Services & PowerPivot Blog
this is not officially supported.
Anyone know of a workaround to leverage VS 2013 and it's tool set. I really thought I was done having to keep four generations of development tools on my machine... holding out hope here.
No it is not possible. SSIS only allows a specific version of the visual studio tools (BIDS/SSDT) to work for each version of SQL Server. Each version only creates one specific SSIS Package Version.
See link here explaining.
https://sqlstudies.com/2015/04/27/what-sql-version-is-my-ssis-package/
The newest version, SSDT/Visual Studio 2015 has added backwards compatibility for SSIS finally, but only back to SQL Server 2012.
See info here in link here.
https://www.mssqltips.com/sqlservertip/4253/backwards-compatibility-in-sql-server-data-tools-for-integration-services/
so it will not solve your problem with SQL Server 2008 R2 sorry :-(

Business Intelligence setup from MS SQL Server or Visual studio

Short question, I hope the answer is will be also short.
I'm a starting BI developer and we make a lot of use of Microsoft SQL Server and SQL Server Data tools (SSDT, previously BIDS). SSDT is a Visual Studio shell with components catered towards BI-centric solutions. I've always installed SSDT from a SQL Server installation.
I'm now doing a Visual Studio 2012 installation and notice an option to install SSDT. A quick search on Google only yielded a difference that SQL Server 2012 installs Visual Studio 2010 shell instead of 2012. Is there any other difference in installing SSDT from SQL Server or from Visual Studio?
Any and all help is welcome.
I'm a starting BI-developer and we make allot of use of Microsoft SQL
Server and SQL Server Data tools (SSDT, previously BIDS).
Ah. No. SSDT and BIDS are not the same. SSDT are a plugin into visual studio for SQL Server development, adding mostly the SQL Server Database Project which allows versioning and development of sql code in visual studio (as in: Stored procedures, table schemata etc.). BIDS is the visual studio version for - Analytics service, Integration Services and Reporting Services.
And SQL Server BIDS is most of the time built on an older version - for the 2012 Shell IIRC you need the 2014 server..... and the concurrent modern version of VS is 2013.
BIDS is NOT SSDT.

Resources