Forum Replies Created

Viewing 15 posts - 1,096 through 1,110 (of 1,539 total)

  • RE: I need to delete 400,000 records

    Forgot to mention one imp point.

    Keep the database recovery in bulk-logged mode before running that query. This will speed-up the query to a very large extent.

    Once query is finished, put...

  • RE: I need to delete 400,000 records

    interflex (6/16/2009)


    delete from transactions

    where matters in (select top 1000 matters from matters where matterid = '2098-75')

    and stage = 'wip'

    This will delete only 1000 records

    Also to delete the records, i'd...

  • RE: Verification of Query

    john (6/16/2009)


    Thank you, so has the first part which you did not use, was that valid in previous versions or?

    No no, i just wrote the part with error in the...

  • RE: Verification of Query

    john (6/16/2009)


    Scenario: table called EmailAddresses and the columns ID (int) and EmailAddress (varchar(100))

    Query:

    SELECT * FROM EMailAddresses WHERE EMailAddress IN (SELECT EMailAddress FROM EMailAddresses GROUP BY EMailAddress HAVING COUNT(*)...

  • RE: Log Shipping with New Filegroup

    Thanks. will try this out today 🙂

  • RE: SQL Server Instances

    Glad i could help you 🙂

  • RE: Are the posted questions getting worse?

    GilaMonster (6/16/2009)


    GilaMonster (6/16/2009)


    Roy Ernest (6/16/2009)


    Gail, I think it will be Sri Lanka that is going to take it. SA has no clue how to play spinners.. 🙂

    Ooohhh... You're asking...

  • RE: Are the posted questions getting worse?

    GilaMonster (6/16/2009)


    Roy Ernest (6/16/2009)


    Gail, I think it will be Sri Lanka that is going to take it. SA has no clue how to play spinners.. 🙂

    Ooohhh... You're asking for...

  • RE: Are the posted questions getting worse?

    Luke L (6/16/2009)


    ps (6/16/2009)


    t or it's trying to hide itself as it prepares to take over the world...

    -Luke.

    Looks like this is the most probable reason.:w00t:

  • RE: Basic SQL Programming Question - Joining 3 tables then sorting

    Ahh how can i miss that.. there is some syntax error out there....

    select 'range <$10k'=

    case

    when salary = 10000 and salary = 20000 and salary = 30000 and salary < 40000...

  • RE: Are the posted questions getting worse?

    no i'm getting all updated posts if i click on posts added today.

    except this thread.. also tried to refresh by ctrl+F5.. same results...

  • RE: Are the posted questions getting worse?

    Luke L (6/16/2009)


    Alvin Ramard (6/16/2009)


    ps (6/16/2009)


    i cant find this thread in the main forum? only from my email notifications i can read it. Has this been removed from main forum?

    It's...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (6/16/2009)


    ps (6/16/2009)


    i cant find this thread in the main forum? only from my email notifications i can read it. Has this been removed from main forum?

    It's there. ...

  • RE: Are the posted questions getting worse?

    i cant find this thread in the main forum? only from my email notifications i can read it. Has this been removed from main forum?

  • RE: Log Shipping with New Filegroup

    murthykalyani (6/16/2009)


    Find out which log backup file is failing, restore that log manually with move and norecovery option, once that is restored, please restart restore job, this should fix...

Viewing 15 posts - 1,096 through 1,110 (of 1,539 total)