Forum Replies Created

Viewing 15 posts - 1 through 15 (of 47 total)

  • RE: Mysterious Error on "Execute SQL Task"

    CHECKDB came out clear. It ran successfully and didn't return any error.

    I guess, I will have to perform some rigorous testing in order to get to the root of...

    ________________________________________________________________
    "The greatest ignorance is being proud of your learning"

  • RE: Cascade delete taking lot of time

    I would diable indexes before performing a huge delete and also consider batch deletes as Steve Jones mentioned above to avoid logging problems.

    🙂

    ________________________________________________________________
    "The greatest ignorance is being proud of your learning"

  • RE: Table schema question

    Glad that your problem is solved.

    Please try to be as much descriptive as you can going forward. It's always great to provide some sample scripts (Create/Insert) to simulate the problem...

    ________________________________________________________________
    "The greatest ignorance is being proud of your learning"

  • RE: Mysterious Error on "Execute SQL Task"

    GilaMonster (2/8/2012)


    Please run the following and post the full and complete results

    DBCC CHECKDB (<Database Name>) WITH NO_INFOMSGS, ALL_ERRORMSGS

    This is an indication that the connection has been terminated at the server....

    ________________________________________________________________
    "The greatest ignorance is being proud of your learning"

  • RE: Mysterious Error on "Execute SQL Task"

    Thank you HowardW.

    HowardW (2/8/2012)


    Also, what exact version of SQL Server are you running? There are a few bugs related to this error. You need to get your DBA's involved (if...

    ________________________________________________________________
    "The greatest ignorance is being proud of your learning"

  • RE: Table schema question

    shah.simmy (2/7/2012)


    if two tabel has two same schema,but not primary - foreign relation,i want to identify matching record from both table.how can i do it,i cant use join thre

    You may...

    ________________________________________________________________
    "The greatest ignorance is being proud of your learning"

  • RE: Mysterious Error on "Execute SQL Task"

    Koen Verbeeck (2/7/2012)


    Rachel Byford (2/7/2012)


    Have you checked that this is the only error you're getting?

    I've discovered that it's quite common to get this error AFTER you've had a real SQL...

    ________________________________________________________________
    "The greatest ignorance is being proud of your learning"

  • RE: Mysterious Error on "Execute SQL Task"

    Koen Verbeeck (2/7/2012)


    Does the task fail immediately or after some time?

    Maybe you got a time-out or something?

    Do you have any parameter mapping or resultset configured?

    1) Mostly the first update completes...

    ________________________________________________________________
    "The greatest ignorance is being proud of your learning"

  • RE: Deleting Duplicated data

    Here's another way you may consider. This approach involves the following steps:

    1) Fetch the duplicates into a temp table. (The customers with same date in this case)

    2) Delete the duplicates...

    ________________________________________________________________
    "The greatest ignorance is being proud of your learning"

  • RE: Reading Custom formatted data from Excel in SSIS

    Crispin Proctor (6/8/2011)


    Is the file and xls (i.e. not excel 2007/2010) file?

    have you put "EXCEL 8.0;IMEX=1;HDR=No" in the Extended Properties? (No quotes)

    Hi Crispin, what is the function of HDR? I...

    ________________________________________________________________
    "The greatest ignorance is being proud of your learning"

  • RE: SSIS Package fails when incoming file not Exist in Source path.

    Hi Vijay,

    As Koen mentioned above, you may use a simple script task before any other process/task in your package to check the input file existence and hold the value in...

    ________________________________________________________________
    "The greatest ignorance is being proud of your learning"

  • RE: Moving SSIS Package to production from development environ.

    BSavoie (3/11/2010)


    ... and trust me. Spend the hour or two figuring out how to configure connections from a config file or table. Then forget that "Save sensitive data ... user...

    ________________________________________________________________
    "The greatest ignorance is being proud of your learning"

  • RE: Moving SSIS Package to production from development environ.

    BSavoie (3/11/2010)


    Actually, this error does not look like the dreaded unattended execution problem. This error looks like it's specific to the send mail task. Maybe you could try getting just...

    ________________________________________________________________
    "The greatest ignorance is being proud of your learning"

  • RE: Moving SSIS Package to production from development environ.

    BSavoie (3/9/2010)


    Elliot W bailed me out. I don't know if your problem is security related, but this saved me, and I get it now:

    If a package is "encrypted with user...

    ________________________________________________________________
    "The greatest ignorance is being proud of your learning"

  • RE: Moving SSIS Package to production from development environ.

    Elliott W (3/9/2010)


    I'm just trying to get everything into one place.

    It runs ok from BIDS (running as you)

    It fails in DTExecUI (running as you)

    It fails as a SQL Job (running...

    ________________________________________________________________
    "The greatest ignorance is being proud of your learning"

Viewing 15 posts - 1 through 15 (of 47 total)