SSIS package C# script task to make https call using httpClient
The separate console application works just fine and file gets downloaded through https call.static void main() {MainAsync().Wait();} static async Task MainAsync() {}We can't do the async call with...
View ArticlePower Query Source (Preview) - how to reference variables for dynamic query...
Hello,I'd like direction on how best to dynamically set the file path component of a Power Query source data connection so that it is used within the actual query. My goal is to be able to use an SSIS...
View ArticleUnable to Connect to Source SQL Server in SSIS for which only Service Account...
Hi,I have a requirement to Pull data from a source SQL server into my server and the source team has granted access to our Service Account and not for individual accounts. I have created a SSIS package...
View ArticleHow to configure connection manager for OLE DB source for a Oracle connection?
Able to create a connection in Visual Studio.Package works fine when executed in Visual Studio, but fails when executed using dtexec. Error is requested oledb provider is not registered. I am using...
View ArticleHow to send notification when table got updated using SSIS
Hi Team,Have a one table. am storing these three columns table name, updated date and updated count in a table. If table got updated i need a notification using ssis.If it is possible please help on...
View ArticleSQL or SSIS with SC for BOOSTING RANGE LOOKUPS
HiWe a fact table with 15 000 000 rows with a date, we have to look for information in a date slice in another table.But this table is not clean and we can have several lines that correspond to the...
View ArticleChanging a datatype for a column in an odata datasource
Hi,I'm trying to import an odata datastream via an OData Source component. The datastream contains a column with decimals in it (like 0.42). The OData Source component defines this column as a...
View ArticleWrite and delete CSV files in SQL database
Hi ! I have a question about creating a job in SQL 2012 and I would like some help. So I have a local folder on a PC which contains CSV files that are generated by another system via VBS script with...
View ArticleSSIS package to write various results to a text file
Hello,I have to create an SSIS package to write various results to a text file. The first thing is to list the contents of a stored procedure. I'm guessing that this would involve calling...
View ArticleData Mining Query Task - Deploymet Target Version SQL server problem
I'm using SQL Analysis server 14.0.249.14 and VS 2017 (or VS 2019) with the latest SQL Server Integration Services Projects. Data Mining Query Task for TargetServerVersion SQL 2019 after "Start" works...
View ArticleCant select excel sheet in SSIS Excel sourece transformation in ssis package
Hi All,I have excel sheet .xlsx file version 32 bit. and sql server 2014 64 bit version. in ssis package using excel source after select file it is not showing name of the excel sheet to mapping...
View ArticleSSIS package failed due to hidden characters in Excel source file (flat file)
I am experiencing an issue with failing my SSIS package due to hidden characters sits in some of the Excel columns. Some cells in the excel spreadsheet column are blank and they have some hidden...
View ArticleSSIS package failed due to hidden characters in Excel source file (flat file)
I am experiencing an issue with failing my SSIS package due to hidden characters sits in some of the Excel columns. Some cells in the excel spreadsheet column are blank and they have some hidden...
View ArticleAnalysis Service Execute DDL Task throwing error with SourceType Variable
Hi,I have Configuring Analysis Services Execute DDL Task to use Variable and Process Data(xmla Script) like below:When I execute this task I get the below error message: [Analysis Services Execute DDL...
View ArticleOST to PST Conversion
I have tried a lot of tools for conversion but found OST to PST Converter one of the best, it is ads free , easy to use, fast in processing, please recommend me any other tool also that can help me in...
View ArticleSSIS Package to change column format & remove hidden characters / white spaces
Hi ThereI have an issue with loading data from an excel spreadsheet to SQL database using SSIS package. It seems to be data columns have different formats or hidden characters which are not accepting...
View Articlelaunching a dtsx package from a stored procedure
hi all,I have this stored procedure:BEGIN TRY DECLARE @execution_id bigint DECLARE @refID int EXEC [SSISDB].[catalog].[create_execution] @package_name=N'myTextFileImport.dtsx',...
View ArticleIf a failover occurs while an SSIS package is running does that terminate the...
Hi!,I have a 2 node AG on SQL 2014. I want to know if I manually failover to the replica while an SSIS package is running (The package uses the listener name as a connection string), will that...
View ArticleImage URL needs to migrate from excel column to SQL Table
Hi All,I have excel sheet contains columns images having Image and also URL in the link(Open) which is in attached screen shot.We cant load images in sql table. But I want to load URL Which mouse...
View ArticleProblem with Parameter in For Loop Container
I am learning SSIS Containers by doing the Tutorial Gateway excercises and have found a problem.In the For Loop excercise, in the Execute SQL Task editor it requres you to set a parameter for the...
View Article