SSIS Script Component to convert DateTime format
Hi, Can you please help me with the C# code to convert DATETIMESTAMP in the format YYYY-DD-MM HH:MM:SS.FFFFFF to YYYY-DD-MM HH:MM:SS.FFFFF. The code must convert the scale value (fraction second)...
View ArticleCall Rest API -write to db - generate xml file ASYNCHRONOUSLY
I am working on a data integration project. The requirement is as follows1) Call a rest api(GET) to get all the organizations GET /organizations2) For eachorganization get all the networks GET...
View ArticleHow to insert alphanumeric column in SQL server using SSIS pacakge?
i have column like also have some values like 45,510,340. i am trying to insert it using SSIS pacakge into sql server table? file is in.xls format.even though i set a extended properties...
View ArticleIs it possible to load a dynamic output?
Hi, Ok, I assume that the answear is no, but anyway here it goes.Is it possible to in anyway load data to a dynamic output, a csv file? Passing a variable to the package that saying what kind of stored...
View ArticleImport and Export Wizard
I'm getting the following error when I tried to execute a SSIS Package I just created using Import and Export Wizard to drop/create new tables from one database server to another for about 122 tables....
View ArticleSSIS Agent job Issue
Hello All,Recently our server were upgraded from SQL SERVER 2012 to 2014. our local machines have only 2012. After upgrading the servers when i was running the ssis existing agent job, able to load the...
View ArticleSQL server agent job step is not passing the parameter to SSIS package |...
Config in the config file for the variable is set to 0 and I m trying to over-ride the value via SQL agent job step to 1 Config in the config file<Configuration ConfiguredType="Property"...
View ArticleSSIS Debugger - Unable to start 'DTS'
When trying to execute SSIS packages in VS 2017, I am receiving the error shown below. I have read other threads and one solution listed is to run the Visual Studio Installer to add the Windows...
View ArticleOverlapping columns in flat file destination
Hi,I am having issues when using flat files destination , the first one is data in the columns are overlapping. Second one is when i run the dft for the second time , the job fails saying "cannot open...
View ArticleSending file from Local to SFTP server using Execute Process Task
I've read a whole bunch of different forums on this but cant seem to get mine to work. I need to transfer a file from my local machine to an SFTP server using SSIS. Here is what i've already done:I...
View Articlesend file to sftp
Hi All,I was sending file via stored procedure to FTP server every night, till yesterday company has moved to the SFTP. I installed WinSCP and Visual Studio for SSIS. Can anyone share with me if they...
View ArticleMicrosoft.DataTransformationServices.VsIntegration
hi when i want to change my PKG i couldn't save and run i get follow errorException deserializing the package "Access to the path 'D:\SSIS...
View ArticleFailed to deploy project Build errors wer encontered
I am getting below error message when trying to do build.rror 5 Microsoft.SqlServer.Dts.Runtime.DtsRuntimeException: The package failed to load due to error 0xC0011008 "Error loading from XML. No...
View ArticleFacing Issues while running the package outside of SQL Server Tools
Hello SSIS Guru,I installed SQL Server Management Studio v17.4 (Version 14.0.17213.0) followed by SQL Server Data Tools for visual studio 2017 (Data Tools) (Version 15.8.5)My package is getting...
View ArticleSSIS/SSDT 2016 - How to save connection credentials when project is deployed...
Using SQL Server 2016, Microsoft SQL Server Data Tools 16.5, Visual Studio 2015 ShellMy DBA gave me access to /Integration Services Catalogs/SSISDB/MyProjectName.My project fetches data from a...
View Articlehow to place variable instead of manual date in the source query from oracle
Hi all,i am using source as oracle query and i wanted to put date variable instead of manual date in the below query.select * from sample where '20-JAN-2018' BETWEEN start_date AND end_date AND...
View ArticleReg:How to create package to run the stored procedure in multiple databases...
Hi Experts,i need to create the SSIS package such that the required stored procedure(with alter statement) should run on the multiple databases in the same sql server instance.please help to create...
View ArticleSSIS - API - For Loop - 70k in ForLoop - Need backup
Hi everybody,I need some assistance with an SSIS task which uses a For Loop.Essentially I am making 70k individual API Calls inside a For Loop. So needless to say, it is time consuming task. Likely...
View ArticleHow to pass parameter value while executing through dtexec
Hi All, I have to execute the package through dtexec command line by overriding parameters. I am trying with following syntax but not being able to do it successfully. Tried to search online but could...
View Articleunzip files load to different tables
Hi I have bunch of files coming in through zip , I have to unzip the files and load to different target tables ( one file to one table). I have around 200 files when unzipped and have to load to 200...
View Article