Date Format in SQL
HI I got a Date column with blanks and incorrect formatI ran the query Select * from Staging where ([DOB]) = ''I am getting only null values. some OF the date format is not in correct format....
View ArticleSSIS How to Evaluate Project Parameter Passed (Integer YYYYMM) and Choose
How to build logic in SSIS that can choose a date value by comparing the project parameter value and the date obtained from a sql task.Project parameter "ParmDate" is an Integer yyyymm = 999999Sql task...
View ArticleAttunity oracle connector Version 5.0 not working for SSIS 2.0
Hi,I had recently upgraded SSDT to 15.8.2 as well as SSIS to 2.0. However, my packages that contain the Oracle Source are not longer being loaded. Error as below, any ideas?Severity Code Description...
View Articlewe have migrated SQL SSIS 2008 R2 to vs 2017 SSDT getting following warnings
Hi,We have migrated SSIS packages from 2008 R2 to VS 2017 SSDT with SQL server 2016how can we overcome below warnings, though the package executes...
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 ArticleObject Ref Error - at running SSIS Packages in server but local is fine
For the same files running on the same packages that we have developed here in our project, we are hitting this null reference exception when it is being run on the server. We built SSIS packages for...
View ArticleExecute SQL task is truncating a value from stored procedure output while...
Hi All, I have a set us like this below: While inserting value to the variable var_processed_files, the string is getting truncated if it is more than 4000 characters. Im using SSIS 2012. Please help...
View ArticleMove Files From 1 folder to different folders
Hi Team,I have a situation. I have 4 csv files in 1 folder. I want to move each file to specific folders . File Names and Folder names are static.I want to it in very easy way with minimum variables...
View ArticleHDFS File Source and Quote Identifiers
Hi all, I'm trying to load a file .csv that has a column with a text containing commas. The text is between double quotes, but on the HDFS File Source there are no properties about quote identifiers,...
View Articlethere is an error in xml document (986, 10)
Hello, I am trying to open a SSIS project from the TFS which returns with the error "there is an error in XML document (986, 10)" in VS 2015, I have no idea why it is coming though and what to check...
View ArticleFlat file parsing
I have concerns about multipel column delimiters in single file. How can manage it? Please give yours feedback on this.Ex:1;;;; ABC;;XYZ12;;;;00000
View ArticleAccess denied to SSIS server - SSIS 2017
Hi,I'm trying to access to the SSIS 2017 Server present on a dev machine where I have the sysadmin role in SQL Server and I belong to the machine administrators, but I've this error:Any suggests to me,...
View ArticleDeployment in error - SSIS 2017
Hi,I'm trying to deploy a SSIS solution using the project deployment model but I obtain this error:Any ideas to solve this issue, please? Many thanks
View ArticleHow to handle deletes and inserts based on a flag table in SSIS
Hi, I have two packages: Package ONE pulls data from source (cloud) to destination (on-prem): a) Unecrypted tables go to DB1 B) Encrypted tables go DBstgPackage TWOdecrypts data from DBstg to DB1...
View Articlesupport on ODATA connector in SSIS using Multi factor authentication
how to connect with project online data using the ODATA connector it hasmulti factor authentication..Because I didn't find any option to use the multi factor authentication and it is giving error when...
View ArticleSSIS : Importing FlatFiles with Varying Number of Columns Across Rows
Hi,I'm looking for a solution when we have dynamic columns in the source file to load to a database. I found multiple solutions but I have chosen the below since I have not much exposure to...
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 Articleconvert ANSI to unicode
Hi, I am trying to convert while uploading a text file from ANSI format text file to Unicode format text file. How can I do it in Classical ASP. I mean by default the format of text file is ANSI. And...
View ArticleUnicode to ANSI
My problem is that I need to extract data from SAP system which has data residing in the Unicode format. Downstream in extraction process, I need to convert the data in Unicode format to ANSI. I...
View ArticleNeed to Update SSIS to match on Items by priority
Hi All,I need to update records based on Items by priority.1.column5 2.column6 3.column7 Items are ranked by priority. If 1 is missing then move to 2 then to 3.I have already an SSIS which runs...
View Article