Forum Replies Created

Viewing 15 posts - 811 through 825 (of 1,033 total)

  • RE: Loop to count

    CREATE TABLE [dbo].[UPR00900](

    Hmmm with names like those... let me guess.. Great Plains?

    I find it sad that Microsoft makes very poor design mistakes like this stuff.. I'm getting used to it...

  • RE: Backup and Restore Tables

    Scott Coleman (8/6/2009)


    This was an interesting question, it's a shame it was so horribly written. The statements are all incomplete phrases so they don't really have a truth value.

    Thanks...

  • RE: Backup and Restore Tables

    Here's how to write the True/False type statements to work within the context of the question

    A 823 error such as a disk error may write records to the table.

    A 824...

  • RE: Backup and Restore Tables

    True with regard to what?

    Here are the answers provided. Tell me how they are true or not with regard to the above question.

    Introduced in SQL Server 2005, the suspect_pages...

  • RE: Backup and Restore Tables

    The author asks this question

    Introduced in SQL Server 2005, the suspect_pages table records pages considered to be suspect. Select all statements which are true as applied to this table

    DBCC CHECKDB...

  • RE: SQLServr.exe Running Out of Memory.

    SQL Dev (8/3/2009)


    Hi friends...

    Here also same problem...even though i configure minimum and maximum server memories...using sp_configure

    If you used sp_configure to change the memory allocated, did you then run RECONFIGURE in...

  • RE: Cursor with INSERT

    GilaMonster (7/27/2009)


    Ah, in that case, your syntax for the cursor is almost right, you just need another FETCH within the Begin.. end of the while loop.

    Pretty much the only thing...

  • RE: Reclaiming freed space

    The Garbage collection process is also a correct answer.

    ]SQL Server 2005 Books Online April 2006 Help File


    When you drop or rebuild large indexes, or drop or truncate large tables, the...

  • RE: Hyperbac

    Hyperbac is licensed per physical node running SQL, so every node in a cluster that you want to do the backups on requires it.

    i.e. if you had a 6 node...

  • RE: Hyperbac

    3.0.22.0

    We probably should upgrade it... but in the realm of "when it works" we tend to leave things like this alone.

  • RE: The Best BI Software

    Where I am now, we tend to roll our own...

    Which I'm not a big fan of.

    Prior to that I was well versed with the Business Objects (now a division...

  • RE: Hyperbac

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

  • RE: When to add new instances

    Don't have much to worry about there... our backups are shipped off of the server nightly, so when doing a restore, they have to be copied back to a staging...

  • RE: When to add new instances

    Steve Jones - Editor (7/16/2009)


    Need to teach those techs how to run with scripts (DMVs, sys., etc) rather than SSMS!

    Granted they can run a backup and/or restore via SQL... but...

  • RE: When to add new instances

    YaHozna (7/16/2009)


    Hi Mark, many thanks for your input. I would be interested to learn what criteria you used when deciding to create additional instances. Were these instances different versions of...

Viewing 15 posts - 811 through 825 (of 1,033 total)