Is it possible to use a Golang SQL Server Driver to pull SSIS information
Scenario: I'm trying to do work on some SSIS manipulations in Golang. I've seen that there is a mssql driver denisenkom/go-mssqldb. My main goal is to either "watch" or locally copy the .dtsx files to...
View Articlessis audit
Hello, ssis package loads data. For auditing I have added a derived column transformation task with expression: @[System::ServerExecutionID] Derived column name --> Execution IDin destination I have...
View ArticleHelp Writing a filename variable
Hi, I have a requirement to take an excel file and load it into a SQL Server table everyday. The issue is that the file name changes everyday, having the title and date for each day. Example:...
View ArticleExecute Process Task to WinSCP a file
So I have an Execute Process Task to WinSCP a file. Only our remote server has been granted access to the Secured FTP Site. So I am trying to run the Execute Process Task to WinSCP the file locally...
View ArticleHow To Delete Bottom N Rows From Excel File in SSIS Package
Hi,I need to load data from excel file to SQL database but my excel file bottom 2 rows having company information which i need to delete while loading into SQL database using script task.I am able to...
View ArticleHow to Use Same Flat file connection to multiple destination Task
Hi All,I want to export 10 tables to flat files. I am using 10 Data Flow tasks to export, but for the destination i have to create 10 Flat file connections. Is it possible to use the same Flat file...
View ArticleDo you want to be acknowledged as Microsoft SQL Server Integration Services...
What is TechNet Guru Competition?Each month the TechNet Wiki council organizes a contest of the best articles posted that month. This is your chance to be announced as MICROSOFT TECHNOLOGY GURU OF THE...
View Articlecrear multiples archivos de excel
Buenas estoy trabajando en SSIS, tengo una tabla (sql) de ordenes por persona, cada orden tiene su tiempo especificoOrden Persona Hora3 Juan 0.3Mediante SSIS necesito generar dos archivos...
View ArticleOData Connection Error - Client and server cannot communicate
I'm trying to setup a OData connection to use to pull Sharepoint List data. I have Visual Studio 2013 and SSDT 2014. When I try to setup the connection and hit Test Connection, I get this error....
View ArticleConversion failed when converting date and/or time from character string.
Hello Folks i'm trying to union all two select stmts in which Closeddate and reopeneddates are varchar in one Table and date time in other Table. How to convert the field to be compatible with the...
View ArticleHow to parse XML files in SSIS?
Has anyone done pulling data from a XML file using SSIS ? While pulling , i need to apply conditions too based on the XML nodes from the XML file. How is it possible to get nodes from the XML file and...
View ArticleDTEXEC.EXE Argument for option "set" is not valid.
this is probably an easy one but i can't figure it out ....simply executing an ssis package with an argumentDTEXEC.exe /FILE 'C:\test\CONTROLLER.dtsx' /SET...
View ArticleManaging event handler for a Foreach Loop Container - SSIS 2014-2016
Hi,I've implemented a SSIS 2014 pkg with a Foreach Loop Container having some contained tasks.I've created an OnPreExecute and an OnPostExecute event handlers for the above container to log the related...
View ArticleForcing a failure for an execute SQL task - SSIS 2014-2016
Hi,I'm trying to force manually a failure for an execute SQL task in order to trigger an OnError event managed with the related handler.I've used a script task inside an OnProgress event handler by...
View ArticleSSIS Error Oracle.DataAccess.Client.OracleConnection
Hi,I'm havinng an error on a SSIS job that execute a select query from Oracle.and returns this error message:ADO NET Source has failed to acquire the connection {A7300166-E45B-403B-A1EC-E0BDE51ED35A}...
View ArticleLoad data into multiple excel sheets depending on conditions dynamically
Hi I am working as ETL developer i have a situation please help me out. I have to create multiple sheet in one excel file with different queries. Like i have to check if the particular column is null...
View ArticleTo get the number of times a char is repeated in a string using functions
Hi, I have an application where I need to get the number of times a char is repeated in a string using functions can you please help me.
View Articleproblems using ssis excel with null values
Hi, I have an excel file with one column that has decimal values or blank.I need to insert that into SQL Server table value as decimal(20,19)My problem that If first i try to insert that column as...
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 ArticleSSIS Failed to Establish Connection with Attunity Teradata connector 5.0 on...
Hi All,Need Advice with Teradata Attunity connector 5.0 with VS2017 Prof. Environment;OS:Windows 10Microsoft Visual Studio Professional 2017 with SSDT 15.8.0Attunity Teradata connector 5.0 Installed...
View Article