ssdt-bi

64 bit Microsoft SQL Server Data Tools

坚强是说给别人听的谎言 提交于 2019-12-02 17:50:14
I am having trouble finding the 64 bit version of Microsoft SQL Server Data Tools. Does any one know where i can download the 64 bit version of Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2013 and SQL Server 2014. I have only been able to find the following 32 bit version http://www.microsoft.com/en-us/download/details.aspx?id=42313 but i need the 64 bit version. As the others have said, there is only a 32 bit version. The important thing is, if you’re running an x64-based SQL instance (64-bit), make sure to select “New Instance” on the Installation Type page, and

Can I control the version of new SSDT reports in Visual Studio?

雨燕双飞 提交于 2019-11-30 13:01:39
问题 I am using the Visual Studio SSDT BI add-on to create reports for SQL Server Reporting Services. The project I've created is configured to target SQL Server versions 2008/2012/2014, since those are the target SQL Servers our customers have. However, the report files being created within Visual Studio all appear to be targeting SQL Server 2016. If I copy the rdl files to another server and upload them via the browser, I am told that they are from a newer version of SSRS and can't be uploaded.

Anyway to deploy a SSIS 2012 project built in VS 2013?

孤街醉人 提交于 2019-11-30 11:48:17
First, I'm loving the very clearly delineated versioning of the SSIS tools . >:( I installed SSDT BI for Visual Studio 2013 and built a nice little project in it to generate test data. Within VS 2013, I ran this thing hundreds of times. I can deploy it from within the IDE (right click on project...deploy). However I can't deploy it using the .ispac file. After much searching, I figured out that VS 2013 is building SSIS 2014 .ispac files (PackageFormat=8) and these won't deploy to a SSIS 2012 server (PackageFormat=6). My question is, if VS can deploy the package built in VS 2013 to SSIS 2012,

Can I control the version of new SSDT reports in Visual Studio?

人盡茶涼 提交于 2019-11-30 04:49:09
I am using the Visual Studio SSDT BI add-on to create reports for SQL Server Reporting Services. The project I've created is configured to target SQL Server versions 2008/2012/2014, since those are the target SQL Servers our customers have. However, the report files being created within Visual Studio all appear to be targeting SQL Server 2016. If I copy the rdl files to another server and upload them via the browser, I am told that they are from a newer version of SSRS and can't be uploaded. The problem is the twofold: The <Report> tag contains a new 2016 namespace that replaces the 2010 one

Anyway to deploy a SSIS 2012 project built in VS 2013?

折月煮酒 提交于 2019-11-29 17:42:36
问题 First, I'm loving the very clearly delineated versioning of the SSIS tools. >:( I installed SSDT BI for Visual Studio 2013 and built a nice little project in it to generate test data. Within VS 2013, I ran this thing hundreds of times. I can deploy it from within the IDE (right click on project...deploy). However I can't deploy it using the .ispac file. After much searching, I figured out that VS 2013 is building SSIS 2014 .ispac files (PackageFormat=8) and these won't deploy to a SSIS 2012

To run a SSIS package outside of SQL Server Data Tools you must install Move File to Archive of Integration Services or higher

末鹿安然 提交于 2019-11-28 11:37:30
I am testing SSIS package that I upgraded from VS2005 project to VS2013 (package deployment model) project. This is very simple package which just processes files one by one from specific location and updates database based on those files and once done it moves file to archive or non-parsing directory based on outcome. And I am getting odd error and I cant find solution for that. Issue is my package runs fine and it does exactly what it suppose to do (extracting data from file and inserting into table). But part of this operation is to move file to archive ( file system task ). And I am