Forum Replies Created

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

  • RE: temp table in user database?

    Jeff Moden (6/17/2011)


    Brandie Tarvin (6/16/2011)


    However, a lot of people I know use staging tables that they create and drop at need in a user db. These are permanent tables, even...

  • RE: How to remove duplicates from column without using Temp table

    Jeff Moden (6/17/2011)


    Brandie Tarvin (6/16/2011)


    If you don't have an Identity, add it to the table.

    I prefer a method which exploits the IDENTITY column, as well, but it's just not possible...

  • RE: Restoring a dropped table

    John Mitchell-245523 (6/17/2011)


    Brandie, a full backup doesn't break the log chain, although a lost or corrupted log backup certainly would.

    Oh, yes. And finding that bit of information out when you...

  • RE: Restoring a dropped table

    John,

    Sorry. You are correct. A full backup doesn't usually break the log chain.

    I suppose I should have just said "chain" without the "log" because I've seen people do...

  • RE: Help me

    Craig Farrell (6/17/2011)


    Phil Parkin (6/17/2011)


    Actually, I was wondering about that. Does that mean the problem is that she has to get a full blow version of SQL Server to get...

  • RE: How to remove duplicates from column without using Temp table

    vaibhavraut88 (6/16/2011)


    Great Job dude ur script works. but can u explain me that code.

    Look up Common Table Expressions and Row_Number() in Books Online, or Google the phrases. There's a lot...

  • RE: Expression Builder Elipse Button(...) Does Not Appear

    Sachin4all (6/16/2011)


    I installed 2005 sp2 and got it fixed

    Ahha! Ye ol' Microsoft Bugginess were the problem, were it?

    That makes sense. Glad you got it fixed.

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

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