Extract Columns From Different layout from single flat file
Hi Team,I have Flat File like mentioned below. I want to dump data on "Column: Type" basis. If Type = 0 then dump in 1 table, Type =1 then dump in 2nd table and if Type = 3 then dump in 3rd table. And...
View ArticleHow to get data from Podio to SQL Server using SSIS
Hello there,I am trying to import data from Podio to SQL server using SSIS. Do we have any provider for Podio like any other source to connect to Podio in SSIS.Thanks In Advance.Thanks,Palash
View ArticleAutomated deployment tool
Hello fellow members.First, forgive me if this isn’t the correct forum to be asking this. I’ve been asked by management to come up with a process to automate SQL Server releases for our BI team...
View ArticleSSIS Package Upgrade from 2008 to 2016 - not showing Upgrade Message
Fellow SSISers,I have a new box with VS Data tool vs 2015. On it is Integartion services sql 2016. No other integration services is installed.I have packages from sql 2008 (from a different box) that...
View ArticleXML configuration file on Mail
I need to add an XML configuration file that contains variables for next strings in smtp mail: FROM, TO? How to do it?
View ArticleHow to return BCP dir command output into multiple columns?
I have a list of files in multiple folders in F:\ClientData\DocumentsTEST\guidsTest This query gives me a full filepath for each file in a single column:EXEC xp_cmdshell 'dir...
View ArticleUsername and password security
Hello,I've created an SSIS package that connects to Netezza in order to upload data daily. I'm assuming that everytime I run the SSIS package, the connection string from within the connection manager...
View ArticleHow to call SAP RFC from SSIS
Hi!!I´m new with SAP, can you tell me pelase how to call a SAP RFC from SSIS package?Thanks,
View ArticleSQL Server Data Tools you must install Match Data of Integration Services or...
Fellow SSISers,We have an application that runs a couple of ssis packages. The app and ssis are on the same box. These packages are in SSIS 2008 - they work flawlessly and run from a fileshare. We are...
View ArticleRun SSRS report with SSIS using list of parameters
I have created a report and need to run it for each client number (about 1200), then save each report to an excel file. Can this be done? Thanks.
View ArticleHow to use results from one SQL script to run a different SQL script?
My office is in the process of adding SQL scripts into SSIS for the first time to data flows, and so far so good. However, we have two sets of SQL scripts that we'd like to essentially combine that we...
View ArticleHow to reset toolbox for SSIS visual studio Projects
When opening an package (.dtsx) the toolbox no longer shows the Toolbox groups and items as before...how do I reset the groups and items? Have tried reinstalling SQL Server, and are able to manually...
View ArticleBack Up Database Task
This works with the default path where the DB back up file is saved or on the D drive. Can it be saved on a different folder on the C drive? I can't navigate to it using the ellipse button to select...
View Articlehow to handled postgres boolean values into sql server using ssis package
Hi I have one question in ssis , source : postgres sql table : Emp column: status and datatype is Bollean and values like true/false Target: Sql Server table : emp column: Status and datatype is...
View ArticleWhy do I need to qualify my File Path Variable with a \\ at the end in SQL...
I think the Title kind of sums up my question here. So in my Set valuesin my SQL Server Agent Job I have...\\PathQualifier\Prod\ClientName\Archive\\Why do I need "\\" after my Archive File Path...
View ArticleSSRS - SCALEOUT DEPLOYMENT IN SQL 2014 ENTERPRISE EDITION
Hi Friends,I got 2 node sql server cluster running on enterprise edt with 2014 server - its actually got 4 instance i want to install scaleout ssrs deployement - i did the ssrs install on node 1 and...
View ArticleSSIS - Transfer Database Task CREATE FILE Error Access Denied
Good Morning,I have a SSIS package that makes use of a Transfer Database Task. I have access to both the source and destination server. When I run the task, I get an error in creating the database...
View ArticleSSIS Package Runs In SSDT, Does Not Run Via DTExec (Error 0x80040154)
Hello!I'm attempting to run a SSIS package via PowerShell using DTExec and this is the readout I'm getting:PS C:\Active Automation\Nightly\Radius Export Jenzabar Import\Script(s)> C:\Active...
View ArticlePassing Values to a Web API using SSIS
Hi guys,I am designing an SSIS package that will query an SQL table and then passing values from the SQL Query result-set to a Web API.I actually plan to use Execute SQL get the SQL query result and...
View ArticleHow to get data from Podio to SQL Server using SSIS
Hello there,I am trying to import data from Podio to SQL server using SSIS. Do we have any provider for Podio like any other source to connect to Podio in SSIS.Thanks In Advance.Thanks,Palash
View Article