Quantcast
Channel: Questions in topic: "ssis"
Browsing all 813 articles
Browse latest View live
↧

SSIS Package ForEach Loop Filename Returns First Character

I have created an SSIS package with a ForEach Loop which processes my files correctly. I am using a Data Flow Task to process the files. The problem is that I need to insert the Filename. I am using a...

View Article


Microsoft patch and packages

Microsoft pushed a batch that adds a new column to CDC tables. We have tons of packages that reference these tables now with an extra column added. Is there a easy way (BIML or other preferred) to...

View Article


Connect SQLLocalDB to SSIS

Hi, How to connect to LocalDB v11.0 in SSIS 2016 ? Please help. Regards, Natalia

View Article

I am having troubles creating Derived Column SSIS

I am trying to create a derived column that will convert the date into a date keys, apparently, I got the expression right but when I run the package and go to my destination table I don't see my...

View Article

Connection to Oracle

Hello! I have Oracle 12 installed on 64 bit machine. I get the connection error when trying to connect though SSIS package -- Test connection failed because of an error in initializing provider. Oracle...

View Article


SSIS and SQL Database on the same machine?

I have a busy data warehouse running ETLs once an hour. I would like to run my data warehouse database server and SSIS on the same server. However I heard that the best practice is to separate...

View Article

How to avoid delays in Sql Server Agent Jobs every certain time?

Hi, I have a SQL agent with 2 steps of SSIS packages and running every 10 seconds, every certain time the agent is taking longer than unusual, I don't if it is the database that is not allowing query...

View Article

Large Varchar(MAX) to DT_TEXT and Back (SSIS 2012)

My SSIS package needs to convert data from a varchar(max) field to DT_TEXT for processing (merge-join, conditional split, and insert or update depending on the split) and then back to varchar(max) in...

View Article


how to stop/disable SSIS from logging to the event viewer application log

We run our SSIS packages using dtexec in a batch script and when the package fails it logs an error message in the Event viewer application log with event id of 12291. Is there a way to stop a failed...

View Article


Deleting rows from the destination that have been deleted from the source...

I'm building a SSIS package that Update, Insert and Delete rows from the destination based on the Source of course. Insert and update works fine but I'm not able to delete records from the destination...

View Article

Datatype issue

Hello, I am exporting a table from sql server to Excel by using SSIS(using oledb source and excel destination) One of the column datatype is Bit (it should show result 1 when it is true and 0 when it...

View Article

How do I ensure SSISDB package and MSDB package are the same?

Hi everyone. I am new to package execution from external references, so this is basically a newbie question. Up until now, I have been deploying all of my packages from SSDT directly to SSISDB and then...

View Article

Avoid providing Configuration file path in SSIS Package

I have created an SSIS Package with XML Configuration File When I want to run on another server, I need to change the path of the configuration file in the Package file. can I avoid in providing...

View Article


avoid providing configuration file path in package

I have created a SSIS package with XML configuration file. When I want to run in other server, I need to change the path of Configurationfile in Package file. Can I avoid in providing configuration...

View Article

SSIS, check excel destination if excel excel file exists

SSIS: Hi, DO we have anything to do like (if exists) like checking the excel file in the folder, because the SSIS package should run every attempt if I use drop and create(Execute sql task) for the...

View Article


SSIS flat file null dates

Hello! I am importing a flat file and if the date is null ,needs to be converted to a value 9999-99-99 The raw date is in the format 01-01-2016 and I used the expression ISNULL([SDATE]) ?...

View Article

Exporting data from excel to sql server by using ssis and want to fill the...

Hi, I am exporting data from Excel to SQL Server byh using SSIS and in column 1 there were some empty cells in excel. I want to fill those empty columns with above value eg. TestID(column name) test1...

View Article


Convert SSIS package to Powershell script

Hi, I am a new to powershell scripts. I need to convert SSIS package (dtsx) to powershell. Can someone please point me to any tutorial or link that helps me convert. Thanks.

View Article

ssis error

Currently there was some up gradation happened in our org from sql 2012 to sql 2016.So now we are upgrading our packages.All our packages are having source as excel.Earlier few of our packages were...

View Article

How to choose a primary key for a fact table when the composite key is not...

Hello everyone , My problem is : I 'm designing a data warehouse for a bank as my final year project using sql server data tools and sql server . one of my data mart captures the income and expenses of...

View Article
Browsing all 813 articles
Browse latest View live