Forum Replies Created

Viewing 15 posts - 31 through 45 (of 173 total)

  • RE: Compare two flat files

    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...

  • RE: Code reuse in script component

    Hi Phil,

    Sorry I missed it. I'll check that out

    Thanks!

    Strick

  • RE: Code reuse in script component

    Phil Parkin (8/10/2010)


    Here[/url] is a nice article, though probably not applicable to your scenario. Worth a read anyway.

    Code reuse in SSIS is not as easy as it could be. To...

  • RE: Table locked?

    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)


    Ran the check table with repair and still got...

  • RE: Table locked?

    GilaMonster (6/28/2010)


    Doesn't sound like corruption, sounds like blocking.

    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...

  • RE: Table locked?

    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...

  • RE: Asynchronous SQL Agent Job steps

    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...

  • RE: Set column to Null in script component

    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...

  • RE: Sending same row to different outputs with updated column

    Dan.Humphries (6/9/2010)


    Sorry update was a poor choice of word. what I meant to ask more is to clarify that when the record is clean and outputed to SQL any...

  • RE: Sending same row to different outputs with updated column

    Dan.Humphries (6/9/2010)


    If CleanRecord then

    Row.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...

  • RE: Execute process task is failing

    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...

  • RE: Execute process task is failing

    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...

  • RE: Number of data flow tasks running at same time?

    Gotcha, thanks.

    Strick

  • RE: Execute process task is failing

    Hello,

    The process that you're executing. Is it a VB or C# program?

    Strick

  • RE: Loading .adt files

    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...

Viewing 15 posts - 31 through 45 (of 173 total)