Viewing 15 posts - 31 through 45 (of 173 total)
Hi,
Is there a way you can have the primary key output from the system that produces the error file? This would essentially solve your problem. If the answer...
December 1, 2010 at 12:56 pm
Hi Phil,
Sorry I missed it. I'll check that out
Thanks!
Strick
August 11, 2010 at 2:48 pm
Phil Parkin (8/10/2010)
Code reuse in SSIS is not as easy as it could be. To...
August 11, 2010 at 8:10 am
GilaMonster (6/28/2010)
nelsonj-902869 (6/23/2010)
Do NOT try to 'repair' the table/database without researching what the repair could possibly do to your data.
stricknyn (6/28/2010)
June 29, 2010 at 8:16 am
GilaMonster (6/28/2010)
If you query the table then, in another query window query sys.dm_exec_sessions. Find the row that refers to the query that you're running...
June 29, 2010 at 8:14 am
Hi thanks for your response. Unfortunately this didn't work. Ran the check table with repair and still got the same error message.. Also ran check db with...
June 28, 2010 at 2:42 pm
Hi thanks for your response.
Yes, I want to save time and also utilize the server's resources since they are available. Sounds like I may have to go the third...
June 28, 2010 at 10:54 am
Hi guys,
Well I feel silly. I knew all columns in Sript component has a IsNull property, but I always assumed it was a readonly (Get) property. As it...
June 10, 2010 at 3:38 pm
Dan.Humphries (6/9/2010)
June 9, 2010 at 2:52 pm
Dan.Humphries (6/9/2010)
If CleanRecord thenRow.DirectRowToCleanOutput() 'This works fine
Else
Row.DirectRowToErrorOutput()
Row.PAIDDATE = #11/6/1984#
Row.DirectRowToScrubOutput()
End if
So PAIDDATE gets updated Even if Row.DirectRowToCleanOutput() is updated? I assum the paiddate is some other value before this trasform is...
June 9, 2010 at 1:54 pm
Hello,
Are you feeding any arguments from your SSIS package Execute Process task? It's also possible that the arguments you're feeding may by incorrect or may not match the arguments...
May 21, 2010 at 11:15 am
Reason why I asked my earlier question was because sometimes programmers forget to return the status code of 0 or 1 from their VB or C# programs when they are...
May 21, 2010 at 10:26 am
Hello,
The process that you're executing. Is it a VB or C# program?
Strick
May 20, 2010 at 1:44 pm
Hi,
Actually found that they have a Advantage .NET Data Provider which looks to be more efficient at reading the data than the older odbc technology. It works really well...
May 18, 2010 at 1:35 pm
Viewing 15 posts - 31 through 45 (of 173 total)