Viewing 15 posts - 16 through 30 (of 64 total)
Didn't think it was really possible. Thanks for the suggestion
August 16, 2010 at 2:44 am
Yeah what you are saying is true.
I have manipulated the data as it comes in by converting to char and it works fine
My problem is, is that I am migrating...
February 3, 2010 at 1:00 pm
Also
if i preview the data in DTS it shows the date like this 2010-01-01
When i use a dataviewer in SSIS it shows the date like this 2010/01/01 12:00:00AM
This happens for...
February 3, 2010 at 12:47 pm
I Am using SSIS and DTS Respectively
When I use DTS and draw the data into the table it does not add the 00:00:00
When I use SSIS and draw the data...
February 3, 2010 at 12:40 pm
steveb. (11/25/2009)
As stated above the problem with speed would most likely be due to the fact that you are...
November 25, 2009 at 8:18 am
I run a cursor through another table and then i
Insert Into Table1
Select distinct Uniq,ltrim(rtrim([Name])) from kri.dbo.SeperatedListTable(@info,@uid,' ')
SeperatedListTable is a table-valued function that spilts up a line of text...
November 25, 2009 at 6:15 am
Hi
I tried to see what the difference was between the two tables and after a while I realised that 'Table1' on 'Database1' was populated through SSIS and 'Table1' on 'Database2'...
September 11, 2009 at 3:50 am
The problem with using delta operations is that I am drawing from a DB2 DB and SSIS only allows for a lookup transformation from a SQL Server source, to do...
September 4, 2009 at 8:04 am
Hi
I have just one more question, I hope
I have now implemented a complex package without using staging tables and it works prefectly.
I am now busy on another package which is...
September 4, 2009 at 7:34 am
Thanks Guys for all the replies.
I am currently currently changing one of my more complex existing packages that does use staging tables to mainly using transformations. There are times where...
August 25, 2009 at 4:18 pm
Please note that you don't necessarily need to use staging tables becasue of complex queries. Moving a pacakge that uses a staging table to not need one should not change...
August 23, 2009 at 1:49 pm
John Rowan (8/20/2009)
A couple of things. First, I like you name! Secondly, all of the advice given here is spot on. One thing I'd like to...
August 21, 2009 at 3:01 am
Sorry, I did not complete point 2) of my reply. Here it is
2)Could I maybe, using a linked server use the 'Lookup Transformation' and 'Conditional split' tasks in SSIS, to...
August 21, 2009 at 2:44 am
Viewing 15 posts - 16 through 30 (of 64 total)