VS 2010 can't create a integration services project - sql-server

I have installed sql server 2012 standard edition and SSDT (10.3.21208.0) is installed.
But when I try to create an integration services project in VS 2010 professional edition I got the following message:
Microsoft Visual Studio is unable to load this document:
To design Integration Services packages in SQL Server Data Tools (SSDT), SSDT has to be installed by one of these editions of SQL Server 2012: Standard, Enterprise, Developer, or Evaluation. To install SSDT, run SQL Server Setup and select SQL Server Data Tools."
Am I missing something?

Did you also have a SQL Server 2008 R2 installation before? It seems in some of the cases, the side-by-side installation tends to do some missteps. The suggest solution in the below article is to first uninstall the earlier Express/2008, then reinstall.
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/99386641-daf9-4370-bf1e-a52affd8c1ef/vs2008-unable-to-load-integration-services-package-document-after-creation

Related

SQL Server did not install with Visual Studio 2015

I just downloaded and installed Visual Studio 2015 Community but SQL Server Express did not install with it - why?
Before I installed VS 2015 Update 1 and everything was perfect but now SQL Server Express did not get installed.
What is wrong ?
You have to install SQL server individually. visual studio package never have SQL server with them.
You can download SQL SERVER 2012 Express: https://www.microsoft.com/en-pk/download/details.aspx?id=29062
Download SQL Server Data Tools for Visual Studio 2015 to build SQL Server relational databases, Azure SQL databases, Integration Services packages, Analysis Services data models, and Reporting Services reports.
https://msdn.microsoft.com/en-us/library/mt204009.aspx

installing SSIS feature in SQL Server

Does SQL Server 2008 Express support Integration Services? When I try to create an Integration Services project, it says that I have to install Integration Services, but I cannot find the option in the setup for the installation. How can I install it?
Is there any service pack for this?
The SQL Server 2008 Express with Advanced Services version does have SSIS in the box. If you've not installed that exact version, then you'll need to get the right version to have SSIS.
In order to develop SSIS packages, you need to have features enabled in Visual Studio. For Visual Studio 2010 and higher, those features are packaged in the SQL Server Data Tools that can be downloaded and installed .

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.

can I use SSDT/BIDS/SSIS using SQL Server 2012 express?

Ideally, I want to make SSDT/SSIS packages on my desktop PC that I can test and deploy to a production server environment.
On my PC I have:
Windows 7
Visual Studio 2008
Visual Studio 2010 (shell)
SQL Server Express 2012 (local dev copy of prod)
[supposedly] BIDS (Business Intelligence Development Studio) and SSDT (SQL SErver Data Tools) etc.
On my production server I have:
Windows Server 2008
SQL Server 2012
Visual Studio 2010 (shell)
I cannot load/run SSIS (SQL Server Integration Services) onto my machine because SQL Server express doesn't allow for it, as suggested by these articles:
http://support.microsoft.com/Default.aspx?id=963070
http://msdn.microsoft.com/en-us/library/cc645993.aspx#SSIS
And I am getting this error when trying to look at a "package.dtsx" file in VS:
Microsoft Visual Studio is unable to load this document: To design
Integration Services packages in SQL Server Data Tools (SSDT). SSDT
has to be installed by one of these editions of SQL Server 2012:
Standard. Enterprise. Developer, or Evaluation. To install SSDT, run
SQL Server Setup and select SQL Server Data Tools.
When I run the SQL2012Express installer, it says SSDT is installed already.
Question #1: But why can't I just point a local VS2010/SSDT/SQL2012Express at my production SQL2012 environment? (Microsoft is getting their money legitimately!)
Question #2: I can get it to work on the production server, but isn't it bad form to develop on a production server? (and it complicates source control etc.)
You must have One of those versions installed. The SQL server express edition with advanced tools only includes reporting. Not ssis. Sql serverv dev edition is actually pretty cheap.
To be able to create SSIS packages you'd want the following:
1) For SQLServer 2008 SSIS packages - BIDS, either integrated into VS2010 or as a stand-alone. If you also want SQL server, then I'd use the dev edition of SQLServer that is an optional install with VS2010.
2) For SQLServer 2012 SSIS packages - download and install SSDT, either integrated into VS2012 as as a stand-alone. If you also want SQL server, then I'd use localDB (here).
Also, SSDT is two things - an improved replacement for 'Data Dude' AND the new BIDS - here's a blog with explanation.
"Microsoft Visual Studio 2010 does not support Business Intelligence Development Studio Integration Services, Report Services and Analysis Services projects for SQL Server 2008 and SQL Server 2008 R2. To work around this issue, you can install Visual Studio 2008 alongside Visual Studio 2010 on the same machine and then open the Business Intelligence Development Studio projects in Visual Studio 2008."
http://msdn.microsoft.com/en-us/library/ms173767%28v=sql.105%29.aspx
Guess this means: NO BIDS projects are possible under VS 2010.

Installation of SQL Server Business Intelligence Development Studio

I have installed Microsoft SQL Server 2005.
This consists of the configuration tools (SQL server configuration manager, SQL Error and usage Reporting, SQL Server Surface area configuration, Reporting Services configuration) and SQL Server Management Studio.
However, I don't find SQL Server Business Intelligence Development Studio.
How can it be installed?
Is it available online as a freeware download?
It sounds like you have installed SQL Server 2005 Express Edition, which does not include SSIS or the Business Intelligence Development Studio.
BIDS is only provided with the (not free) Standard, Enterprise and Developer Editions.
EDIT
This information was correct for SQL Server 2005. Since SQL Server 2014, Developer Edition has been free. BIDS has been replaced by SQL Server Data Tools, a free plugin for Visual Studio (including the free Visual Studio Community Edition).
If you have installed SQL 2005 express edition and want to install BIDS (Business Intelligence Development Studio) then go to here Microsoft SQL Server 2005 Express Edition Toolkit
This has an option to install BIDS on my machine, and is the only way l could get hold of BIDS for SQL Server 2005 express edition.
Also this package l think has also allowed me to install both BIDS 2005 & 2008 express edition on the same machine.
http://msdn.microsoft.com/en-us/library/ms173767.aspx
Business Intelligence Development Studio is Microsoft Visual Studio 2008 with additional project types that are specific to SQL Server business intelligence. Business Intelligence Development Studio is the primary environment that you will use to develop business solutions that include Analysis Services, Integration Services, and Reporting Services projects. Each project type supplies templates for creating the objects required for business intelligence solutions, and provides a variety of designers, tools, and wizards to work with the objects.
If you already have Visual Studio installed, the new project types will be installed along with SQL Server.
More Information
I figured it out and posted the answer in Can't run Business Intelligence Development Studio, file is not found.
I had this same problem. I am running .NET framework 3.5, SQL Server 2005, and Visual Studio 2008. While I was trying to run SQL Server Business Intelligence Development Studio the icon was grayed out and the devenv.exe file was not found.
I hope this helps.
This worked for me:
Start /wait setup.exe /qb ADDLOCAL=SQL_DTS,Client_Components,Connectivity,SQL_Tools90,SQL_WarehouseDevWorkbench,SQLXML,Tools_Legacy,SQL_Documentation,SQL_BooksOnline
Based off this TechNet Article:
https://technet.microsoft.com/en-us/library/ms144259(v=sql.90).aspx

Resources