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

SSIS Lookup no match default value

I am building an SSIS package that uses a Lookup to pull an ID from another table based on text from the source table. For example, the Source may have "Item 1" in a text field. The Lookup table will...

View Article


How to create a standard SSIS package template

How do I create an ETL Package Template in SSDT 2012? We load a lot of files and submit them to another department for processing. I would like a way to create a package template that would allow my...

View Article


Substring, Findstring in SSIS Expression

I have a lot of import file names like these: AC_135_Account(0)_balance.xml, AC_135_Account(1)_balance.xml, AC_4725_Account(0)_balance.xml, AC_10629_Account(0)_balance.xml,... I would like to get the...

View Article

oledb source componenet No columns returned for sql command

i am trying to give the stored procedure and three parameters i am not able to reterview the columns if i click the columns no columns returned for the sql command. i am using sql server 2008 r2 and...

View Article

Multiple SSIS Package Trouble

Hello, i have n number of customer , who share their data in a text file. i need to load data and do some checks. i am trying to create a SSIS Package which will execute whenever a file drop to folder....

View Article


Bulk Loading Issue

Hello Techie, I have a stored procedure which is doing Bulk Insert of xml CREATE PROCEDURE [dbo].[Xml_FULL_insert] @XMLFileName NVARCHAR(256) AS BEGIN SET NOCOUNT ON SET XACT_ABORT ON BEGIN TRY DECLARE...

View Article

loop ACCESS table

This is my first SSIS project and I would like to be pointed into the right direction. I need to loop through an ACCESS table and pick and choose data to be used to fill an SQL Server 2014 table.![alt...

View Article

SSIS ERROR: The attempt to add a row to the Data Flow task buffer failed with...

I have problems with SSIS process(acctually the same problem occurs for two different processes). So, we are doing some ETL work using SSIS. We have Business Intelligence project that executes without...

View Article


Loading csv file stored in different folders

hi! We receive data feed from the client every day so the folders are created with datenames like 20160101,20160102 etc. There are five different csv files in each folder and the naming convention is...

View Article


MYSQL TO SQL Server

Hi , I have a MYSQL Database in a Linux server. I need to pull the data from mysql into my MS SQL SERVER 2012. Can i use an SSIS package to pull it directly or should i extract the data into files and...

View Article

Uploading to Sharepoint

Hi! I have an SSIS package which loads reports to SharePoint. When run manually there is no issue but as scheduled job through SQL Agent it hangs Appreciate any suggestions. Thanks

View Article

Project Deployment Model

Hello, I'm testing the project deployment model, and I'm wondering about managing the folders of the Catalog SSISDB, as I understood, we should create a folder for each project, Ok, Now I'm wondering,...

View Article

Parameterized Queries in the Execute Sql Task

I am trying to do the following: 1. Execute a For Loop container that will loop through each day in 2015. I have the container set up with three variable: DateStart, DateEnd, Interval. The initial...

View Article


Capture and log Stored Procedure progress messages in SQL Server

I have a requirement where we need to Capture and log Stored Procedure progress messages to a flat file For this I have used the Script Task with custom .net code in order to call the wrapper SP and...

View Article

how to share my SSIS package with my other User

Hi, Please suggest me on this, I want to share my SSIS Package with other user,for Ex. I have created a package to refresh group of reports with the help of excel refresh transformation,same group of...

View Article


SSIS OLE DB Source Editor cutting off query

I'm trying to create an SSIS Package within visual Studio 2008. Within the OLE DB Source Editor i have chosen SQL Command and tried to copy in a large query which is over 500 lines but it is getting...

View Article

ssis how to continue package when foreach loop does not find any files

Currently ForEach loop utilizing counter to see if a file exists with a pattern ( *.csv ) , gets "Warning: The For Each File enumerator is empty. The For Each File enumerator did not find any files...

View Article


SSIS dataflow task does not execute, no errors

I've created an SSIS package that contains a dataflow task. When I run the package, the previous 3 tasks complete successfully. Then, the package ends without attempting to execute the dataflow task....

View Article

stored procedure taking long time when it runs through SSIS package.

I have a below procedure which uses 3 temp tables and loading into a table. I am using below sp as source (execute sql task) and loading into csv files. When i run this sp from SSMS it runs within 10...

View Article

Overwrite the data in excel using SSIS

Hi, I have to load data from Sql server to excel daily and have to send that excel via mail. If I run two time the same package , data will be appended into the excel. I dont want to append the data,...

View Article
Browsing all 813 articles
Browse latest View live