Why are the columns off in my SSIS output table?
This is what the SSIS package does:- Pulls file from FTP - LOOPS- Parse Data (Fixed width)- Stores data to database.It had been running fine but now the issue i have been facing is that, for instance,...
View ArticleUsing SSIS Convert Excel in to CSV.
Hi, I Want to convert Excel into CSV using ssis. i tried it using excel source and csv destination. but when i insert alphabet into the integer column of excel its taking that cell as a null in the CSV...
View ArticleCSV destination - Text Qualify only when value contains comma?
I'm using SSIS 2008 to export data from an OLE DB source to a CSV flat file. In the flat file connection manager, I'm using comma (,) as my column delimiter. I'm required to enclose data within...
View ArticleIntegration Services Error Message When Trying to Create News BIDS Project
I get the following error when trying to create a new package "Visual Studio is unable to load this document:To design integration services packages in Business Intelligence development studio,...
View ArticleConvert Activex Scripts to VB / C# Script tast for SQL2008
I am converting a sql 2005 server to 2008. I have an old active x script which i need to convert to a script task for ssis...I am not familar with VB/C# scripting so I do not know how to convert this...
View Articlederived column cannot convert between unicode and non-unicode string data types
i have a problem with my data flowmy flow is ole db data source-->derived column-->ole db destrinationat the derived column trasformation a add a new column called "entity_code"the expression for...
View ArticleConvert Activex Scripts to VB / C# Script tast for SQL2008
I am converting a sql 2005 server to 2008. I have an old active x script which i need to convert to a script task for ssis...I am not familar with VB/C# scripting so I do not know how to convert this...
View Articlecalling an api from ssis script task
I am creating an SSIS package and need to call an api that holds the client code to a web service. How do I call the api from the script task? Please point me to a sample code or step by step...
View ArticleSSIS Package source getting latest upadated file dynamically how to get it?
Hi Friends,MY requirement is SSIS Package Source is Share point site folder,withih that folder number of excel files are there.How to getting Dyanamically latest excel file data to load into Target...
View ArticleForeign key problem while loading the Target table for first time
I have to load data into to Table (sample script for the table)USE DevSamples GO IF EXISTS (SELECT * FROM sys.objects WHERE name = 'SSIS') DROP TABLE dbo.SSIS GO CREATE TABLE dbo.SSIS ( Id bigint NOT...
View ArticleFilter out specific rows during Debugging in DataViewer
Hi,My SSIS package 10k rows. There are Loopkup error for few rows. I want to see the run time value of these rows using dataviewer. Right now I have to click run button several times in Dataviewer...
View Articlessis failed at last step
TITLE: Package Installation Wizard ------------------------------ Could not save the package "\\Npkstasis01\G$\SSIS_Package_Deployments\MerchantI\Deployment_20121101\MerchantI.dtsx" to SQL Server...
View Articlevalidate duplicate before insert excel source - SQL destination
HiI have excel source file which datas have to be inserted into sql table.Intially i will insert the records into table. In case of re-run or new file execution, If record data already exist in the...
View ArticleSSIS package fails to excute when i replace the old dtsx package with new one...
HiI'm trying to run a package but it keeps on failing giving me an error but it only works with the previous package that was deployed. I added a new column to the table and to the extraction in the...
View ArticleLoad Data from multipe files into database
multiple Project source files (of same format) present in the “Project” folderNeed to load data from each of the Project source excel files, into the databaseShanmugaRaj
View ArticlePackage not running on SQL Server Agent Job
Hi Experts,I have created one package this just like exporting files to the FTP site. When I run manually it is running successfully and able to export files to the FTP site. I tried it through...
View ArticleSame data type source data load into one destination table
I have two csv source files D_Product and D_Prod (both of same format) and i want to load them into <Table 1>.On success full load, I have to move the files to archive folderwhat is the best...
View ArticleHow to load the sharepoint site file data into target table by using SSIS...
Hi friend,My Requirement is source is share point site folder.Target is SQL Server Table.My Requirement only Getting Latest file is source.Ex:Source:Share Point site:http://sharepoint/sites/live/Shared...
View Articlecreate destination table
I have already read some of the available threads but somehow could not solve my issue so restarting this discussion again and i would be glad if you could help me to solve this. I am pretty new to...
View ArticleMoving 100 Million Rows Cross Servers with Stored Procedure vs. SSIS
What are the pros & cons?To me robust solution requires SSIS. On the other hand, a SQL Server developer may not have inclination to learn SSIS.The issue came up in the following...
View Article