Viewing 15 posts - 11,341 through 11,355 (of 11,678 total)
Ed-86789 (6/11/2010)
I don't know if this registry hack works with SSIS or not - I haven't tried it:http://searchwinit.techtarget.com/tip/0,289483,sid1_gci1059475,00.html
The registry hack works. It should be best practice to set the value...
June 11, 2010 at 7:14 am
The Truncate/insert method will only work if your source data also keeps history. If not, you're stuck with incremental load.
Furthermore, at the beginning truncate/insert will surely work faster than the...
June 10, 2010 at 4:27 am
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
Viewing 15 posts - 11,341 through 11,355 (of 11,678 total)