Forum Replies Created

Viewing 15 posts - 646 through 660 (of 984 total)

  • RE: Recovering a table from TB database

    gfoxxy93 (6/10/2016)


    You can try SQL Virtual Restore from Red Gate

    Retired in 2015, unfortunately - see http://www.red-gate.com/products/dba/sql-virtual-restore/

  • RE: Are the posted questions getting worse?

    Ed Wagner (6/10/2016)


    Brandie Tarvin (6/10/2016)


    Wait. Are you talking about you or the OP?

    I thought you were talking about the OP.

    I thought so too. They can be a little confusing...

  • RE: Are the posted questions getting worse?

    <<snip - dupe>>

  • RE: Today's Random Word!

    Ed Wagner (6/10/2016)


    djj (6/10/2016)


    Grumpy DBA (6/10/2016)


    Ed Wagner (6/10/2016)


    HappyGeek (6/10/2016)


    ThomasRushton (6/10/2016)


    Stuart Davies (6/10/2016)


    Ray K (6/9/2016)


    Hugo Kornelis (6/9/2016)


    Poke

    Owwww!

    Pain

    Neck

    Polo

    Horse

    Glue

    Gun

    Gatling

    Nerf

  • RE: Converting Memory Size

    Assuming that number is Bytes, then divide by (1024*1024*1024)

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (6/10/2016)


    ThomasRushton (6/10/2016)


    Am I being unreasonable in now thinking "perhaps you're not the one who should be doing this"?

    I'm going to say Yes only because DB Mail is incredibly...

  • RE: Are the posted questions getting worse?

    Am I being unreasonable in now thinking "perhaps you're not the one who should be doing this"?

  • RE: Today's Random Word!

    Stuart Davies (6/10/2016)


    Ray K (6/9/2016)


    Hugo Kornelis (6/9/2016)


    Poke

    Owwww!

    Pain

    Neck

  • RE: Row number with Pivot

    Yes, you will be seeing that as the WHERE clause relates to the output of the whole PIVOT, rather than the data which is being pivoted. Put that WHERE...

  • RE: sql server still consuming memory even after setting max server setting

    The SQL Server memory settings "Max Server Memory" / "Min Server memory" are not the total memory used by SQL server, but are the amount of memory allocated to the...

  • RE: how can i install and configure smtp server/services

    The basic code to do this is:

    USE master;

    EXEC sp_configure 'Database Mail XPs', 1;

    RECONFIGURE WITH OVERRIDE;

    --Create a new mail profile

    USE msdb;

    EXEC msdb.dbo.sysmail_add_profile_sp @profile_name = '<<profilename>>',

    @description = '<<profiledescription>>';

    EXEC...

  • RE: Today's Random Word!

    djj (6/8/2016)


    Revenant (6/8/2016)


    Luis Cazares (6/8/2016)


    Manic Star (6/8/2016)


    Ed Wagner (6/8/2016)


    crookj (6/8/2016)


    Grumpy DBA (6/8/2016)


    crookj (6/8/2016)


    Grumpy DBA (6/8/2016)


    Ed Wagner (6/8/2016)


    Printer

    3D

    goggles

    Oakley (the best snow goggles)

    Elementary school (My school - many many years ago)

    Learning

    Testing.

    Failing

    Natural

    Middle

    Finger

  • RE: Today's Random Word!

    Ed Wagner (5/27/2016)


    djj (5/27/2016)


    ThomasRushton (5/27/2016)


    Stuart Davies (5/27/2016)


    Ed Wagner (5/26/2016)


    crookj (5/26/2016)


    Manic Star (5/26/2016)


    Alan.B (5/26/2016)


    Ed Wagner (5/26/2016)


    Grumpy DBA (5/26/2016)


    Luis Cazares (5/26/2016)


    crookj (5/26/2016)


    Coward

    Courage

    Liquid

    Lunch

    box

    Cat Trap

    Parent (trap)

    Children

    Adults

    Bickering

    Siblings

    Sapling

    whip

  • RE: Today's Random Word!

    Stuart Davies (5/27/2016)


    Ed Wagner (5/26/2016)


    crookj (5/26/2016)


    Manic Star (5/26/2016)


    Alan.B (5/26/2016)


    Ed Wagner (5/26/2016)


    Grumpy DBA (5/26/2016)


    Luis Cazares (5/26/2016)


    crookj (5/26/2016)


    Coward

    Courage

    Liquid

    Lunch

    box

    Cat Trap

    Parent (trap)

    Children

    Adults

    Bickering

  • RE: Today's Random Word!

    Ray K (5/26/2016)


    crookj (5/26/2016)


    yb751 (5/26/2016)


    Grumpy DBA (5/26/2016)


    ThomasRushton (5/26/2016)


    Pie

    Hole

    Black

    (and) Blue

    No! Yellow! Aaaaaaaaaahhhhhhh...!!!

    Mellow

Viewing 15 posts - 646 through 660 (of 984 total)