Delete some rows coming from a flat file
Hi Gurus, I have a flatfile source and I want to exclude some rows and load to db table. Even though i can use conditional split to avoid some rows I am not sure how to write ex p for sql LIKE...
View ArticleRunning pkg from SSMS
Hi, kind of basic questions here but i think there could be some subtleties. (running sql server 2008 R2) Question 1: i am copying rows from a table on server A to a table on server B. i create the...
View ArticleImporting with SSIS
I'm getting ready to import a bunch of tables using SSIS. I'm going to run the wizard and then create a SQL Agent job to run the package every day. The thing is I want fresh data only. My question...
View ArticleFuzzy Matching Transformation
Hi, I am working on the ETL design for the CRM system and would need to device a matching logic while matching person information in the CRM database ( person table ) with the information for the...
View ArticleSSIS package is giving error while executing using SQL job
i have a SSIS package where it reads the file names from the directory and store the file names in SSIS variable called System object. the System object variable will be pass to for each loop and...
View ArticleSSIS Package "LoadFromXML fails" Error Message
Hi, I get this error when attempting to run my package... the package failed to load due to error 0xc0010014 One or more error occurred...This occurs when CPackage::LoadFromXML fails I am running on...
View ArticleLocate the data extract
Hi all, I'm trying to figure our how a warehouse is getting the data extracted and loaded. I have a database and its extracting data from the source and laoding it every night. When i opened the sql...
View ArticleUnable to Schedule a Package via Server Agent
Hi all, I am trying to schedule a package I created using Server Agent however every time I run the scheduled event I get the following. "Date,Source,Severity,Step ID,Server,Job Name,Step...
View ArticleHeader and detail and footer rows in CSV File
Hi, I have .csv file with fololwing details. H-RecrdCount D,1, Name,Address,date of birth,sex D,2, Name,Address,date of birth,sex F-Record Count Steps: 1. Flat file with RaggedRight as single column...
View ArticleBalance Data Distributor
We are using balance data distributor to transfer data from source to destination. We are having 10 script task components in destination and when transferring data data is not being sent to all the...
View ArticleExecute SQL Task Error: XMLOutput contains a string that exceeds the maximum...
I'm getting following error: Error: The variable User::XMLOutput contains a string that exceeds the maximum allowed length of 4000 characters. Error: Reading the variable "User::XMLOutput" failed with...
View ArticleHow to Connect CRM 2011 onPremise "https" by using webservice Proxy class in...
How to Connect CRM 2011 onPremise "https" by using webservice Proxy class in SSIS i am able to connect crm2011 on premise "http" using Proxy class refering the post...
View ArticleSSIS Script Component outputs without schema construction for redirections
Hi, I have an input file with the following format "X, col_x1, col_x2.... col_xn , " "Y, col_y1,col_y2...col_ym , , " "X, col_x1, col_x2.... col_xn , " "Y, col_y1,col_y2...col_ym , ," .... Due to...
View ArticleError "Access is denied" when trying to use checkpoint to develop package in...
Hello, thanks for reading. I am currently working through the SQL Server 2008 Training Kit for BI Development and Maintenance, and am fairly new to SQL Server so bare with me. System is Windows 7...
View Articlecannot see integration service node in SSMS 2012
I installed all the services of SQL server 2012 (database engine, ssis, ssas, ssrs) on a sandbox with another existing version sql 2008 (db engine, ssis, ...) The 2012 instances are named instances,...
View ArticleExecuting query as variable, no parameters?
I currently have an SSIS Package that conatins an execute SQL Task that starts at the begining of the package. I am using this to put the date and time for the first and alst day of each month into an...
View ArticleWhy can't I get excel to import into SQL?
Hi all, I'm trying to import data from an excel spreadsheet into SQL server. The original excel sheet has 2 columns. One containing an ID number with 7 positions. The second, a long text description...
View ArticleCompact and Repair
Hi all, I am using SSIS Package job to migrate the data from SQL.Everyting seems good except that only two tables dint get updated in access.I have tried compact and repair database and tried once it...
View ArticleHow to Load tables in parallel
I was wondering if there is a way to load tables parallely. I know using sequence container each table is loaded one after the other but don't know how to the tables in parallel. svk
View ArticleExcel Data Conversion Date time
Hello Everyone, I am Using Source as Excel File in which many fields are Date Time now when i am storing it to Database i am using data Conversion in which i m not getting how to convert that date time...
View Article