Forum Replies Created

Viewing 15 posts - 5,716 through 5,730 (of 9,707 total)

  • RE: temp table in user database?

    sqlnes (6/16/2011)


    We have heavy IO on tempdb right now and the size of tempdb grow rapidly. ... Our programmers use temp table a lot.

    Hey, be careful about this correlation.

    Temp...

  • RE: Restoring a dropped table

    Since no one actually verified this for him:

    hammad772001 (6/16/2011)


    So it means that we can only mirror the backup copies of the Transaction Logs, but not the LDF files themselves. So...

  • RE: Help me

    Craig Farrell (6/16/2011)


    Brandie Tarvin (6/16/2011)


    But the OP is having issues with SQL Express 2008.

    Just re-went through the thread and we're on the 2k5 forum... where am I not seeing the...

  • RE: Help me

    Craig Farrell (6/16/2011)


    I'd heard rumors of transactions and checkpoints not behaving nicely in 2k5, I'm going to need to explore a few other packages I'd expected to behave themselves.

    I've had...

  • RE: Help me

    quillis131 (6/16/2011)


    No luck....I tried to change that ...the same message. And I am not sure what my version is ..but can definetly say it is 2008(sql express).......This seams a bug

    Check...

  • RE: Are the posted questions getting worse?

    <headdesk>

    Really wish people would state what version they are using at the START of the thread when posting in a multi-version subforum.

  • RE: Help me

    Looking at 2008 BOL, there is a very important note about the checkpoint file:

    Set the CheckpointUsage property to one of two values:

    Select Always to always restart the package from the...

  • RE: Help me

    quillis131 (6/16/2011)


    which version are you using, mine 2008

    Right there might be the source of our communication issue. I'm using 2005 and having no trouble at all. And I assumed you...

  • RE: Help me

    At this point, I would say the package is corrupt or something is wrong with your install.

    Start over with a brand new package.

  • RE: Help me

    quillis131 (6/16/2011)


    But to chage the packageScope TransactionOption to required, I need to disable the check point property SaveCheckpoints : False, other wise it doesn't allow me to change from supported...

  • RE: Are the posted questions getting worse?

    jcrawf02 (6/16/2011)


    Found my entertainment for the forseeable future. As provided to me:

    "You HAVE to click this link …. It is a video name generator and gives you new (made up)...

  • RE: Help me

    Why do you have the container and the task TransactionOption set to two different things?

    Package Level should be Required, not Supported.

    The other two can be (probably should be) Supported.

    Currently,...

  • RE: SQL Server Database Architecture

    If I got questions like that (phrased exactly like that), I would have to refer them to Books Online and the multitude of SQL Server books saying "I can't explain...

  • RE: Select query help

    Another is to do an INNER JOIN to a subquery for the CustID and MAX(EndDate), joined on both fields.

    A third method would be to put the above subquery into a...

  • RE: Help me

    Can you post some pictures?

    I'm looking for the following images:

    Control Flow

    Package level properties (all)

    Container level properties (all)

    Outside task level properties (all)

    We're having a communications disconnect and I think it...

Viewing 15 posts - 5,716 through 5,730 (of 9,707 total)