Download link for SQL Server Reports add-in for Visual Studio 2008 - sql

Can someone provide the download link for SQL Server Reports add-in for Visual Studio 2008 (not Visual Web Developer)?

You get the Reporting Services development tools by running the install for SQL Server. You can download a 180 day trial here: http://www.microsoft.com/sqlserver/2008/en/us/trial-software.aspx

Related

How to solve error when opening SQL Server Data Tools from Visual studio 2010

I installed Visual Studio 2010, visual studio SP1 , SQL server data tools (SSDT) 2012, and SQL server 2012 instance. But whenever i open SSIS packages (dtsx file) through Visual studio 2010 i get the below error. How do i resolve this ? Am i missing any installation or do i need to configure anything ? please help
Install Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2010
https://www.microsoft.com/en-us/download/details.aspx?id=36843

which SSDT for VS 2017 when I have SQL Server 2016 DE

I have VS 2017 CE, SQL Server 2016 DE and Microsoft SQL Server Management Studio 13.0.16106.4. About VS is showing Microsoft SQL Server Data Tools as installed.
I would like to install SSDT so that I can do the SSRS/SSIS and SSAS but I don't know which one to install, it's giving few options from here
It reads
Download SQL Server Data Tools 17.1 for Visual Studio 2015
Download Data-Tier Application Framework (DacFx) 17.1
From the same website
It then advises "To use SQL Server Data Tools in Visual Studio 2017 see this section below". When I go to the link provided it takes me to visualstudio.com website. It's not apparent to me what I need to download from there, is it the Community Edition?
Going back to the first link I provided, it advises...
If you are using SSDT with Visual Studio 2017, install the AS and RS components:
Analysis Services
Reporting Services
I also found another link...www.visualstudio.com/vs/ssdt/
Also are there any conflict between sql server 2016 and vs 2017 CE when taking SSRS/SSIS or SSAS tasks?
StackOverFlow is giving me message that I need to have number of reputation before I can give more than 1 website link.
Can someone advise me which one to install?
Thanks.
For Visual Studio 2017, there is not yet a stand alone install of SSIS|AS|RS. However, there are VSIX installs available for RS and AS. See links below.
SSIS is working on creating a standalone install as well as a VSIX package.
https://marketplace.visualstudio.com/items?itemName=ProBITools.MicrosoftReportProjectsforVisualStudio
https://marketplace.visualstudio.com/items?itemName=ProBITools.MicrosoftAnalysisServicesModelingProjects

SQL Server Setup Error in Visual studio 2010

i have installed sql sever 2012 with SSDT.
When i am using SSDT and creating package.It gives error:
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 edition of sql server 2012:Standard,Enterprise,Developer,or Evaluation.
I am using Sql server 2012 Enterprise Edition.
SSDT also installed on my machine.
I dont know y rhis error is occured???.
Please anybody help me
Refer all the discussion in following link
http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/6dce2f25-2f73-4f69-8d37-06483ada79da/
As well go through this step by step approach:
http://learnsqlwithbru.com/2011/12/12/getting-started-with-ssdt-sql-server-data-tools/
Hope its helpful.

I'm having problems connecting to TFS VS2010 from VS 2008

If you are not able to connect to TFS VS2010 from VS2008. This might save you some time.
Connecting from VS2008 to TFS VS2010
Step:1 Make sure that Service Pack 1 is installed with Sql Server 2008
Step:2 Make sure that Service Pack 1 is installed with VS2008
Step:3 Make sure that Team Explorer is installed in VS 2008
Step:4 Make sure that Service pack 1 is updated for Team Explorer
Step:5 After all these Service Packs are installed on your machine, follow the below path
CmdPrompt> regedit
Hkey_Current_User>Software>Microsoft>VisualStudio>9.0>TeamFoundation> Right Click Servers>New>String Value
Give the complete URL path which look like ‘http://swstfs:8080/tfs/DefaultCollection’
Step:6 Close everything and open VS2008
File>Open>TeamProject
Step: 7 Connect.
I connected to TFS, but the problem is while I am trying to open the solution through VS2008 into TFS it is showing me an error
"This project (fmPilot.SSIS.ClientIntegrations.sln) cannot be opened from source control because it was created by a version of Microsoft Visual Studio that is incompatible with this one.
If this is the case, you may be able to open it from source control using that version of Microsoft Visual Studio, and then use Microsoft Visual Studio to open the local copy."
I also tried it through VS2010 but it is showing me an error
"Cannot be openned because its project type(/dtproj) is not supported bby this version of the application."
Can somebody help me on that..... I google it some says that permission might be the reason.. Please help me...
Thanks,
Karthik
Make sure that you have Business Intelligence Development Studio (BIDS) installed on your machine. Having just Visual Studio 2008 doesn't mean that you can open SSIS packages.
To verify whether you have BIDS installed:
Open Visual Studio 2008 IDE. Click Help and About Microsoft Visual Studio.
Make sure that you see SQL Server Integration Service.
Another way to verify is by trying to create a new project in VS 2008. You should see Business Intelligence Projects under Project types.
If you do not see this, then it means you don't have BIDS installed on your local machine. You can install BIDS by installing SQL Server 2008 client tools.
Following link shows how to install SQL Server 2008 client tools.
SQL Server 2008 Client Tools Installation

Cannot install SQL Server 2008 : Previous release of VS 2008 error

I had Visual Studio 2008 Professional Edition installed in my computer. When i installed this VS 2008 version, SQL Server 2005 was also automatically installed. I just had to install SQL Management Studio
Because i want to install SQL Server 2008. I un-installed SQL Server 2005 and tried to install SQL Server 2008. But in the "Installation Rules" section in the installing setup, it prompts a message saying "Previous Release of VS 2008 Failed" (see the image below)
When I google it, i came to Microsoft Support where they say the VS Version i have must be Service Pack 1 and must be a release version (not beta version). Now I'm confused with it.
What should I do?
How do I find the Service Pack Version of VS 2008
How do I find if the version is a release or a beta one
I recently installed VS 2010 C# Express and Web Developer 2010 Express. Without going to SQL Server 2008 can I work with VS 2010 with SQL Server 2005?
How do I find the Service Pack Version of VS 2008?
There are service packs for Visual Studio 2008 express that are different to the VS2008 standard / prof etc service packs.
How do I find if the version is a release or a beta one? No idea.
I recently installed VS 2010 C# Express and Web Developer 2010 Express. Without going to SQL Server 2008 can I work with VS 2010 with SQL Server 2005?
Yes you can work with SQL 2005 with both of those to the best of my knowledge.
You can try uninstalling all instances of visual studio and then installing sql 2008 but that would be a last resort i would think. Trying the vs2008 express service packs would be my first step.
Rgds
AJ
See this http://support.microsoft.com/kb/956139 and for a more detailed answer see this
http://blogs.msdn.com/b/psssql/archive/2008/08/11/sql-server-2008-visual-studio-2008-sp1-and-net-framework-3-5-sp1-explained.aspx.
I also had this issue and when I visited Microsoft site, then I found this solution and it worked.