Forum Replies Created

Viewing 15 posts - 19,201 through 19,215 (of 26,490 total)

  • RE: SLOW Queries... ready to pull my hair out.

    Not sure if it will help, but have you looked into full text indexing?

  • RE: For Each Loop Problem

    Sorry, but I can't see from here what you see from there. Little hard to help.

  • RE: Another Back up Question

    Unless you are having space issues on the disk, don't. If it has grown to that size, it has for a reason. Shrinking it will only make it...

  • RE: Another Back up Question

    htt (8/13/2009)


    Until you get to SQL Server 2008 where the truncate option no longer works. Besides, why truncate the log right after you have backed it up? Doesn't...

  • RE: Another Back up Question

    nigelc (8/13/2009)


    even though the log file is twice the size of the data File?

    I thought a full back up atomically truncates the log file

    No. Only transaction log backups will...

  • RE: Another Back up Question

    So what is happening is that all activity (updates/deletes/inserts) that occurs between 6:00 PM and the following morning at 8:00 AM are being backed up to the t-log backup run...

  • RE: Another Back up Question

    nigelc (8/13/2009)


    Full DB back up is done at 9pm

    Then Transactional Log back up starts at 8am next morning. The first back up IE at 8am is around a Gig with...

  • RE: Another Back up Question

    htt (8/13/2009)


    here is what I have done for years to my SQL 2000 and SQL 2005 databases: full bk nightly; log bk every 15 minutes from 5 am to 9...

  • RE: Another Back up Question

    When are the t-log backups run and when is the full backup run?

  • RE: columns containing spaces

    where employeeid not like '% %'

  • RE: Another Back up Question

    Full backups and differential backups do not truncate the transaction log of committed transactions. This is only accomplished by the transaction log backup.

  • RE: Tic-Tac-Toe Problem

    GSquared (8/13/2009)


    Given competent players, tic-tac-toe should always end in a draw. The game only works until you actually understand the mechanics.

    My youngest still likes to play tic-tac-toe sometimes, just...

  • RE: help using the TOP command in sql

    I guess it depends, is it a take home test?

  • RE: move the files

    Don't apologize for asking a question. It would be nice, however, if you'd answer the questions asked of you. It would actually help us help you better.

  • RE: Slicing and Dicing

    matt stockham (8/13/2009)


    jpowers (8/12/2009)


    Personally, I would prefer to pay only for the channels I watch. I see no reason why they can't allow us to pay just for our preferred...

Viewing 15 posts - 19,201 through 19,215 (of 26,490 total)