How to use the for loop and checking same process in ssis 2008
Hi,i have one table that name is sample. this table contains three fields like f1,f2,f3 f1 is int, f2 and f3 char data types f1 columns data like this 1,2,3,..n i want f1 column value 1 means,it move...
View ArticleHTML Table Formatted E-Mail using SSIS (Script Task)
Hi,Can someone show me how I can add a table in body of the e-mail which would have the heading row (bg color/font = bold, etc) and then multiple detail rows. These detail rows would be pulled from SQL...
View ArticleFor loop inside For Loop (Nested For Loops)
Hi,I have sequence container, in which there are nested loops. When i execute the container it works fine (it loop thru each year and each Year Month), but when execute the whole package it just stop...
View ArticleHow I will set up the SMTP connection in SMTP connection manager for SEND...
Hi,Now to work on automation tasks,I have to run the SSIS package by scheduled as a SQL Server Agent Job.and in Package I created a SEND MAIL task if the Package failure.So SEND MAIL task, It need SMTP...
View ArticleSSIS freeze when copying data from a view - works fine when copying from a table
I have a view with 7876 records. When copying from that view to a table in another DB using SSIS, SSIS freezes.If I insert the 7876 records into a temporary table, it takes 1 second. If I then copy the...
View Articleautomatic mail when condition will true.
Hi I have table I need to get automatic mail when condition is true likeselect count(keyID) from tablewhere order is nullhaving count(keyID)<40what are the diffrenet ways to do this ?Please help me...
View Articlessis toolbox
Hello all, Unknowingly I did reset toolbox, Now my tool box not showing anything. can any please tell me what to do, to show up all the tasks over here.It just says 'there are no usable...
View ArticleCalling web service using SSIS script task. Request and response
Hi,I was given a webservice url and has different webmethods. I want to call this web service and generate the request and get the response.I need to consume this using SSIS script task. I can't use...
View ArticleLookUp problem
Hi All,I am inserting 3000 records in to the table from flat file.Table has 40million records.While inserting data after look up it is showing yellow color and there only such a long time .the record...
View ArticleMonitor folder and move files
Hi,We have a folder where a file will be dropped in (.csv, or .xml) by a user. When the file lands in this folder, we need to automatically move it to an archive folder (on the same server) AND insert...
View ArticleScheduled Integration Services Job not listed in Management Studio
I recently started performing DBA functions for SQL Server 2005, and a request came in that I change a scheduled reporting job. Unfortunately, the person who created the scheduled job didn't document...
View ArticleSSIS Log Provider for SQL Server
Using SQL Server 2008 R2.I created a package that imports an excel file into several SQL Server tables. For test purposes, I have added errors to this package. Using BIDS, I turned on SSIS logging. I...
View ArticleSSIS 2008 Oracle 11g On 64 bit Linux
I am completely new to SSIS. I am sorry if I am stupid with questionsI am not able to connect to Oracle Database using connection manager in SSIS 2008. I keep getting"ORA-12504: TNS:listener was not...
View ArticleSSIS Dynamically + Export excel + Column not mapping
Hi ,I Have SSIs which doing export from SQL DB to Excel , i am using Data Conversion for cast data, everything seems work, but when i case data from , my Destination Data not mapping becuase , column...
View Articlenew to ssis
hi allam new to ssisi created one simple package with lookuptable 1 with 2 fields (id and country name)id countryname 1 ind2 china3 japantable 2 only one field country namecountry nameindEngUSAam...
View ArticleWinscp Error
Good Morning All,I have to grab files from a remotes server, for this created a .txt file on my local machine and then i created a package and used the 'Execute Process Task'. When i run the job i can...
View ArticleXML to database table - XML Task or XML Source in this scenario
Hello community, I want to transform xml documents of the same structure and import them via SSIS toONE sql server table. My xml file structure: This structure has already been flattened with...
View ArticleHot get Todays Files from a folder into an object variable using script task
Hi,I'm looking to get todays files from a folder into an object variable with the file name,date and time using script task ,My aim is to process all files which arrive till a particular hour in a...
View ArticleInsert Global Variable into table
I have a loop task in my ssis package, where I am reading a new file. The file name is being stored in a package global variable, then I load the contents into a table within a data flow task. My...
View ArticleWinscp Error
Good Morning,I have Execute Process task in my package. I have winscp on my pc. when i execute the task after connecting the host and transferring the files to the destination location, the task still...
View Article