Forum Replies Created

Viewing 15 posts - 1,891 through 1,905 (of 7,498 total)

  • RE: database snapshot

    FYI:

    /*

    DMV Database File Size on Disk.sql

    */

    Select IVFS.database_id

    , DB_NAME(IVFS.database_id) as DBName

    , IVFS.file_id

    ,...

  • RE: Can't restore backup from 2005 server to 2008 server

    Elizabeth.Block (7/7/2011)


    This is a restore we've done through SSMS gui every month for years. ....

    Why aren't you using a sqlagent job with a job proxy account that can read from...

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (7/8/2011)


    TGIF

    Actually not so much. Leaving for the UK on Sunday, will be out of touch for most of the next week. Behave.

    Keep in mind to...

  • RE: MEMORY USAGE HIGH

    shanila_minnu (7/8/2011)


    its 64 bit

    ALZDBA (7/8/2011)


    ...

    3) if this is a 64-bit instance, don't enable AWE and set max server memory !

    Solution,

    exec sp_configure 'max server memory (MB)', yournumberofMBforRAM ;

    RECONFIGURE

    go

    checkpoint

    go

  • RE: MEMORY USAGE HIGH

    First question: is your instance a 32-bit instance ??

    2) The first thing you need to do before enabling AWE is to set "max server memory" for your instance or it...

  • RE: DBCC Shrinkfile not working

    are you shrinking the .log file or one of the .mdf/.ndf files ?

  • RE: Temp Table and column defination.

    John Mitchell-245523 (7/8/2011)


    ... You should be table to build ...

    professional dyslexic :hehe:

    Happens to me all the time :blush:

  • RE: Mirroring mystery - can't quite figure it out

    I would check out the applications connection string.

    If it states the "failover partner=serverb" it will just be redirected without a problem.

    If it lacks the "failover partner" keywords, something is wrong...

  • RE: How to use Trigger

    Please elaborate on what you are actually trying to do !

    Triggers can perform queries, but keep the transaction scope and locking in mind !

    Special objects _in_ triggers are the "inserted"...

  • RE: multiple inner join on the same table

    - create primary keys for your tables and foreign keys to support your data integrity !

    ( very nice ref on how SQLServer takes advantage of this: Do...

  • RE: How to use Trigger

    check "create trigger" in books online.

    http://msdn.microsoft.com/en-us/library/ms189799%28v=SQL.90%29.aspx

    Golden rule for triggers: keep it short, as it is performed "in transaction", so if the trigger fails, the transaction fails !

  • RE: Are the posted questions getting worse?

    David Burrows (7/7/2011)


    GSquared (7/7/2011)


    Yeah, the indexing on The Thread is definitely broken. It's all "bookmark lookups" and "out of date stats" and the fragmentation on the "subject under discussion"...

  • RE: Are the posted questions getting worse?

    Jeff Moden (7/7/2011)


    ALZDBA (7/3/2011)


    It's great to see many of SSC addicts have been granted MVP once more.

    Congratulations to you all.

    Dang... I missed this one on the first pass. Thank...

  • RE: Are the posted questions getting worse?

    GilaMonster (7/6/2011)


    Kit G (7/6/2011)


    GilaMonster (7/6/2011)


    Branching, cause 2 bad jokes are worse than one.

    Kit G (7/6/2011)


    Fal (7/6/2011)


    anyone with a minor dose of manners and a sense of humor is invited.

    Please,...

  • RE: Are the posted questions getting worse?

    Gianluca Sartori (7/6/2011)


    ALZDBA (7/6/2011)


    Another justification I used was:

    ...

    You must be working for a GREAT company, Johan.

    I tried to figure out how that conversation would have been here at my...

Viewing 15 posts - 1,891 through 1,905 (of 7,498 total)