Forum Replies Created

Viewing 15 posts - 3,436 through 3,450 (of 4,745 total)

  • RE: Questions about db_owner role.

    run 'exec sp_helpuser ' in the database, what does that return?

  • RE: Hyperbac

    Andrew Collins (7/28/2009)


    Does anyone know how much this costs? i cant seem to find a price anywhere (UK Price)

    Do you need a separate license for a passive node on a...

  • RE: Are the posted questions getting worse?

    3 NF

    RDB M5

  • RE: Hyperbac

    Interesting, lets see what hyperbac come back with. I'll let you know, though officially I am on holiday for 2 weeks!

    cheers

    george

  • RE: Hyperbac

    4.1.0.0 evaluation copy, latest and greatest I believe

  • RE: Hyperbac

    ....then perhaps we have a bug................in a way I hope so

  • RE: Hyperbac

    I've tried on 3 different servers, can't all be bad. common denominator is hyperbac. what version you guys on?

  • RE: Hyperbac

    Lynn Pettis (7/24/2009)


    This is really weird. Is there anything else running on the servers? Anti-Virus software, etc?

    McAfee is on all the servers, should be configured to avoid SQL...

  • RE: Hyperbac

    matt stockham (7/24/2009)


    Is CPU pegged while the backups are running?

    total processor % jumps up about 25% to 50% average, speread evenely across the cpus (4)

    Do the databases contain...

  • RE: Hyperbac

    mtassin (7/24/2009)


    george sibbald (7/23/2009)


    backups were to local disk lynn.

    I did email hyperbac and they responded promptly, striping and maxtransfersize suggestions were theirs, but that does not really cut it...

  • RE: Hyperbac

    backups were to local disk lynn.

    I did email hyperbac and they responded promptly, striping and maxtransfersize suggestions were theirs, but that does not really cut it and should not...

  • RE: Hyperbac

    well guys I am evaluating the product and ease of use and compression ratios are as promised, but the backup run times have doubled compared to the native backups, which...

  • RE: DBA's and Developers

    In such a small shop I would agree with the others, just ensure you use the resources to their strengths.

    the only thing that worries me is the phrase 'the DBA...

  • RE: Need script to move logins and users for SQL Server 2000

    default database:

    set quoted_identifier off

    select 'exec sp_defaultdb ',+"'" +loginname +"'," +dbname from syslogins

    server roles

    set quoted_identifier off

    set nocount on

    select 'exec sp_addsrvrolemember ' +"'" +loginname +"',"

    +"'sysadmin'"

    from syslogins where sysadmin = 1

    union...

Viewing 15 posts - 3,436 through 3,450 (of 4,745 total)