Call SSIS package from stored procedure passing environment variables as...
Hello,I need to execute a SSIS package from a stored procedure and I have required parameters which take their values from environment variables. How can I write a script to pass the values for these...
View ArticleHow to email notification set up SSIS package execution error logs
Hi Team,Have created and deployed multiple SSIS packages into my server, also have scheduled. How to setup a email notification if SSIS packages fails .Please help on this issue.Thanks Bala Narasimha
View ArticleRemove execution Warning of property from .dtsconfig not used
Hi, I have a .dtsconfig with his path stored in a windows environment variable. All my packets use this .dtsconfig because I have my packages paths and my database strings configured in this file. My...
View ArticleHow to check the running status of SSIS package when the package is deployed...
Hi, I have a package which is using XML Config File. When I am running the package through Data Tools and by SQL Server Agent job , I want to know the running status of my SSIS package.1. I don't want...
View ArticleEncrypt File in SSIS
Hai Is it possible to encrypt a file in SSIS using GPG or PGP.I try to encrypt a file in SSIS using GPG the execute process task is executed successfully but the encrypted file is not generated.Any one...
View ArticleValidating the columns of an import source (Excel)
I can read in the first row of an Excel spreadsheet with SQL like so:SELECT * FROM OPENROWSET( 'Microsoft.ACE.OLEDB.16.0' , 'Excel 12.0 Xml; HDR=NO; Database=C:\data.xlsx' , 'SELECT TOP 1 * FROM...
View ArticleVB.NET Script to Select Outlook Account Among Many
Good afternoon, all -I have a need to select a particular Outlook account when sending a certain email. I already have a working VBA code in an Excel macro that checks each account in Outlook for its...
View ArticleGetting Data from NoSQL Databases
Hi All,Is there a component in SSIS where i can connect to a nosql database and load the data into the sql server? Please need advice.Thanks
View Articleimporting/converting date/time value from csv file
I have a csv file that I wish to import into an existing SQL table.The destination column format is datetime2(0)The source data is in the format yyyy-mm-dd hh:mm:ss where hh is in 24 hour format.I have...
View ArticleSSIS/VS Shuts down when connecting to .accdb database
Hi,Ive read that others are having this issue, but I can find a solution anywhere. I am using VS 2017 Community edition. I created a connection to an Access .accdb database and when i test that...
View ArticleTransfer Database Task
Dear Team,Could you please help me why i am getting the below error while copying the database using Transfer Database Task.Error: 0xC0024104 at Transfer Database Task: The Execute method on the task...
View ArticleScript Component - Set Operation on Recordset to Output Flattened Data with...
In a Data Flow Task, I am using a third-party component to produce a Recordset which I am saving to an object variable. The Recordset looks like this (there can be up to 3 rows per ID):ID ColA1...
View ArticleSSIS Access a one drive location excel file
Hi,My sql account does not have access to a one drive location but I use my credential and I can navigate from the webhow can I do this using a ssis package with my credentials to import an excel file...
View Articleconditional split output evaluated to NULL
first a tried Roll Num != Dest_Roll Num,then i read http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/60eb156d-de46-4ed5-8e1c-0b8ace2c4ac7and tried similarlyRollNum !=...
View ArticleWorking in a prod environment with a SSIS package that read an ODATA source -...
Hi,I need to implement a SSIS 2016-2017 package in order to read an ODATA source and then to write onto a SQL Server table.So, I need to understand what I must install on a prod environment in order to...
View ArticleSSIS packages consume 100% of DTU Azure
Hello, I have been running my SSIS job that are connected to SQL Server Databases through SQL Agent for almost a year now, and I've never had any problems related to DTU consumption on Azure. But for...
View ArticleBreakpoints Have Stopped Working
Good afternoon, all -I have VS2015 and, for some reason, breakpoints in Script Tasks have stopped working. I've tried to find the Project Property setting to turn off Run64BitRuntime, as suggested in...
View ArticleInstall SSDT 2017 upgrade inside of visual studio
Hi, I currently have visual studio 2015 enterprise with ssis 2016. I need to upgrade to ssis 2017 and I need to stay on visual studio 2015. My organization has given me the "Microsoft SQL...
View ArticleGetting Data from NoSQL Databases
Hi All,Is there a component in SSIS where i can connect to a nosql database and load the data into the sql server? Please need advice.Thanks
View ArticleSSIS installation wizards is not responding
Hello ,I am learning and doing it for 1st time .package developed using VS2012My SSIS package installation wizard is not responding at "edit configuration windows" .I have XML type configuration.I have...
View Article