import a text file into a table / package does not insert any rows
I am tryingto import atext file into atable with SSIS 2008 R2, the file isnot empty, in thedevelopment platformeverything is ok. but in productionplatform the packagedoes not insertany rows.any Idea
View ArticleParsing Text in Spreadsheet
Hello!I have been working on a new "challange" for several days and am not sure of the best approach using SSIS and was wondering if I could get high level input and suggestions for implementation,...
View ArticlePackage schedlingError.
hello FriendsI got this Error during scheduling.Message: Executed as user: GGN_DBCRM\SYSTEM. ...n 9.00.4035.00 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started:...
View Articledynamic mapping based on variable
SOURCEi have source csv with State , Amount columnsDESTINATIONi have 2 Region Tables with Table Name: USA_RegionColumns: USA_State , USA_AmountTable Name: UK_RegionColumns: UK_State,...
View ArticleTrying to use "DIFFERENCE" function in a conditional split.
Hello all, I am working on a project where I am analyzing street addresses to confirm validity. I am interrogating the city, zip, county name and the FIPS code to check spelling and also to confirm...
View ArticleHow do I set a ComponentID for a Custom Dataflow component (derived from...
Data flow components have different ComponentID's depending on what type of component they are. If I build a custom dataflow component I would want it to have a ComponentID that is different from the...
View ArticleSQL Server 2012 SSIS Sample
I have SSDT installed. How do I get SSIS sample packages? Thanks.Kalman Toth SQL 2008 GRAND SLAMNew Book: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2012
View ArticleGenerate Surrogate Keys: SQL 2012 Sequences vs Identity vs SSIS Generated
Hello,Identity columns and SSIS generated row numbers (and GUIDs) were candidates for surrogate keys in dimension tables under SQL 2008.SQL 2012 introduced a new feature titled Sequences, which are...
View ArticleConfiguring "Export Column Transformation" in SSIS 2005/2008
Hi All,I was trying to find out the use of "Export Column Transformation" in SSIS. I found few links but It did not give clear picture that How Configuring Export Column Transformation in SSIS.Please...
View ArticleConfig file info not seen in the connection strings
Hi,From DEV we tried to deploy solution to TEST.I did modify the config file with the TEST SQL SERVER name and installed the package to the default file system deployment location.Then i tried to...
View Articleredirecting lookup errors AND stopping the load?
Dear all,I would like to stop my package if some lookup fails BUT I would also like to collect the value(s) that failed the lookup.The particular problem I have is that if I redirect the rows not...
View ArticleDTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER - Moved to production
I have developed a SSIS package:Source : XLSX FileDestination : Sql server table.It is working fine on dev Server. But moved to production, it gives the below errror :SSIS Error Code...
View ArticleCast from string to Datetimeoffset
HI,I have a string date time which I am trying to convert into Datetimeoffset by (DT_DBTIMESTAMPOFFSET,6)(StringDate). But timezone ie(+5:30) is not displaying. But when I caste DATE datatype value...
View ArticleLookup with Capitals
Experts--Small issue: I am using a Lookup transformation that compares names, phone #, and email address with a reference data set to do a No Match Output. Everything works great except the Lookup...
View ArticleHow do I get rid this SSIS warning?
I am getting the following warning when importing data into SQL server using SSIS:Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "Copy of Column 0" (3288) on output "Data...
View ArticleIn C# is there a way of refreshing query in EXCEL (REFRESH ALL)
Hi All,Need C# code in SSIS Sript task which should refresh all excel data which extracts from a table using Microsoft query.Can anyone help at all ?Thanks Sri.Tummala
View ArticleInserting NULL values from Excel to the Decimal Column in Database data...
Hi,I have a Excel Source in which i have a decimal column . Some of the values are saying as "NULL" instead of a decimal value. I am using data conversion - Data Flow Transformations Shape. I am...
View ArticleHelp, ftp task does not work
Hi, I have successfully used the ftp task for all my packages, and have never had a problem before. However, when attempting to download files from a new ftp site today, I am getting a "directory not...
View ArticleSSIS Package Randomly Crashing - Access Violation
I have a SSIS package that crashes randomly. It has data flow tasks using OLE-DB Source, OLEDB Destination, Sort Transform, Merge and Merge Join etc. to load csv files into a SQL Server database.Most...
View Article