TFS get latest with Integration Services project causes changes to dtproj file
Does anyone know how to stop this behaviour? Get latest should not cause changes to be made to a file so far as I know.Also, when viewing the differences TFS says the files are identical... ...And,...
View ArticleSSIS Packages suddenly stop using DTS as a c# service
I'm hoping is this the right forum to ask this question.Here's the scenario we have a c# WCF service that uses the DTS runtime to run SSIS packages for us. We have run into the scenario that a package...
View ArticleHow to use sum() then find difference of the sum()'s result in separated two...
Have a stored proc which populated 8 columns. so I need to display this output in a crystal report. I am able to populate all 8 columns in report perfectly. but my next task is to add a column which...
View ArticleRemoving last line and need to check
Hi All,as i am new to ssis, could anyone please help me in the below requirement: i got a flat file in which the last line contains trailing information. i need to exclude this last line while...
View ArticleSSIS Metadata source and destination tables
Hi all,does anyone knows how I can get the source and destination table names from a data flow task using C#?
View ArticleHow to send mail notification after each file has processed?
Hi Fanor,Thanks for your quick response.yes notification is send by email task. I am getting a zip files which i have to unzip the files. For this i am using "foreach loop container",inside that im...
View ArticleHow to access SQL Server database located in Web Server inside DMZ
Hi,We have a Web Server 2008 R2 hosting our public website. This is located in a DMZ. We created a SQL Server 2008 Express database inside the web server. We don't really care about data security...
View Articleneed some help in simple script component transformation
I have a variable which holds a integer value Inside the script component I need to use that integer value (variable ) and increment by 1 and assign to a output columnso here what I did /* Microsoft...
View ArticleFlatFileSource CSV: What options for text with embedded commas?
Is there a simple transform when a csv field is sometimes enclosed in double quotes, and sometimes not?I am processing an inbound csv file. For the most part, it is well defined and consistent. The...
View ArticleWhy Flat File Connection Text Qualifier becomes Corrupt when moved from one...
When I OS copy a 2008 package from Dev to Prod any flat-file connections endup with a corrupt Text-Qualifier values which has to be removed with Studio before it will run. Do you have any advice to...
View ArticleSQL Agent 64-bit Issue?
Hello I have also an x64-bit environment (Server 2003 R2; Sql 2005 sp2) The package run well in the BI Designer after changing the run64bitRuntime Property. I used the following script in the Sql...
View ArticleConnecting to Oracle on 64-bit (x64) machine
Hi,Has anyone received the following error when trying to create a connection to an Oracle database using SSIS installed on a 64-bit (x64) machine?"Test connection failed because of an error in...
View ArticleLoad pivoted data from the large text file into sql server table WITHOUT...
Hi,Is there a way to load data from the large text file (2GB, data pivoted) into sql table without using staging table (we want to avoid unnecessary IOs related to writing to staging table and then...
View ArticleAttendence details - Checking the months and years using stored procedure in...
Hi,Attendence detail excel sheet is only display on front end. whatever in excel sheet that only display in front end. same concepts doing in database. In Excel sheet contains only upto date28 means,...
View ArticleSSIS
Hi what is dynamic flat file connection ...how to load particular day data only by using ....N.suresh
View ArticleExporting All Photos from Production.ProductPhoto with Wizard
I know full-blown SSIS can do it. How about the SSIS Import/Export Wizard?AdventureWorks2012 sample database. Thanks.Kalman Toth SQL 2008 GRAND SLAMNew Book: Beginner Database Design & SQL...
View Articlefile system task multiple source files
Need to move 2 csv files USA_Fin_Current.csv, USA_Fin_History.csv @[User::strFinSourceFolder] = C:\Shraj\Data Folder\Source\USAUser::strAccount_Data_Table_Name = USAi tryed below expression, i am...
View ArticleGenerate Excel File
Hi,We want generate excel file with 11 columns. But we need update one column data as "Red color " out of 11 columns. Please let me know How can we Generate the file dynamically with red color.
View Articleconverting string to datetime
I am trying to convert string to datetime .Sql table is returning -December 1,2012 and i am using execute sql task in ssis package to convert this to datetime i.e. 2012-12-01 00:00:00:000.I am using...
View ArticleUpdate a table in SSIS
Hi AllI need to update a table which is in one server with values of another table which is in different server through SSIS packageScenario is as follows:I am getting a result set after executing a...
View Article