For each loop error - rerun returning after fail
I have an set of records which will be updated based on criteria into destination table. P= Pass F= Fail 1 - P 2- F 3- P In For each loop i have to pass each record , an Execution Task fails and...
View ArticleSSIS package not running with job
Hi, I'm using SQL Server 2008 R2 SP1 on Windows 7 OS. I'm running an SSIS package on my local machine and the package is located in C drive. I created a SSIS package with 32 bit version of Excel as...
View ArticleDesigning a FileWatcher SSIS Package
Dear Gurues I have a project in which we need to build a package to monitor a folder 24 hours to check for files existence in which to be copied from the source system to an agreed on folder on the...
View ArticleSSIS Detach Database copy file to remote folder
OK, I have a application that creates a new database every so often. I want to use SSIS 2008 to detach any copy older than say 3 months and copy the files to a "archive storage" location. I have a Data...
View ArticleOLEDB Destination
hi, i am putting data from flat file to OLEDB destination. but everything i run package it runs successfully, but in my table rows are same.what could be reason?
View ArticleCapturing Error Details in Error table(error number,user defined error...
Hi All, I have designed a SSIS package for loading the data from source table to destination table.While loading the data to destination I have to do some validations like data type mismatch,no...
View ArticleCreating two files if it changes seconds SSIS
Hi All, I have a small issue. I was pulling data from two tables and putting them in single text files. I have written same expression on two connection strings like to display data,month,year,hr,sec...
View ArticleSSIS logging in SQL server table
hi i am doing logging in SQL server table,but when i open sysdtslog90,its empty.package is not throwing any error
View ArticleSSIS 2012 Set Project.Params
I want to set a parameter but I just can figure out how, in previous version, you could update the config table with a sql statement and the job was done... I want to store the current date in a...
View ArticleNeed help finding how data is loaded?
Good Morning All, I have a database in the warehouse and the tables are getting loaded from sources using stored procedures. In the analysisn services database i have DIMESNIONS and FACTS which are...
View ArticlesysSSISLog StartTime and EndTime
Hi all As you may all know that the data type for the StartTime and EndTime in the sysSSISLog table is DateTime, but when SSIS log mechanism Inserts records (I don’t think it updates) in...
View Article"how to ask a question" guideline to our forums
Thank you for posting in TechNet forum. The online problem solving can be relatively time consuming because it may demand several messages back and force to fully understand the symptom and...
View ArticleSSIS Insertion requirement between 2 database tables
Hi Guys, How to design SSIS Package for my below requirement please share some idea's and view to achieve this problem 1. We are having 2 different servers like (LNEW8T8,LNEW3T3) same databases and...
View ArticlePlease help, 404 error when using google or any search engines
anytime i use google or any other search engines i get 404 error registry not found or has been moved???? what do i do or try i have dell inspiron and running windows xp professional please help me im...
View ArticleExecute dtsx package via visual studio/BIDS command line in debug mode
Hi guys, Long story short, I need to run a dtsx package in debug mode using the command line. I imagine it working like this: invoke visual studio or BIDS from command line passing in the path to the...
View ArticleHow do I load files inside a directory to their respective table based on...
I have multiples files inside a directory with different name. For example, I have 3 Files with name A, B and C. I want data from file A to be loaded in Table A , File B to be loaded in Table B and so...
View ArticleExcel error
Hi In my package i used Excel source in that one column contain more than 500 character but while executing that package its shows error Because of Unicode string 255 character its shows error,How...
View ArticleSQL to XML to ZIP via SSIS
Hi there - I am looking at a way to automate a labour intensive manual process (which I run 2 -3 times a day!). In summary here it is: 1. I run an SQL script which carries out a number of select,...
View ArticleHow to read outlook mail
Hi all, Can any one help me in finding a solution for my following scenario? I wanted to read emails from outlook one by one, and then I want to store them in to SQL Server. What are main thing I...
View ArticleSet up SSIS Foreach-Loop to deal only with specified file extensions
Hello, I use two independent SQL Server WMI Warnings to watch the same folder for changes and trigger two individual packages. One deals with .xlsx (.xls, .xlsm) and the other with .txt files. So in my...
View Article