problem when include parameter do backup execute sql task sql statement
within sql statementBackup to network driveBACKUP DATABASE AAA TO DISK = '\\' + ? + '\etlbk\AAA.bak' + '-' + 'with format' goIncorrect syntax near '+'How to fix it?
View Articlehow is it that with config no errors , without configs there are errors
hi we run 2014 enterprise. we are trying to explain something having (we think) to do with configs. I can post more details but might get there quicker by asking this way...in vs2013 as we develop our...
View Articledo we have to start over if we forgot to enable configs
hi we run 2014 enterprise. from my past i seem to recall some problem enabling configs after the fact in a pkg. one sign that might be true is that when i simply clicked enable configs, the error i...
View Articlehow does ssis know the table name to look for to get configs?
hi our servers know to look for [master].[dbo].[SSIS Configurations] when configs are to be extracted.is that a default name or set up somewhere as some sort of sql property?
View ArticleSlowly changing dimensions and ODBC connection
Hi,I'm trying to implement a slowly changing dimension (SCD) with the wizard but noticed that it only allows for OLE DB type of connections. Since I have PostgresQL with an ODBC connection, I was...
View Articlethe selected method contains incompatible arguments Web services Task
Hello, I am trying to consume a web service that a company sent me, but it shows this error. I really don't know much about web services, could you please help me and so consume the web service. the...
View Articlehow is it that with config no build errors , without configs there are build...
hi we run 2014 enterprise. we are trying to explain something having (we think) to do with configs. I can post more details but might get there quicker by asking this way...in vs2013 as we develop our...
View ArticleSQL statement with parameters in OLE DB
Okay, I'm using a 3rd party (Intellisoft) OLE DB connector to Postgres to do an update for a dimension in the context of a slowly changing dimension. To do so, I created an update statement in the OLE...
View ArticleSSIS Package Issues while caliing Powershell with Agent job
Hi Everyone,We are having issues running a Powershell scipt in an SSIS package. I’m using an Execute Process Task to run the script. When I run the package under my own authority, the package runs...
View ArticleEmail Send ETL
Buenas tardes, podrian ayudarme con el siguiente error? en System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) en...
View Articlemapping excel to SQL - datatypes problem
I seem to come up against this issue each time I try to load some excel rows into SQL. I have a very simple spreadsheet with a single row that I am going to load into a very simple SQL table (at this...
View ArticleSSIS Stuck In Pending Execution and logs a COM error
We have an SSIS package that is on a SQL 2016 system that makes a call out to a database on a SQL 2014 system. The SSIS was working normally for quite some time, but now when it is run it reports...
View Articleconditional split to multi streams
HiI have a conditional split component with two output streams that detect changes for certain columns. Stream 1 checks for changes in the open and close dates and the second stream for changes in...
View ArticleLoad Nested XML to SQL Server Table
Hi All I have the following xml data and want to load in to sql server , Can you please let me know how do i achieve this using ssis, When using XML source i am getting multiple Column HeadersThanks
View ArticleSCD component - connection issue
Hi,I'm trying to play around with a SCD (slowly changing dimension) component. To that end, I downloaded a trial version of an OLE DB connector (Intellisoft) to connect to a PostgresQL database to meet...
View ArticleSSIS (VB Script Error)
Hi,I have a SSIS package and it has a VB script where it tries to create and process SSAS cube partitions.When I execute this package from inside Visual Studio 2017 it runs without any errors.If I try...
View ArticleUnable to open the SSSIS package in diagramatic view, opening in XML code in...
Hi Everyone,SQL server Integration services is running in the server(shared server), when i,m choosing it from Visual studio as new project it is not showing in the wizard.Can someone suggest us how to...
View Articleload table incrementally based on updated timestamp
What is the best way performance wise to load fact table incrementally when history data changes.We do not want to store the history record but i am not sure how to delete the record that exist in...
View Articlehow to create export-.sln file
Hi..I want to export my existing SSIS solution and create (.sln) file with all the components so that i can send the same to other team member. How can i do it
View Articlecatalog.create_execution through Script Task returns "The formal parameter...
Given the following code:OleDbCommand sqlCreateExec = new OleDbCommand("[catalog].[create_execution]", sqlSSISDB); sqlCreateExec.CommandType = CommandType.StoredProcedure;...
View Article