How to run C# code in SSIS script task.
Hi Team,Am using to execute bellow C# code console application it is working fine but when am using script task to execute bellow C# code am getting error. Please help this issue ASAP.My code: #region...
View ArticleSSIS package called from SQL job setup in 32 bit mode calling dll's of 64 bit
There is a package created in a solution to read the Flight Recorder trace file.To execute this package, SQL server Agent job is calling this dtsx and setup with 32-bit runtime.Its running fine on Test...
View ArticleChild package dynamically change variable value when called from parent
I am working on an SSIS solution that contains several master packages that execute other packages via Execute Package Task. Using SQL Server 2016 and Vistual Studio 2017 Data Tools edition.The child...
View ArticleChanging excel data types
Hi thereI am a novice with SSIS and want to create package which uploads an excel spreadsheet into sql server.However, one of the fields in the spreadsheet needs changing to a date field, also it is...
View ArticlePreserving Numeric Data Type while writing to CSV output
Hi,In my dataflow on a high level I am reading the data from Oracle and send the output to a flat file (.csv).There is a particular column that has a Data type of Number (12,5) in Oracle. SSIS is...
View ArticleGetting occasional error 15404
I have several SSIS packages that run on the hour...been that way for years...when I upgraded our infrastructure to Server 2016 a few years ago I started to see some:[298] SQLServer Error: 15404, Could...
View ArticleC# Reference variable from Main method in another method
Hi, I am trying to reference a variable from Main method in a different method and I am not sure how to do this. Could you please help me out.using System.IO; using System; using...
View ArticleHow To Fix PFCLNT.DLL is Missing / Not Found Error Messages
Hi Team,I have sql server 2014 64 bit installed on ms windows 2012 r2. I have and SSIS package where i am trying to read sql trace file and getting below error.'file:///C:\\Program Files\\Microsoft SQL...
View ArticleExecute pacakge task error.Error 0xC0012050 while preparing to load the...
Hi I am getting below error,when I am executing parent pacakge.If I run child packages individually,then they are working fine.I ahve problem with parent pacakge only. Error 0xC0012050 while preparing...
View ArticleSSIS Web Service Task - Error 301 Moved Permanently
Dear SQL Server users,I'm connecting to a webservice from inside an SSIS package (in Visual Studio 2017).When I click the test connection button in the THHP Connection Manager Editor, it says,...
View ArticleConnecting from SSIS to MySQL Database using OLEDB Source
Hi All, I have MySQL data source and want to perform ETL using SSIS. I can connect to mySQL using ADO NET Source but not using OLEDB source. The most of the SSIS components like LookUp,Fuzzy...
View ArticleConnecting from SSIS to MySQL Database using OLEDB Source
Hi All,I have MySQL data source and want to perform ETL using SSIS. I can connect to mySQL using ADO NET Source but my requirement is to use OLE DB source.Any Microsoft OLE DB Provider for MySQL...
View ArticleIssue while upgrading SSIS 2008 packages to SSIS 2016
Hi,I am working on SSIS upgrade (2008 to 2016). I have easily upgraded SSIS 2008 to 2016 packages where there is a SQL database connectivity.But I am facing issue with upgrading with Oracle database...
View ArticleExcel Connection Manager is not connecting to my spreadsheet
When I try to select from the dropdown I get the following error:I think this is an issue to my version.
View ArticlePossibility to install only the SSIS 2012 by avoiding the full license cost...
Hi Team,Is there any possibility to install the SSIS alone in one server, by avoiding the full license cost of SQL Server.Is there any possibility to install SSIS only, by paying only the license cost...
View ArticleHow to load weather data into a sql server table
Hi AllCan someone please point me to a link or document which has step by step process of loading weather data from internet to a sql server table?Thanks
View ArticleSSRS expression
Hi,I have the report to show the due date for the orders: late, due today, due tomorrow. For due tomorrow , I don't want to include the weekend. For example, if the report send out on July 5, the...
View ArticleSSIS version
What is the LastModifiedProductVersion mean?Is it the SSIS version of the SQL server or is it the version of the SSDT tool?What is the version of below two mean?...
View ArticleExecuting an SSIS Package Via Excel Macro
Good afternoon, all -I have an Excel macro that does various preprocessing tasks on an Excel file; it corrects some formatting, does some minimal auditing and then dumps the file to a To Be Processed...
View ArticleThe column "COLUMNNAME" cannot be processed because more than one code page...
when I try to import the csv file into an existing database , the following error is comingI did the following steps1. Select flat file source2. Filename .csv file3. Destination SqlServer Native client...
View Article