Transaction logs growing

  • I am an "accidental DBA" at my company. Very limited DBA experience.

    Our transaction logs are growing rapidly.

    Veritas is our backup software and the logs are not being shrunk after the completes.

    What causes transaction logs to grow rapidly? (30 GB per day)

    We use SQL server 2005 as our Datawarehouse ( we extract data from peoplsoft (CRM system) and QAD ( ERP system ).

    Is it OK to run this command to shrink the log files

    USE [DWData]

    GO

    backup log DWData with truncate_only

    DBCC Shrinkfile (DWData_Log);

  • Please do not cross post.

    [font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
    Proactive Performance Solutions, Inc.
    [/font]
    [font="Verdana"] "Performance is our middle name."[/font]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply