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 8337015
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T04:09:56+00:00 2026-06-09T04:09:56+00:00

I have a database that is getting to be huge. The mdf file is

  • 0

I have a database that is getting to be huge. The mdf file is about 150 GB and I just saw that the log file is nearing 1.5 TB! I do not care about the log file at all. So based on this, I plan on switching the recovery mode to simple.

However, I am concerned that I won’t be able to do a full restore in the future if I have a simple recovery mode set. Is this true?

Here is the code I use to backup my database nightly. Would I be able to do a full restore in the future if my hard drive crashes or something gets corrupted?

BACKUP DATABASE MyDatabase
TO DISK = 'F:\SQL Server Backup\MyDatabase.bak'
WITH INIT
  • 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-06-09T04:09:57+00:00Added an answer on June 9, 2026 at 4:09 am

    In the Simple Recovery Model you will be able to take Full and Differential backups. If you have a full backup, you will be able to restore the database in full at the time of the full backup.

    A full backup in the simple recovery model has no less data than a full backup in the full recovery model.

    If you do this:

    backup database MySimpleRecoveryDatabase
    to disk = 'F:\SQL Server Backup\MyDatabase.bak'
    go
    

    And then at a later date perform a RESTORE:

    restore database MySimpleRecoveryDatabase
    from disk = 'F:\SQL Server Backup\MyDatabase.bak'
    go
    

    Provided that .bak file was untouched between the backup and restore, you will have a full database restore that is equivalent to when you did the backup. (Note, that RESTORE DATABASE command may not be all-inclusive depending on NTFS structure, existing files, etc.)

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

Sidebar

Related Questions

Im getting back into database design and i realize that I have huge gaps
I have these images that I am getting off my server and a database
I have a Database that contains data about articles , structures and manufacturers .
I have a MS SQL database that is getting replicated to mobile SQL CE
We have a database that contains information about time booked to projects. We have
I have an Access database project that is getting a bit to large to
i have DataBase function that calculate distance by coordinates CREATE OR REPLACE FUNCTION distance(lat1
I have a database that has around 10k records and some of them contain
I have a database that had 15 years of cruft stuffed into it by
I have a database that has a table email_eml that stores 3 attributes name_eml,

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.