Quantcast
Channel: SQL Server Integration Services forum
Browsing all 24688 articles
Browse latest View live

Derived column syntax help needed

I am struggling getting the following case statement into the derived column format in SSIS CASE  WHEN SUBSTRING(REPLICATE('0', 9 - LEN(Data)) + CAST(Data AS VARCHAR(9)), 4, 6) IS NULL THEN 0 ELSE...

View Article


delete a request in ssis

i alreadly add many requests in data profile task, but there is a request is added incorrect. so i want to delele that request, but i can't find a way to do this. please help me

View Article


SSIS package running from SQL Server Agent

I have an SSIS package running from the SQL Server Agent which creates several CSV files in for each loop. It has been running with no problems for over a year but the problem seems to be a limit on...

View Article

SSIS package works from server only

Hi,Setup (three servers involved - all have the same basic setup):  OS: Windows Server 2012 R2 (X64) DB: Microsoft SQL SErver 2012 - 11.0.5532.0 (X64)Short description Executing SSIS package from...

View Article

Import Column properties are not available

I am trying to build a Import Column Transformation to import the data from a txt file. When I tried to set the properties of the input columns in the Advanced Editor for Input Column, The window on...

View Article


DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER

All, I’ve come across an issue with a newly created package.  Several error messages are receved relating to the package's connection managers.   Each connection managers tests successfully.  However,...

View Article

Image may be NSFW.
Clik here to view.

Is there a way to combine the first two rows as the column headers?

Hello all! I have a file format that I've never worked with before, and I'm wondering how to handle the column headers. Please see the screen shot below.For columns A, B, and C, the column headers are...

View Article

load data from Excel file

is there a way that we can import data from top 3 sheets of a excel in ssis?

View Article


SSIS puzzle - creating tables dynamically on destination server

Hey guys I thought this might also interest ya'll here:Problem statement:I have two servers S1 and S2 and the source table is in Server1. There is no destination table in Server2.I want to move data...

View Article


SSIS

Iam copying the data from a excel file to a database using SSIS.The excel file has a accounting  column to store money (ie $ 789.2344667) etc.In database it has a currency column for the same. But when...

View Article

SSIS : Importing EXCEL 97-2003 format fetching value as NULL for column...

Hi , I am trying to import a xls file which has the first row as column names.There are 5 date columns , out of which 3 date columns are importing correctly while other 2 is being read as null or...

View Article

SSIS - value gets truncated from excel to database

Iam copying the data from a excel file to a database using SSIS.The excel file has a accounting  column to store money (ie $ 789.2344667) etc. In database it has a currency column for the same. But...

View Article

The AcquireConnection method call to the connection manager

Hi ,There is a sequence container in my SSIS Package having 3 task within it. when I am executing all the task indivisually it workks fine, when I am executing my package all the task are success ,...

View Article


Getting exception while creating DTSX package programmatically in windows...

Hi all, I am trying to create a dtex package programmatically. for that I have taken reference of Microsoft.SqlServer.DTSPipelineWrap Microsoft.SqlServer.DTSRuntimeWrap Microsoft.SqlServer.ManagedDTS...

View Article

SQL Task Expression: SQL Command using variable tables

Hello,I've got a question I hope someone could help me out with. I'm working on a SSIS project that basically synchronises logins of a Source and Destination server that are part of an AlwaysOn...

View Article


SSIS - Handling failures with agent log.

Hello, i have alot of SSIS jobs that run using the SQL agent to schedule and set them off.What i am trying to do is, when the SSIS package fails i want to send the agent log of why it failed in an...

View Article

Rerunning the package on truncation error solves the issue..how?-Urgent help...

I have an SSIS package which failed due to truncation error.I checked in my source and found that i have the option fail component on truncation checked.I did not alter anything, but just reran the...

View Article


JSON Webservices Issue

Hi All,I have JSON web services , I am using script component to fetch data from Webservice to sql server table.The code is working fine, if I am using sample JSON Webservice ....

View Article

How to create temp tables in SSIS and use them in data flow task

Hi ,My requirement is to get data from Server A and put it into ServerB. I have somany joins in the source query and some temp tables if the run the query in ssms it runs fine, but i put the same query...

View Article

SSIS SharePoint view getting all columns

I'm using BIDS 2008. I'm using SharePoint list source adapter. I have a SharePoint - http://abc.com/test. Listname=test. In this list, I have105 columns. I want only 5 columns out of 105 columns, so I...

View Article
Browsing all 24688 articles
Browse latest View live