How change rquired field to optionnel SSIS batch file
Hello, How can i make required column to optionnel in batch file Cordially
View ArticleSSIS 2016 Flat File with Text Qualifier has a issue
We have a CSV file which we get data like below, because of double quotes in the column C we received this error. We are using SSIS 2016 to import files, is there anyway to handle this without using...
View ArticleHow to setup auto delete function in SQL Server to run every Monday morning
I would like to have my table reset every Monday morning any one with a certain incident.
View ArticleDeleting lines in flat file
I have a text file something like this:T01Data line 1Data line 2T02Data line 1Data line 2Data line 3T03Data line 1T04Data line 1Data line 2If line contains T02, then delete the line of "T02" and lines...
View ArticleSSIS Execute Process Task to PGP Encrypt a File and SQL Server Agent Job
Our SSIS Solution to PGP Encrypt a File and WinSCP to a Secured FTP Server works perfectly locally running through Microsoft Visual Studio.Even our local version which we are using manually right now...
View ArticleSelect in the same table twice in the same data flow
Hi,I have the follow situation: I have a Stage Table that store tickets from many customers. I use a Data Flow with a `Ole DB Source' to do a full select in the stage. The problem is that I have a few...
View ArticleCommunication link error
I am facing the above error while inserting using ssis. the error is raised after inserting some rows.
View ArticleHow to Insert to Specific Column of Excel
Hi All,Would like to get advise how we insert to specific Column of Excel. my script is to get total after execute store procedure and insert to L2 as shown below (Beside Total).I tried to select...
View ArticleHow to handle table access quickly in case it have huge amount of Data ?
ProblemI work on SQL server 2012 I have table have 300 hundred million rowswhen select from table any records it is too much heavy I need any way can enhance performance of table at least if i select...
View ArticleImpacts on SSIS if SQL Server Version is migrated
Hi,I have a requirement in my project where we are planing to migrate SQL Server to a newer version but we have SSIS packages running on a different server which we do not want to migrate at the same...
View ArticleEmail Script Works on VS2015, But Not VS2017
Hello, all -I have an email script that works fine and dandy on a box running VS2015. But, we will be losing those systems at some point and we have been given new laptops with VS2017 to use...
View ArticleHow to configure TFS to automatically build an ISPAC file on check-in
Hello Everybody,We are checking our SSIS 2016 packages into TFS. We always make sure we can successfully build the project, too, which creates the *.ispac file for us locally. When it comes time to...
View Articlessis packages are hang - azure sql running through adf pipelines
hi all,i am running my ssis packages through azure data factory pipelines.from last couple of days some of pipelines are queue in adf and they are doing nothing.when i check package execution from...
View Articleconvert ANSI to unicode
Hi, I am trying to convert while uploading a text file from ANSI format text file to Unicode format text file. How can I do it in Classical ASP. I mean by default the format of text file is ANSI. And...
View ArticleHow to check 1st character of a file using SSIS VB script task?
Hi Everyone, I have a fixed width file where we have 1 header row, N number of Detail rows and last row is the Trailer row. Header row starts with 'H', All detail rows starts with 'D' and trailer row...
View ArticleGive search pattern dynamically from a variable
Hello I have this script below . i need to give the Search pattern *.txt from a ssis variable rather than a hardcoded *.txt . can you please help #region Namespaces using System; using System.Data;...
View ArticleNested IF ELSE in a derived column
I have the following logic to store the date in my BI_StartDate as below : If UpdatedDate is not null then BI_StartDate=UpddatedDate ELSE BI_StartDate takes EntryDate value , if the EntryDate is null...
View ArticleCan't Aquire connections because OfflineMode is true
I am designing a SSIS package (source=Flat files,, destination =OLEDB) which is executing fine on my system but when I try to execute it on Server 2003 (x64)it says Error: The AcquireConenction method...
View ArticleProxy account failing to run SSIS Error (Proxy (11) is not allowed for...
Dear all,I have Job and it is failing with below error alwaysProxy (11) is not allowed for subsystem "SSIS" and user "AB\testuser ".Grant permission by calling sp_grant_proxy_to_subsystem or...
View ArticleNon-SysAdmins have been denied permission to run DTS Execution job steps...
I'm trying to run an SSIS project, but I can't get the ProxyAccount working.I'm getting the following error:Non-SysAdmins have been denied permission to run DTS Execution job steps without a proxy...
View Article