What should we use to generate excel like data ? Should the standard approach...
What should we use to generate excel like data?I am using SQL server 2014Should we use SSIS or SSRS?I am basically try to understand the clear reasons in the choice of tool to generate excel like...
View ArticleHow to import data from excel sheet into Sql database using ssis package?
Experts, I have an excel sheet with huge set of data and I decided to use ssis package for data extraction and insertion , the thing is my excel sheet is generated from another system, so there is some...
View ArticleReasons why SSIS is better
Hi Experts, Am working on a presentation and we have 2 teams one is presenting ETL solution on IBM Data Stage 8.5 am part of the MSBI team. I need to prepare a presentation where i need to list down...
View ArticleNeed to fetch the 1st valid value
Gurus , I need your help with SSIS scenario !I have 3 source tables from where I need to get a valid Phone Number value. Scenario is ,If the valid Phone number exists in a 1st table , I do not have to...
View ArticleSSIS package (through sql script) does not run on local SSMS or in job
Hi, I'm a newby to SSIS (sql server 2016) and I have an issue with the import of a file. I have a package that run's fine on the server A.It will load an xls file X on server B and import the file in a...
View ArticleUpgrading VS 2010 to VS 2013
My company has dozens of SSIS projects set up in VS 2010. They need to upgrade to VS 2013 (they have licenses for that version). Is there some utility or method that will allow for upgrading dozens of...
View ArticleWhy to prefer SSIS
Hi Experts, Am working on a presentation and we have 2 teams one is presenting ETL solution on IBM Data Stage 8.5 am part of the MSBI team. I need to prepare a presentation where i need to list down...
View ArticleSQL 2016 Agent 32-bit issue
I've read several fixes for this issue but it still seems to persist. I have:- SQL 2016 (SP1) v13.0.4001 - Old Pervasive 32-bit driver to a Timberline DB- SSIS Config Prop > Debugging >...
View ArticleFOR XML to Flat File Destination - Header Problem
Hello Guys, I need some help please because I'm hitting a road block with what seems a fairly basic task. I need to export data from a number of tables to an XML file. I have created a view for my FOR...
View ArticleSSIS 2008 - How to capture multiple output variable values from Execute...
Hi, I am using a Process Task in SSIS 2008 inside a ForEachLoop container to unzip a file into 2 csv files, and I want to check that the file creation timestamps on the 2 csv files are for the same...
View ArticleSSIS Error For ODATA Source while executing from Command line.
i am using SSIS package to get the data from Online so i am using Odata when i execute my package from Data Tool it is giving me result but when i execute from command line it is giving me an error "To...
View Articlegiving up a connection that is retained
Hi we run ssis 2012 enterprise. I'd like to retain a specific connection so I can leverage a temp table between ssis components but also give it up explicitly (disconnect) at a certain point in my pkg....
View Articlehow to get usd to gbp history exchange rates conversation information for 1...
Hi ,I have doubt in ssis,how to get usd to gbp history exchange rates conversation information for 1 year back to still date using ssis package.here I Done current live values for ssis package ran day...
View Articlescript task's value for query isnt used in data flow
Hi. We run 2012 enterprise. To get around the 4,000 limit on var expressions (yes even if I break it up into 3 vars and concat in an expression it doesn't work) I wrote a c# script whose 1 line of...
View ArticleSSIS package runs from BIDS but not from SSMS
I have a package that uses an excel source to a sql server db destination. I have the Microsoft.ACE.OLEDB.12.0 provider registered and I am running the package in 32 bit. I can run the package...
View ArticleHow to set timeout in a script task
We have a script that executes in a Script Task. The script is part of an API call. the issue is we have to pull a large amount of data and it appears we are having timeout issues. T be exact, we can...
View ArticleWho will be crowned the First SQL BI Guru of 2017!!
Time for a fresh start![The Guru is the means of realisation. "There is no knowledge without a teacher."]We're looking for the first Gurus of 2017!!All you have to do is add an article to TechNet Wiki...
View ArticleMicrosoft SQL Server Netive Client 11.0 Login failed for user “NT...
I have a package that is running in Visual Studio under my credentials and it runs just fine. I just deployed it to the 2016 server for the first time. It’s a brand new 2016 server, so I’m not sure...
View ArticleProcess Files in a folder based on their creation time suffixed
Hi, I want to process files based on the creation time prefixed to them. for ex: File1_20161201.txtFile2_20161202.txtFile3_20161203.txtFile3_20161217.txtFile3_20161218.txtNeed to process the files in...
View ArticleScript to get all Data-Flow-Elements
Hi,Dataflow tasks are located on the control flow.It is possible to read out all dataflow elements from the current dtsx package.I only need the NAME of the Dataflow Tasks. I think it's the System ::...
View Article