Viewing 15 posts - 11,341 through 11,355 (of 11,676 total)
Can't you use the Nothing keyword from VBA to set the column value to null?
Or, why don't you use a derived column to set the column values to null?
June 10, 2010 at 3:16 am
90% of the time that a SSIS package works in BIDS but it doesn't in a SQL Server job, it has something to do with permissions. So make sure that...
June 10, 2010 at 3:11 am
I was thinking about event handlers to solve your problem, but these darn things also just go to the depth of a single task.
June 10, 2010 at 3:08 am
dave-dj (6/10/2010)
Oh well. I guess I'll have to be happy with the Task names from the control flow level.Thanks.
Well, in your original question, you asked for the name of...
June 10, 2010 at 2:33 am
I think the easiest way to do this is in the DSV. Create a new column with a simple CASE statement.
June 9, 2010 at 6:45 am
On a first guess I would say ... No.
But why don't you process the cube to find out?
June 9, 2010 at 6:44 am
Try the following variable in your expression:
@[System::TaskName]
June 9, 2010 at 6:42 am
What is the data type of the output column in SSIS? When I look at your query, it should be DT_STR or DT_WSTR with a length of at least 10...
June 9, 2010 at 1:42 am
You can write a SQL query to read from the Excel source, but it doesn't support all the language syntax.
So, I would just read the contents of the file and...
June 9, 2010 at 1:38 am
Nice article. Although I would have used a temp/staging table to store my updates, instead of using the OLE DB Command. That way you can use a set based update...
June 8, 2010 at 3:09 am
You can start from your current format and with the use of string functions you can manipulate the string until it becomes your desired format.
But I think converting the datetime...
June 8, 2010 at 2:28 am
jvanderberg (6/4/2010)
June 8, 2010 at 2:23 am
SSIS_NewBi (6/5/2010)
Team,Can you please review the code and evaluate it in terms of Performance and optimization.
thanks
:ermm:
June 7, 2010 at 6:52 am
I think the problem lies in the fact that you can't configure an Excel Source dynamically.
Each time that you change the sheet name, the metadata changes and SSIS can't handle...
June 4, 2010 at 6:16 am
Viewing 15 posts - 11,341 through 11,355 (of 11,676 total)