Viewing 8 posts - 1 through 8 (of 8 total)
noeid,
I have contact MS Support - they have indicated a 'Bug' -- we'll see what the work-around will be.
thanks for all your help yesterday
mb
January 6, 2004 at 3:49 pm
mdaniel,
SQL 2000 - Standard Edition // (SP2)
I did as you explained in 'setting source row errors', but when I try to 'Apply', I get the DTS Designer Error - "Invalid...
January 5, 2004 at 4:40 pm
noeId,
1)Yes, I am running a script -
'**********************************************************************
' Visual Basic Transformation Script
'************************************************************************
' Copy each source column to the destination column
Function Main()
Dim SC
Dim col1Id
SC = DTSSource("Col001")
If isDate(SC) then
DTSDestination("fld06") = DTSSource("Col011")
DTSDestination("fld05") =...
January 5, 2004 at 4:12 pm
mdaniel,
If I process the 49500 row alone - everything is fine - process as expected.
There is no difference between the 49499 row and the 49500 in regards to special characters.
mb
January 5, 2004 at 3:09 pm
noeId,
I'm not really sure of how to go about that, but what I can tell you is that if I take the file and make it 49,499 rows it process...
January 5, 2004 at 3:00 pm
mdaniel,
Here is the error message I get when the file is over 49,500 rows - what I have been doing is splitting the file in have and then processing -...
January 5, 2004 at 1:27 pm
noeId,
I just checked, and maxError = 0, fetchBuffer Size = 1, firstRow = 0 and lastRow = 0 - which I belive are all default settings. Do you have any ideas...
January 5, 2004 at 10:59 am
quote:
Something like this maybe?declare @startV15 datetime, @endV15 datetime, @currentV15 datetime
set @startV15 = '2003-12-01 00:00:00'
set @endV15 = '2003-12-02 00:00:00'
--...
December 4, 2003 at 7:30 am
Viewing 8 posts - 1 through 8 (of 8 total)