Dynamic Query in OLEDB source
Hi,First im gonna explain what i am trying to do.I have stored procedure to get database information and store it in a table. As i need to collect all server information implementing SSIS package to...
View ArticleFuzzy lookup for a transaction package
Hi All,According to my requirement i need transaction in package level. I am having a foreach loop in my package and in the loop i am having a dataflow task.This dataflow task will use a fuzzy look up...
View ArticleSSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.
Hi,We are trying to convert the Sql server 2008 R2 ETLs to Sql server 2012 with Project level connections.Currently , we are having around 31 ETLs and all the ETLS have been converted and are working...
View ArticleSSIS File System Task Help
Hi folks,I have a table called Attachment and it looks like this:IDFile_Name File_Details 1abc.xlsxabc_20121121_150142.xlsx 2xyz.pdfabc_20121121_150142.pdf 3123.xlsx123_20121121_150142.xlsxThe column...
View ArticleCreat/Update SSIS Package on SQL 2008 R2 (64bit) named instance
On my server myServer\myInstance, I have created a task which I have saved as an SSIS packageThen I have added a JOB, which would then schedule that package to run, noting when I added the STEP, the...
View ArticleProblem Importing Excel OR CSV File with Multiple Data Types in Column
I've done some research on this problem and not finding a solution that works. Essentially what's happening is that I have an end user whom is creating an Excel file (.xls) by copying data from...
View Articleupdate else insert ssis record
Excel Source have multiple proudct sheets of same format with data columnsProduct Site Description vendor_____date...
View ArticleCannot insert duplicate key row in object XXX with unique index YYY...
Problem summary: Server configuration: SQL Server 2008 R2 Sp2 Initial state: We have several fact tables partitioned by a partitioning function. The partitioning function datatype is numeric and...
View ArticleCopying database - doing update changes both dbs.
Hi,I have made a copy of a database to use for dev. I used the wizzard in SQL Server 2008 to create a copy. I've checked the stored procs and they all point to my dev copy. I've changed the...
View ArticleHow to write an expression to extract a sub-string from a SSIS variable?
Hi How to write an expression to extract a sub-string from a variable?I am importing some CSV files from a directory; I need to store a specific folder name in the database. I want to write an...
View ArticleETL Logging and Auditing
Hi,Good day all,Please can someone help me the steps and basics for ETL Logging and Auditing implementing in SSIS project.I am new to SSIS and i dont understand a thing about Auditng especially and i...
View ArticleIssue in Script task
Hi,I have two DFTs which runs in parallel. Both of them has a script task which takes the records and increments value of local variable and finally assigns to one package variable.in First DFT I have...
View ArticleGeneral Questions using the Project Deployment Model
Hello everyone,I would like to know how to achieve the following tasks and hear about some best practice tips. I'm in the SQL Sever 2012 development environment.a) how does one send a child package...
View Articleimport excel sheet data into sql server table
Hi, i have four excel work books. all the excel books are like attendance register. First excel workbook contains name and 1 to 31 days ,each and every days considered as one column. Second excel...
View ArticleAttempted to read or write protected memory error
Hi!I'll keep getting this error: There was an error displaying the layout. Attempted to read or write protected memory error" in SSISThis happened suddenly in a data flow i one of the packages i have....
View ArticleSSIS: Which dll or library is required to run Script task
Hello, I have a a server machine 'MYSERVER' with SQL Server 2008 R2 and .NET framework 4.0 installed.I have a job say 'MyJob', this job executes the .dtsx file on the server 'MYSERVER'. This dtsx file...
View ArticleConverting from PowerCenter 9.1 to SSIS
Hi,I need tips on how to convert a lot of tasks (300+) from Informatica's PowerCenter 9.1 to SSIS based on SQL Server 2012.Any information about how to proceed, eventually tools to help is...
View Articlessis recreate table structure + import data best practices
Hello everyone i'm pretty new to ssis,So the situation:local db with a number of tables copied from a production db. The data in this local database gets supplied on a monthly basis in the form of txt...
View ArticleNVARCHAR(MAX)
I have an SSIS pkg, that gets data from Lotusnotes db and loads into SQL Server, using ODBC Driver for Notessql driver . I have a comments, field, in Lotusnotes which has comments>8000 chars in...
View ArticleHow to prevent SSIS from checking connection objects on a deployed package?
Hi, I am working on a project that uses SSIS to load a data warehouse, and I would like to know if there is a way to prevent SSIS from checking/validating the connection objects once the solution is...
View Article