varchar in flat file -- encrypted column in table
Hello ALl, trying to load a file into table , column in the csv file is varchar, but gets loaded directly into table column is encrypted. I changed the connection string to ecryption enabled = true....
View ArticleHow do I define a BINARY Parameter Type?
I have a SQL Server Stored Procedure that uses a LSN BINARY(10) as an input parameter. How do I define that in SSIS? Using an Execute SQL Task in Control Flow to try and Execute the SQL Server Stored...
View ArticleThe requested OLE DB provider OraOLEDB.Oracle.1 is not registered. If the...
Hi I am trying to run the SSIS package abd getting error with oracle 64 bit driver while connecting to Oracle database.I installed 64 bit 12.2 deiver and I able connect to oracle databases from the...
View ArticleBlank Data Issue in in XLS vs XLSX
Hello,I am reading data from Excel .In Excel data some cell are blank and initially client has provided me XLS file.So, for XLS file I was using Jet Provided with IMEX =1 property and It is treating...
View Articleerror code 0xC0202009
Hi,I've a weird issue, i've a package on SSIS 2017, the source is SQL 2017 DB, the OLE DB source fails with that error when I run it locally or on the server.but I can click on "Preview" from the OLE...
View ArticleError converting data type varchar to varbinary
We are performing a SELECT for Change Control and a [LSN] data column, Log Sequence Number. We are storing [LSN] as a local variable as a String data type. We are then using a Data Flow Task and an OLE...
View ArticleNot able to connect Integration Services through SSMS in SQL Server 2016
Hi Team, Please help on bellow issueTITLE: Connect to Server ------------------------------Cannot connect to <ServerName>.------------------------------ ADDITIONAL INFORMATION:Failed to retrieve...
View ArticleIssue during create a new Catalog in Microsoft SQL Server Management Studio 18
Hi,Is there any ways to create a new Catalog in Microsoft SQL Server Management Studio 18 without using Azure account.Since in SQL Server Management Studio 2014, i can create a new Catalog without...
View ArticleConvert string to date in SSIS
Hi Team, I have a string value from a file which is in the below format: dd-mmm-yy01-jan-1503-sep-19Which are to be in this format in the destination: yyyy-mm-dd2015-01-012019-09-03Please help me if...
View Articleexcel sheet name
How do you get SSIS to read excel sheet names with a space ie in the excel source?Select * from [My Report$]
View ArticleSSIS data not fully loading into SQL server DB
Hi,I am trying to load data by using SSIS to SQL server. The package run perfectly without any error, but the problem I am getting that all the data from source file are not transfering into SQL server...
View Articleerror 0x8000401A
Hi , I often get the error when I run the package in ssis. Microsoft (R) SQL Server Execute Package Utility Version 11.0.2100.60 for 64-bit Copyright (C) Microsoft Corporation. All rights reserved....
View ArticleCreate Tables Dynamically from Flat Files and load Data in SSIS
Hi I'm using VB 2017 I need a code that i can create new tables with the headers in my text files as the column names.they all in Tab Delimited --
View ArticlePerform Delete/insert
Hi Team,I have one problem to create a ssis package where i need to perform delete/insert. I have one excel file having data likeyear month product amount2019 jan cloth 300Now what i need ,...
View ArticleExport Sql server table into a pdf file
Hi I am practicising SQL Server and want to export my sql server table into a pdf file is that possible without using a front-end language like CSharp.I want to perform this task on SSMS.Can someone...
View ArticleOLE DB Source to Multiple destination with Different Column
What will be best way to handle a use case where-1. I have a old -db source containing 10 columns2. This source data need to go to three places with different fields from source-Excel 1 ( 5 fields...
View ArticleBulk XML Files Import (2000) files, need to speed up import
Good day, Urgently need help. Bulk XML Files Import (2000) files, need to speed up importI have over 2,000 XML files that import every 15min. And move to a drive on the serverLoop > XMLsource to...
View Articlevarchar in flat file -- encrypted column in table
Hello ALl, trying to load a file into table , column in the csv file is varchar, but gets loaded directly into table column is encrypted. I changed the connection string to ecryption enabled = true....
View ArticleRun-Time error '-2147352567 (80020009)': Cannot move the items
Hi, Can you help me with this error?ExitSub: Exit Sub ErrHandler: Dim s As String s = Err.Description If vSQL.State = 1 Then vSQL.Close End If pMailItem.Move vCCDAutoReplyErrFolder --- the...
View Article