Remove Comma from String
Hello,I have a values in a column like this - SAS,No,1,136.13 GB,Online,Ok,DELL(tm),Not Applicable,6XM3MGN0,YS0D,I am taking that column and parsing it to multiple columns using comma as delimiter.But...
View ArticlePackage execution error due to version issue
Package built on - VS 2017SQL Server Version - SQL Sever 2016SQL Server Integration Services Version - 11.0I am trying to run this package through DTEXEC command. Its throwing me error on versions. Any...
View Articledtproj cannot be opened because its project type is not supported by this...
I have SSIS packages both developed in SQL 2008 and SQL 2012 and so my system requires visual studio 2008 and visual studio 2012. I am able to open packages developed in SQL 2012 using VS 2012 in TFS...
View ArticleCDC for Oracle by Attunity stuck at status Logger
Hi, I have asked this question on the MSDN Server Tools forum (CDC for Oracle byAttunity stuck at status Logger), where I was advised to post in the SSIS forum, and on the Attunity forum...
View ArticleRunning SSIS package with script component on SQL Server 2016 gives error...
I have SSIS project deployed on SQL Sever 2016, the project has a package that uses script component, the package runs with no errors locally on VS 2017 but when deployed gives error.Solutions that I...
View ArticleOData Integration with Dynamics 365 connection
Hello All , We have D365 for finance and operation on-premise environment , we need to use OData integration ,so when trying to connect to OData using the SSIS tool i got this error : TITLE: OData...
View ArticleSQL Server Database Project + Windows Form Project - In a Single Solution of...
Dear Colleagues,Being required for the first time as I seek to develop a User Interface on the Windows Form for a SQL Server Database I shall oblige you experts' advice as to whether should I haveboth...
View ArticleUnable to create the type with the name 'PowerQuery'.
Microsoft SQL Server, Error: 27203I can't deploy Power query connection. When project connection, it fails in Visual Studio (log file below, SQL message in the subject line). When I convert it to...
View ArticleSSDT 2015 Script task error when deployed to sql server
Getting following error :Executed as user: ----- Microsoft (R) SQL Server Execute Package Utility Version 13.0.1601.5 for 64-bit Microsoft. Started: 3:19:41 PM Error: 2019-06-17 15:19:42.01...
View ArticleWhy Make valid function removes the measure attribute of an geometry ?
Hi folks,I just want to use the MakeValid() method of MSSQL spatial library.But the method removes the z and m attributes of the geometry.Can you please help me to resolve that, i am in need to use...
View ArticleSSIS Script Task Version Compatibility Issue
I have create simple SSIS package(only script task)and I build and run the SSIS package from visual studio this works without any issues.In the same package I have deployed in Sql server(SSISDB) and...
View ArticleNeed to insert FileName and Tab Name
Hi All, I have multiple excel files and each is having multiple tab name. I want to insert FileName and Tab Name in SQL table. Can you please help me for the same ? Note : I don't want to read...
View ArticleAgent Job should call next step if SP returns value 1. Job should be stopped...
I have several SQL Server 2012 SSIS packages 1 and 2, which perform Business logics of DW. I have plan to run packages with SQL Server Agent Job. If package 1 is successfull, package 2 is run. We run...
View ArticleSSIS error- Binary code for the script is not found
I have run into this strange SSIS error where my script component on the server keeps failing with the error -"The binary code for the script is not found. Please open the script and make sure it...
View ArticleHow to load FileName and File Size into Audit table
Hi All,I have one Flat File SOURCE and OLEDB Destination which I'm Loading Properly in mean while I want to load Data into Audit table for Tracking purpose.Package : Variables :Here I want to capture...
View ArticleHow to pull the values from XML file and laod into SQL table using SSIS?
Hi, I have a xml file with the following format -<?xml version="1.0" encoding="ISO-8859-1"?><StoreGroupControl><StoreGroup> <Store-Code>00001</Store-Code>...
View ArticleWorking with a PostgreSQL database as a OLE DB destination
Hello:I am using VS 2019 and trying to move data from SQL Server to PostgreSQL 11.3. When I try to create a OLE DB Destination pointing to a PostgreSQL database using PostgresSQL Ole DB Provider, the...
View Articledts. not working in script transform editor but working in script component
I have few ssis variables. But when I enter Dts.Variables["User::MyIntegerVariable"].Value its throwing an errorSeverity Code Description Project File Line Suppression State Error CS0234 The type or...
View Articlesynchronizing the folder structure from production to test
i have a folder structure in one server like \\server1\production\2019\apr01 the same folder structure should be copied to another server and the folder structure is varying from time to time how to...
View Article