Pulling dinstinct rows in SSIS from Excel
im getting multiple rows for each fld_Id column from Excel sheeti want to pull only one row for each of the fld_Id and keep in a master table.can some one give me any idea to acheive this using which...
View ArticleSSIS Lookup vs IN Clause in T-SQL
I have below queryselect * from table A where A.ID in (select ID from table B )If I use lookup transformation in SSIS package with table A as source and do lookup on table B for ID column , will it be...
View ArticleExecute SQL Not Working
All - I have an execute sql task set up as follows:ResultSet = Single RowConnection Type = OLE DBSQL Source Type = Direct InputSQL Statement = execute dbo.StoredProcedure @FileName = ? @FileCount = ?...
View ArticleSSIS Data Flow Task -- Multiple destinations??
I have a Data Flow Task that uses an OLE DB Source to call a SQL 2005 stored proc, and sends the results to a Flat File Destination. Very simple, works great. My question is: What's the best way...
View ArticleProblem in loading data from SQL table to CSV file
Hi,I am trying to export the data from SQL table to CSV file.I have a column "Message" of length 2048 in SQL table.When loading the data, the data in "Message" column is splitting and is loading into...
View ArticleSSIS- ADO .Net data source issue with huge data
Hi All,I am getting below after fetching millions of records. the error occurred in ADO .Net data source.Started: 2:09:20 PM Error: 2013-05-04 15:39:56.96 Code: 0xC0209029 Source: Data Flow...
View ArticleCreating and accessing temp tables in SSIS package
Hi, I want to create a local temporary table in execute sql task and and want to use the same in Data flow task as source table. I follow the following steps to achieve this: 01. Created a new SSIS...
View ArticleCreating and accessing temp table under For each Loop in SSIS
Hi All,I have created a global temp table in Execute SQL Task and joining that table in Data Flow Task to get some result set and insert into a table which is located on different server. I have set...
View ArticleSSIS - Passing a date parameter to a SQL Query question again....
I need to pass a date string to my sqlcommand inside of my "datareader source". I read some of the questions about setting expression variables but I can't seem to figure out how to do it. I pasted...
View ArticleAddIn deprecated for SSIS Script task
I'm trying to use this code which compiles on vs2008 in vs2010:// C# code // Fill SSIS variables with file properties using System; using System.Data; using System.IO; // Added to get file properties...
View ArticleSQL Server agent job will not retain package password (encrypt sensitive with...
I have a package protected by a password - I am already unhappy that to get it to use the configuration file to change connection strings for the production servers I have had to hardcode the password...
View Articledataprofiler task
Hi i try to learn data profile task in ssis , so i just search in bing i got some idea and i used in my package but i m having 1 doubt in that Column statistics profile, its giving detail about...
View ArticleDifferent databases supported by SSIS
Hi All,Thanks in advance.Please let me know the types of databases supported by Sql Server Integration Services. Whether we can move data from all the database like sybase,teradata etc .... into SQL...
View ArticleRemove all special characters from a string..
Hi how to remove all the special characters from a string like,Kumar, Hi.Ram$ siddig.
View Articleftp,unzip and script task
hi all,I am having ZIP files in FTP folder, the file names will be like file_2013_04_25, file_2013_04_26. We need to pick the appropriate file, as new file will be dropped every day morning 7:00 am and...
View Articlesaving data from sql table into an ssis variable to be used by ado.net data...
i have an ado.net data source connecting to mysql db on unixi have a table called setting with two columns and 1 row of data .using an execute sql task , i am able to get data from the settings table...
View ArticleIs there any way to access SSAS instance via office lan
Hi All,The SSAS instance be installed on one WIN7 machines, and I want to access the instance with Office PIVOTTABLE onanother WIN7 machine, but when I choose Analysis Service as the datasource,...
View ArticleImport /export or synchronize workitem data from tfspreview site into sql...
Hi All,I want to synchronize the workitem data from tfspreview site to sql server database.Is there any way to complete bidirectional synchronization process?Please let me know if you have any...
View ArticleSSIS Back Up Database Task Failed in Winform Only
Hello guysI have this weird problem with my SSIS package, it works fine in BIDS, works fine as a SQL Agent Job, but as soon as I run in within my winform using Package.LoadPackage, the "Back Up...
View ArticleMicrosoft SQL Server 2012 Service Pack 1 SSIS Error
Hi, I installed Microsoft SQL Server 2012 Service Pack 1 (KB2674319) on our server and my Integration Services 2012 package started failing on a Source Script Component with one Output Buffer. I...
View Article