SqlAgent jobs logging
SQL Server 2008 R2In SQL Agent, the logging detail is essentially pass/fail. On pass, we would like some additional details such as row counts, databases processed, etc. How to add logging statements...
View ArticleMapping Stored Procedure output parameters to To package Variables
I am currently trying to map the output parameters of a stored procedure to variables in a package. However when I run the package I get the following errorError: 0xC002F210 at...
View Articleelegant way out of the data source warnings after coding pkgs
Hi. We run STD 2008 and for one particular master with 36 subpackages perhaps wish we'd never used data sources. They are convenient for development but obnoxious when you go to open under VSS and get...
View ArticleProblem loading SSIS project parameters out of Project.params file
Hi,I'm trying to load and validate dtsx packages in an C# application, which are created in an SSIS project of SSDT in Visual Studio 2010. Therefore I'm using theMicrosoft.SqlServer.ManagedDTS.dll...
View ArticleFlag Rows as imported after data is inserted into destination table
Hi All,I have an excel files which I am importing into a staging table with added columns of datatime and importedflag.I have then written SSIS package to import the data from staging table into the...
View ArticleHow to generate unique IDs with XML Source to OLE DB Destination inside...
I have a Data Flow Task that contains an XML Source which writes to a SQLServer database.It writes as expected with a single source file. In a Foreach container it writes multiple files as...
View ArticleConsolidating data from two separate secure environments
Hi All,I hope someone can help me. I've recently been tasked with developing an SSIS package to consolidate data contained on two separate servers. The data collected from each can only be moved to...
View ArticleRetrieving the COM class factory for component with CLSID...
I have created an executable in C# and Im using SSIS API (Microsoft.SQLServer.ManagedDTS) to execute a package that exports data to excel on Windows 2008 with SQL Server 2008 installed. I have...
View Articlebcp in Format File to Accept NULL for MONEY
I get error when it hits NULL for a MONEY columns 2006, 2007, 2008:Error = [Microsoft][SQL Server Native Client 11.0]Invalid character value for cast specificationHow do I change the format file?...
View ArticleSSIS package failed after test connection success
, Test Connection succesfull, can preview the sample data, destination connection succesfull, but getting the following error on executionTITLE: Microsoft Visual Studio...
View ArticleSSIS ForEach Loop
HiAll,Good MorningNeed Small help with SSISIhave 2 foreach loopstoprocessincomingfiles basedontheserver(Devortest)Wheniexecute first foreachloophasfiles itpicksupthemand...
View ArticleAttunity Error in SSIS - "OCI Error Encouneterd"
I have SSIS BIDS (SQL Server 2008) (32 bit), and am using Attunity connector to connect to an Oracle DB. A while back we had our systems upgraded to windows 7 64 bit.I have installed Oracle 11g client...
View Articlereading excel 2007 using oledb in ssis
Hello All,Can anyone help me how to read excel 2007 (.xlsx) file using OLEDB in SSIS without using script component? If it cannot be done without using script component then please provide me the code...
View ArticleSSIS: Odd Connection Error after upgrading to SQL 2012
Configuration Summary:I have a SSIS package that was running fine on SQL2008R2 using Environmental Variables pointing to a configuration file for connection strings. The ProtectionLevel of the package...
View ArticleSCD type 1 using staging table
Hi All,I am working on dim/fact tables loading through SSIS 2012 and I have couple on questions on this.Firstly, we all know ole db command is too slow for performing updates. So the work around is to...
View ArticleSSIS Package Failing Inconsistently with "Phantom" Error
We have multiple subject areas we load through multiple independent SSIS packages. Each SSIS package is comprised of a Master Package and then subsequent Child packages.The Master Package calls a...
View ArticleCan a machine be too fast?
SQL 2008 (duel Processers, 10GB Ram)I have a dataflow script task that I am using as a data source. ( code and errors below) . If I run the task normally, I get an errorException from HRESULT:...
View ArticleSSIS Expression task can't see variables populated by a containing foreach loop
I'm trying to collect a list of file paths from a directory, concatenate them together and then send that value to an execute process task. To do this, I'm using a ForEach loop with an expression task...
View ArticleUsers cannot open SSIS projects and cannot create maintenance plans after...
Hello, For more information, please read the following...
View ArticleProcessing header and detail rows flat file
Afternoon,I was wondering if anyone could help me with some really simple examples of how to process a file with headers and lines, I have seen some examples but as I'm really new to all this they...
View Article