Importing Visual Fox Pro Database Sql Server 2012
I have a job that uses the visual fox pro oledb data provider to connect into a visual fox pro database and import data into sql server. It runs fine in sql 2008. I have a new server with SQL Server...
View ArticleExcel Data coming back as NULL
I have to validate that the columns in an excel spread sheet exist and are of a certain value. I'm trying to do it by avoiding a scrip task. I thought I was being cleaver by selecting the top row and...
View ArticleFailed to save package file "%Temp%\tmp55D5.tmp" with error 0x80040155...
I have migrated to WINDOWS 7 Ultimate 64 bit Machine. I am not able to Open SSIS pakages on BIDS. I have installed BIDS from SQL Server 2008 R2 Ent version and SQL Express on my machine. The project...
View ArticleSSIS: Active X Script task to call Webservice
I am facing an issue while executing the SSIs package in SQL server 2008. I have used an ActiveXScript Task within it to call a webservice method in order to return a set of records in XML format. I...
View ArticleCould use some help writing a scrip task
I need some help writing a script because I'm not that familar with C#. I was doing ok cuting and pasting but I've hit a dead end. I send one record and one record only to a recordset destination. I...
View ArticleOle DB Source throwing error while query for Excel Openrowset
Hi All,I am trying to query the excel using the OPEN RowsetI have configured the connection manager correctly (test connection is working).When I am trying to write query in the source during the...
View ArticleSSIS ETL Import XML Nodes
Hi , I am trying to generate a SQL table by importing XML file using ETL package. I am having trouble selecting multiple nodes, the XML file structure is<data><users>...
View ArticleCreating PDF file dynamically dpending upon the data and placing it at FTP...
I am trying to create PDF files with run time data and place it at FTP Location using SSIS 2008.Does anyone have done this?Iam using ActivePDF to implement it but facing issues with creating in better...
View ArticleConnect to Sql server 2002 Database form SSIS packages
Hi All,I have a Source data in Sql server 2002 DB.This 2002 Data I need to process and load data into Sql server 2008R2.Can you please share steps how to connect to Sql server 2002 DB using SSIS...
View ArticleDeployment Question
May be simple for most of the seasoned SSIS developersWhich kind of deployment is preferred by most developeris it File System Deployment or SQL Server Deploymentand one more thing to add security...
View ArticleCopy date from one table to another on different server
Hi All,I want to copy data of more than 100 tables from one database to another on different server I even dont know about all table has same stracture or not. We dont have linked server so i want to...
View Articlehow to load csv file data into single column single row of a table using ssis?
hi ,i am new to ssis , i got one requirement like1. client will give one csv file to us which contains 100 rows 100 columns.2. my requirement is : i need to store the above csv file data into single...
View ArticleSSIS 2008 - excel destination refill
Hi All,I created a package which runs everydays and dumps the data into an excel file.The problem iam facing is that -today the package runs and fills in the excel file,tomorrow it again runs and fills...
View ArticleDerive Column Transformation
Hi Experts,I have an SSIS package which loads data from a table to an excel sheet. One column in my excel is namedLeaveType, im using this expression LeaveType == "Vacation Leave" ? "004::Vacation...
View ArticleBest practice Error management
Hi Folks I was after some advice resolving errors. I have had the following truncation error (*See screenshot). I haveIdentified the type of error by looking at the "output"Redirected the...
View ArticleHow to import the tally data to sql server table using ssis 2008
Hi,how to import the tally data to sql server table using ssis 2008. how to import?...Regards,Abdul.
View ArticleSSIS Aggretate component - use only RAM?
Hi everyone!I am experimenting with Aggregate component in SSIS and I have a small problem: my large input dataset (200 million rows) which I am trying to aggregate starts to consume disk memory if RAM...
View Articlessis 2012: deployment heartburn
Has anyone seen a symptom when creating an SSIS job step, the environment checkbox is unavailable and the connections are still tied to a previous environment even though the ssisdb catalog is there...
View ArticleSSIS PACKAGE NOT FINDING CORRECT DIRECTORY
I have an SSIS package that takes files and moves them over to an FTP site. When I am running it inside Microsoft Visual Studio, it finds the directory that I have put in the package and moves the...
View ArticleHave you found ADO.Net is quicker than OLEDB ??
I have a small archiving SSIS pacakge that I use to archive off old orders. I was OLEDB and found that I would be deleting about 1 order (plus all its relational records) a second. Try to find some...
View Article