Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7021025
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:23:44+00:00 2026-05-27T23:23:44+00:00

In SQL Server 2008 is there any way to disable transaction log or clear

  • 0

In SQL Server 2008 is there any way to disable transaction log or clear log file?

When I execute one query in my project (very large in terms of transaction) a that time this log file’s size will goring to increase (2 to 3 GB).

Please suggest me some good option.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T23:23:44+00:00Added an answer on May 27, 2026 at 11:23 pm

    You may shrink it

    DECLARE @sql NVARCHAR(MAX) = ''
    SELECT @sql = @sql + N'DBCC SHRINKFILE('+CAST(file_id AS NVARCHAR)+N', 0);' 
    FROM sys.database_files
    WHERE type = 1
    
    EXEC(@sql)
    

    BUT it only works with Simple recovery model, instead you have to back the log up and shrink it afterwards

    You cannot drop the log files at all even if your database is in read-only mode.

    AND try to redesign and review your approach when dealing with sql server’s DB. It is not the right option or best practice to shrink files – especially on regular basis!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way to debug a SQL Server 2008 query?
Is there a way to tell SQL Server 2008 Express to log every query
Is there any way we can share the SQL Server 2008 database Diagram (Other
Is there any way to debug a stored procedure on SQL Server 2008? I
Is there any way to connect to MS SQL Server 2008 using Management Studio
Is there any way to compare two strings in SQL Server 2008 stored procedure
Is there any way to populate TCP-H database for Microsoft SQL Server 2008. TPC-H
Is there any way to prevent SQL Server 2008 from interpolating dates and times
Is there any way to send an SMS through SQL Server 2008?
Given a SQL Server 2008 .bak file, is there a way to restore the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.