Forum Replies Created

Viewing 15 posts - 7,951 through 7,965 (of 9,713 total)

  • RE: Backup History Trouble

    If you haven't verified what, how do you know it's blocking at all? Are you getting a deadlock error? What messages are you seeing?

    Sp_who2 shows blocking SPIDs and you can...

  • RE: Backup History Trouble

    Actually, this other response brings up a good point. What exactly is the proc blocking? Or being blocked by?

  • RE: Backup History Trouble

    It's not a bad idea, but the problem is, you lose all your history going forward from the point of backup.

    A slightly better idea would be to export the TABLE...

  • RE: Tempdb GROWS

    Ah, I thought it was something specific to the code that you could point me to.

  • RE: Tempdb GROWS

    CirquedeSQLeil (5/7/2010)


    It seems that this statement is causing a lot of page allocations due to the delete statement. I would certainly take it back to the vendor and ask...

  • RE: Granting execute rights

    krypto69 (5/7/2010)


    I think I figured it out...

    Could you share so that future readers of this thread know what to look for?

    thanks brandie

    You're quite welcome.

  • RE: Connection string being passed into DTEXEC is not used during execution of package

    rustman (5/7/2010)


    The password will still be visible to someone even if it is passed in during execution either throught the command line or the config files.

    Depends on how that...

  • RE: Error in SSIS Package

    So far as I know, and I could be wrong, you can't Fuzzy Group without a basic Fuzzy Lookup. Which tells me SSIS has a built-in Lookup feature on the...

  • RE: Granting execute rights

    Is the user there or the login there?

    There's a difference. If the login isn't mapped to the database or mapped improperly to the database, then you'll encounter this error.

    "Improperly" is...

  • RE: Tempdb GROWS

    2cams (5/7/2010)


    This is my 1st Tempdb issue so I'm grabbing whatever I can implement easily to help with this issue

    Please don't take this the wrong way...

    Beware the easy out....

  • RE: Tempdb GROWS

    This code hits one of my major pet peeves, which probably doesn't contribute much to your problem but certainly doesn't help it either.

    Allow me to point out a few...

  • RE: Connection string being passed into DTEXEC is not used during execution of package

    gvaldridge (4/30/2010)


    However, if this is working as designed, I guess I'm not sure what the point is in allowing the user to manually enter a Connection String within DTEXEC(UI).

    Elliot is...

  • RE: Connection string being passed into DTEXEC is not used during execution of package

    Edit: Misread original post. Deleting this comment and looking for a better solution.

  • RE: Error in SSIS Package

    Paul_Harvey (5/7/2010)


    It seems add that simply setting the RetainSameConnection to True would cause a permissions error.

    I've never actually seen that error before, and I've used the RetainSameConnection property. But never...

  • RE: Tempdb GROWS

    Is this query yours or does it belong to the vendor?

Viewing 15 posts - 7,951 through 7,965 (of 9,713 total)