SSIS Variable mangles JSON data during execution
SCENARIO: I need to pass JSON data from a sproc to a Java jar as an input parameterI created a very simple package that begins with an Execute SQL Task that executes the sproc and assigns the output...
View ArticleUse of conditional split
Hello,I am trying to use conditional to populate a few excel files and am looking for help. Here is the situation1. Gather data by running a sql statement for Ex Select [column names] from Error_table...
View ArticleUse of conditional split in SSIS
Hello,I am trying to use conditional to populate a few excel files and am looking for help. Here is the situation1. Gather data by running a sql statement for Ex Select [column names] from Error_table...
View ArticleWhy is sorting very slow in a SSIS Package?
Hi,I have two excel files each with 3000 rows. I used a union all process and a sort to send the result to an Excel destination. Union All part is very fast, however Sorting is taking forever. Am i...
View ArticleOne Sequence Container contains two Data flows
Hello, When the same Sequence Container contains two Data flows, it is no problem to execute one Data Flow separately. However, when executing two Data flows simultaneously, the following error message...
View ArticleSSIS Web Service Task - Error 301 Moved Permanently
Dear SQL Server users,I'm connecting to a webservice from inside an SSIS package (in Visual Studio 2017).When I click the test connection button in the THHP Connection Manager Editor, it says,...
View ArticleSSRS expression
Hi,I have the report to show the due date for the orders: late, due today, due tomorrow. For due tomorrow , I don't want to include the weekend. For example, if the report send out on July 5, the...
View ArticleSSIS first row column count is less than the second row column count
HII have a flat file where my first record is having only values in 4 columns( basically it has only four columns) and rest of the records has many columns. So here my requirement is I would like to...
View ArticleMicrosoft OLE DB provider suddenly insisting on finding a former SQL ( 10...
Have happily used Goldmine for the last 20 years. The first 10 years my various laptops would connect to a server when in the office. That server was eliminated 10 years ago! Todaystraight after a...
View ArticleInstalling SSIS with Visual Studio 2019/SQL Server 2019
Hello!I used to install/use SSIS as part of SQL Server Data Tools but according to MS "With Visual Studio 2019, the required functionality to enable Analysis Services, Integration Services, and...
View ArticleIs a CTE the way to go ?
I am trying to pull data from our address file which has ~400K records.The below image shows part for one street in that table, MinSt/MaxSt are the address number. The street in this example goes from...
View ArticleEliminate a character record in flat file source in SSIS package
I'm loading a data from flat file to sql server . A column in the flat file which supposed to be a numeric value has inputted with a text value record . I need to delete the entire row if we have...
View ArticleC# Reference variable from Main method in another method
Hi, I am trying to reference a variable from Main method in a different method and I am not sure how to do this. Could you please help me out.using System.IO; using System; using...
View ArticleTrouble with Retrieve Active Directory Info in Script component
First time working with AD thru SSIS. I have the connection working fine.I believe I have the filter set correctly; however the value I get into my output columns is...
View ArticleGetting rid of "shared Singleton Manager::Log Versions: SDK" line in SQL...
HiUnder SQL Server agent Jobs, when I view an SSIS job history - I can see a line per message like this:"... shared Singleton Manager::Log Versions: SDK ...."In the SSIS log file itself which was...
View Articlecannot connect to integration services from ssms
Using sql server 2014 standard edition, SSMS v18.1I am not able to connect to sql server integration service from SSMS. Error copied below. Please suggest what needs to be fixed.error:" Failed to...
View ArticleError installing SQL Server Integration Services Projects 3.1 Preview under...
Hello,installation of VSIX component fails with message "Pre-check verification: Your machine is busy with another installation.". It seems, that only Windows 10 1903 (1809 works) considers the Windows...
View Articlemove SSIS package from one server with SQL 2008 R2 to another server with SQL...
I have a new server (window server 2012) with SQL 2016 installed. I want to move all SSIS package currently running on another server (window server 2008) with SQL 2008 R2 to the new server. Is there a...
View ArticleThe parameter 'CM.DW-Ole.ConnectionString' does not exist or you do not have...
Hi,I have an SSIS Package that I made. I continue to get an error that says The parameter 'CM.DW-Ole.ConnectionString' does not exist or you do not have sufficient permissionsBut the thing is that I...
View ArticleCannot find where variable is set
I have an SSIS job (I was not the author) which performs some simple manipulation of a file (moving and renaming). Recently our IT department re-homed the server which it looks at, and consequently...
View Article