Forum Replies Created

Viewing 15 posts - 181 through 195 (of 600 total)

  • RE: Log File Continues to grow

    returns:

    'NOTHING'

    but log file last Monday was 21.3 G

    log file this Monday was 33.1 G - after backing up log every hour and full backup every night.

  • RE: Transaction Log Issues

    Gotcha

    Thanks George/Lynn!

    Have a good day!

  • RE: Transaction Log Issues

    No. I haven't used maintenance plans in years, but iirc you can setup the maintenance plan to delete old backups that are more than a set number of days old.

    What's...

  • RE: Transaction Log Issues

    thanks for all your helps George.

    One last question, in my Maint plan, I have the trn files set to expire after 3 days.

    Does that delete the trn files? (freeing...

  • RE: Transaction Log Issues

    Thanks George..

    I created the Maint plan for the log.

    It did create the trn file the same size as the log, but it did not shrink the log. Is that...

  • RE: Transaction Log Issues

    It's

    FULL

  • RE: Transaction Log Issues

    sorry George

    name log_reuse_wait_desc

    ULTIPRO_WSILOG_BACKUP

  • RE: Transaction Log Issues

    Thanks Lynn..

    the results:

    2013-05-15 12:14:17.000 2013-05-15 12:23:18.000

    2013-05-15 19:17:23.000 2013-05-15 19:36:35.000

    2013-05-16 15:15:36.000 2013-05-16 15:35:51.000

    2013-05-17 19:19:32.000 2013-05-17 19:37:31.000

    2013-05-20 19:18:11.000 2013-05-20 19:36:09.000

    2013-05-21 10:12:09.000 2013-05-21 10:21:17.000

    2013-05-21 19:19:15.000 2013-05-21 19:37:12.000

    2013-05-22 19:17:05.000 2013-05-22 19:35:28.000

    2013-05-23 19:18:45.000 2013-05-23 19:36:47.000

    2013-05-24...

  • RE: Transaction Log Issues

    declare @dbname sysname

    set @dbname = db_name()

    print @dbname

    select backup_start_date,backup_finish_date,

    from msdb..backupset

    where database_name = @dbname and type = 'D'

    Msg 156, Level 15, State 1, Line 5

    Incorrect syntax near the keyword 'from'.

  • RE: Transaction Log Issues

    This tells us you need to start running t-log backups at a minimum. You also need to get with your network people (or who ever works with your backup software)...

  • RE: Transaction Log Issues

    Lynn,

    results:

    LOG_BACKUP

    Pretty sure it's because the Unitrends software is not working as it should. But I'm stuck with the UNitrends device to backup out servers.

    So my thought was that I would...

  • RE: Transaction Log Issues

    Okay given my scenario...

    should I run this first:

    BACKUP LOG <database_name> WITH TRUNCATE_ONLY;

    every night (scheduled), then do a full backup?

    I'm concerned with space..

  • RE: remove last character and reformat date

    Thanks Sean! Worked great.

    Yeah I know about the (no lock)...the vender has these all over the place..

    crazy I know..

    Thanks everybody for helping!

  • RE: remove last character and reformat date

    I ran the statement:

    SELECT*

    FROMpearhist

    WHEREISDATE(LEFT(pehPErcontrol,8)) = 0

    And got zero records

  • RE: remove last character and reformat date

    Umm... I don't think there's a chance. But I wouldn't bet my life on it..

    They are all dates, but with an extra character on the end.

    If I change the...

Viewing 15 posts - 181 through 195 (of 600 total)