ssis how to deal with many similar tables
Hi all, i'm starting a DWH project and just wondering what is the best practise in ssis for dealing with the situation where you have a request table linked to many service tables where i want to...
View ArticleSSIS - Automated restores
I am looking at Ted Kruegers automated restore SSIS package and it looks great, but I am having some issues with it (waiting for answer). [Ted's Solution][1] Does anyone know of any other good SSIS...
View ArticleHow to get yesterday's date using ActiveXScript in SSIS
I have this script in activeX but i am encountering this error message when i ran the package, can anyone please help me on this? i am a newbie in SSIS, thanks!! Function Main() Main =...
View ArticleHow can we update 10 tables by comparing with a text file using packages in...
Hi, I have 10 tables each corresponding to patients list in each ward in a hospital with column names patient name and status At the end of each day a text file with details regarding the patients who...
View ArticleCan't get Excel data connection to work
We recently set up a sql server 2012 box. We do not have excel installed on the box. I am trying to set up an ssis package and use an excel data connection and am getting an error message. Does excel...
View ArticleCast dd Mon YYYY to mm/dd/yyyy in SSIS
I have a source file which has a Data column as ddMonyyyy(10Mar2013), I need to convert this during my transformation, I can populate this into a staging and then do a convert on the column but I want...
View ArticleHow to copy the dynamic files into SFTP server via SSIS?
I want to transfer file to remote location but the file is generated every day with dynamic file name (filename_yyyymmdd).
View ArticleIt is posible to process a SSAS dimension in SSIS in Sql Server Standard 2012
The product specifications of Sql Server 2012: http://msdn.microsoft.com/en-us/library/ms143287.aspx says that is not possible to process a dimension or a cubre through SSIS. It´s true? If the answer...
View ArticleSS2K8R2 Intg. Svcs (IS) - Data Conversion
I'm a newbie using the Evaluation. version of SS2K8R2 (version. MSSQL10_50) on XP Pro. SP3, working through the IS tutorial for creating a basic package using the Wizard. Here are my issues: I am not...
View ArticleHow to automate an ssrs report on a daily basis to be saved in a web folder?
I created a calendar report in SSRS that has a date parameter that I choose for next day events. I have to run on a daily basis around 4:30 pm. This report has to be saved in a folder...
View ArticleProviding multiple config files while executing SSIS package
Hi All, I had a senario where I have to provide multiple config files while executing package using the command as below. /FILE "E:\PackageFolder\PackageName.dtsx" /Conf...
View ArticleDo the calculations for two excel files automaticly
I have two excel files. I want to do some calculation for both files then genrated a new excel file. something like: excel file#1: a 1 b 2 c 3 Excel file#2: a 4 b 5 c 6 After automaticly calculation...
View ArticleHow I can do automatic calculation for two excel files?
I have two excel files. I want to do some calculation for both files then genrated a new excel file. something like: excel file#1: a 1 b 2 c 3 Excel file#2: a 4 b 5 c 6 After automaticly calculation...
View ArticleHow to concatenate row data through ssis?
source: Ename Enumber Stev 100 methew 100 john 101 tom 101 Target: Ename Enumber stev methew 100 john tom 101
View ArticleI have one parent package and child package in case the errors found in child...
how to handle the child package
View ArticleScript Component in SSIS to extract % sign
Hi Everyone! I'm trying to upload a flat file that has quotes and percent signs in the data. I have been able to remove the quotes from the data during upload by using the Text Qualifier field and...
View ArticleSSIS Data Flow Task hangs for 40 minutes then ends, no error
SQL Server version: 2008 R2 I'm editing an existing SSIS package that drops, creates and fills tables on a remote Oracle DB. It consists of 11 of these transactions, like the one shown here. ![alt...
View Articlethree tasks are running in my package and 2 tasks are successfully executed...
i need to rollback 2nd and 3rd tasks
View Articlethree tasks are running in my package and 2 tasks are successfully executed...
i need to rollback 2nd and 3rd tasks
View ArticleThere are 10 records in a flat file source, among them 9 will be executed...
in this i need to get all 10 records source level to target level , in target level then 10th record failure error will be displayed, what i need to do?
View Article