How to expect error msg when SSIS fails
I m new to SSIS 2012. I m using below method in SQL agent job step to run an SSIS pkg, but the same do not return error/failure when SSIS pkg errors and stops. Basically, I want job step to fail and...
View ArticleRendering SSRS report in email body with indicators/images
I am running SSRS report using script component in SSIS using C#.net and sending the report as HTML email. In the email body, only text are displayed and indicators are displayed as a red cross mark...
View ArticleData viewer not visible - SSIS 2017
Hi,I'm creating a simple SSIS 2017 solution that reads from a SQL Server table to write on another SQL Server table. I'm using SQL Server 2017 and SSDT for Visual Studio 2017 vers. 15.8.6.When I enable...
View ArticleSQL 2012 - Connection Manager not listed in Source Assistant
Hi,Using SQL Srv 2012 - Started a new project, created an ADO.Net connection manager, created a Data Flow task, in the Data Flow tab created a Source Assistant, when prompted to choose a Connect...
View ArticleUpgraded Visual Studio 2015 Community to Visual Studio 2017 Pro, Can’t Open...
Hello, I am on Windows Server 2012 R2 SE, and SQL Server 2016 SP1, and I have developed several packages with Visual Studio 2015 Community, SSDT 14, using Attunity 4 and Teradata 15.1 Drivers and...
View Article[Package Configuration Wizard][SQL Server Connection Issue]
Hi,In my SSIS package used XML file for my OLEDB connection and loaded the configurations with Package Configuration Wizard which works fine, the problem raises when likes to use this connection for...
View ArticleEBCDIC file is getting loaded with all special characters in my table
Hi,I have an EBCDIC file and I am trying to load it using SSIS.I created a flat file connection manager, changed the Code page to 1140 (IBM EBCDIC - U.S/Canada (37 + Euro))When I load the data all my...
View ArticleEquivalent of OBJECT_NAME() (works in SQL) in Oracle
I have been working on an Oracle stored procedure and I need to add the equivalent of OBJECT_NAME() (which works in SQL) in Oracle. Is there any dynamic way to do this?
View ArticleCall SSRS report from SSIS with different data sources
I have an SSIS solution that calls via a VB.NET Script Task a PDF SSRS Report, passes parameters and takes the data from report and stores it as a PDF. Is it possible to call the SSRS report and change...
View ArticleJoining a mapping table to a file connection without involving a database
Hi, I have a flat file connection in my DFT and I would like to join a mapping table to it, with static values. What i the best way to do this?Example; from the flat file; C1 C2 C3X Y ZA...
View ArticleMS server connect to MySQL (ODBC)
I just installed SQL Server 2008 R2. I added mysql-connector-odbc-5.1.6-win32.msi to connect to MySQLl database. It is not working properly . Please help – what driver can be used?- (VStudio 2008)...
View ArticleSSIS Package - Excel data source - SQL command - retrieve single cell value...
Hi allI have Excel files to process, all in consistent format. Each file has 12 sheets. Each sheet has 'Header' info on rows 1 to 13 then a table of data below (around 160 rows, columns A14:M173)I'm...
View ArticleSSIS 2017 - Programmatically create script component as transformation
I am trying to create a script component as transform programmatically (not manually going inside script component) but i am unable to update main.cs file, i am getting below error.Am i missing...
View ArticleDeploying SSIS Package to Linux Server and Correct Folder Path Syntax- The...
HelloI have set up an SSIS package on Windows to download a CSV file from an FTP run some transforms and download images from a list of URLs which works fine.I then want to deploy this onto an Ubuntu...
View ArticleSSIS - Remove left zero using CSV Flat source file
Hello,I have a csv file that I want to process in SSIS, The file contains a column type string Unicode string [DT_WSTR] example: ColumnA -> ("000001234").I want to delete the zero that are on the...
View ArticleSSIS package migrated from 2008 to 2016 failed execution through SQLCMD...
Hi All, I have successfully migrated SSIS packages from 2008 to 2016 through VS 2017 SSDT wizard and is running fine while executing through VS 2017 SSDT. But gives error when executed through SQLCMD...
View ArticlePackage to Project Deployment in 2017 conversion issue
Hi all,My name is srinvas. I am new to this Conversion the packages. I have one scenario. My client given 9 packages ( which are in package deployment mode) and they want me to convert in project...
View ArticleSSIS in SQL server Express Edition 2017
Is it possible to use SSIS in SQL server 2017 Express Edition?. Does it comes preinstalled while downloading SQL server 2017 express edition?
View ArticleSQL Server Timeformat
I have ran the command I got below data. This column is in Hour format:Select [TimeColumn] from [bad_rows]Time Column17:20 14:25 25/10/12 07:05PM 18:00-19:00pm late morning 09:00am13:00 I would like...
View Article