memory buffer error?
Information: 0x4004800D at Data Flow Task: The buffer manager failed a memory allocation call for 20971392 bytes, but was unable to swap out any buffers to relieve memory pressure. 87 buffers were...
View ArticleRow Count Task and global variable
Hello!I am using the Row Count Transformation. All I want to do is count the number of rows in a table. I see that there is a variable name of User::uRowCount in the task. If I create a global variable...
View ArticleSQL Server 2008 R2 package configuration
Hi, We are in the process of upgrading from SQL Server 2005 to SQL Server 2008 R2 and re-writing SSIS 2005 packages in SSIS 2008 R2, while doing so want to do away with XML package configurations and...
View ArticleHot to set "Allow in Process" in an OLE DB Connection
I am facing an error using the Honeywell OLE DB Connection and the instruction of the manufacturer to get the issue solved is to set the “Allow in Process” property on the Linked Server. However I am...
View ArticleCreate Dynamic Path For SSIS Logging with SSIS log provider for Text files
hello i got trouble with Path destination of SSIS log provider for Text filesat first i use the path static like D:\\ . but right now I want to create the path dynamically , whic i get from SQL table ,...
View Articleto keep the history of table
Hi,every day we get a staging file and we can load it into dwh during the process the records going to update and insert and delete but at destination it shows the current value but we need history of...
View ArticleSSIS Package with excel source failing
Hi,I have a SSIS package (2005 version). Datasource is excel 97-2003. It was a pre-existing package and I made a few changes to the number of columns. Runs alright in dev env(on server) and BIDS, fails...
View ArticleDouble Source when Importing Excel with SSIS Import/Export Wizard
I get a double $ suffix worksheet in additon to the original worksheet. Appears to have the same data.Kalman Toth Database & OLAP Architect sqlusa.comPaperback / Kindle: Pass SQL Exam 70-461 &...
View ArticleAdd a column Filename
I'm dynamically loading excel files to a SQL server destination. There are some 3 columns in excel file and I would like to add Filename as an additional column in the destination. Could you pls....
View ArticlePackage configuration (SQL Server) - How to set the configuration connection...
Hi,I intend to use SSIS Package configuration (Type: "SQL Server"). SSIS packages are executed through SQL Agent jobs.There are separate SQL Server Databases for each environment (DEV/TEST etc)....
View ArticleImport multiple excel sheet data to SQL Server table
Hi All,I have a small problem. I have an excel sheet with around 60 sheets of data. All the column properties are the same for all the sheets. I need to import these data to a single table in SQL. I...
View ArticleExporting data to a csv file and include column names
I am creating a SSIS package which creates a .csv file. The package works fine except it is not putting the column names as the first row.How do I get the column names to also export?Thanks,~John
View ArticleBest way of using Indexes?
Hi There,I tried to load a temporary table where I have lot of information coming from source tables and in this temp table I do some lookups or merges with dimension tables to updates key information...
View ArticleUsing a Variable in SSIS - Error - "Command text was not set for the command...
Hi All,i am using a OLE DB Source in my dataflow component and want to select rows from the source based on the Name I enter during execution time. I have created two variables,enterName - String...
View ArticleConfig file
Hi i created a package in SSIS,in that package i created a XML config file now i want to move this package from development side to production side.. so in this config file i edited server name,user...
View ArticleLineageID of an input column has an another value in runtime
Hi all,I upgraded my own data flow transformation component to SQL 2012. My component has one input and one asynchronous output.I found the following unexplained behavior: a value of the LineageID of...
View ArticleTrouble Opening a SSIS 2005 Package to Convert it to 2008
When I try to open this dtsx file in VS2005, I get the error below.When I look at 1748, Column 1026 it seems like there is missing XML code so I am not sure what is going on. The package is at the root...
View ArticleSSIS 2008 R2 error code: 0x80004005
Hi, I am using SQL Server & Environment Variable combination for package configurations in SSIS 2008 R2 and when trying to execute each individual task it works fine. Now I try to execute the...
View ArticleSSIS 2012 question
I have a question about SSIS 2012. In my package I will have a string list of table names, from which I want to build a dynamic query into a variable and use that variable in an "Execute SQL Task" to...
View ArticleHow to add a Watch Window while debugging
I have an SSIS Package that works intermittently. In my For each loop container, some of the SPs run, others do not. I would like to Watch my variables during debugging. I have set a Breakpoint on...
View Article