The backup process for SQL Server 2008 doesn't work with Pharos. It fails with a error stating that "truncate only" is not a valid option.
  • 01 Apr 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

The backup process for SQL Server 2008 doesn't work with Pharos. It fails with a error stating that "truncate only" is not a valid option.

  • Dark
    Light
  • PDF

Article summary

The backup process SQL Server 2008 doesn't work with Pharos. It fails with a error stating that "truncate only" is not a valid option.


It's a deprecated command. Microsoft removed the "truncate_only" option from SQL Server.

Microsoft recommends changing the recovery model to SIMPLE instead of using "no_log" or "truncate_only."

Attached to this KB Article are 2 SQL Queries. These will create 2 backup jobs, one for the Database and one for the Transaction Log file. These two backup jobs will be run at 1am each evening every day.

Run each query against the master database. This will create the backup jobs. You will need to insure that the SQL Agent is running for these scheduled jobs to run.

 

Note: These scripts will perform a NOINIT when backing up which translates to "Append to the existing backup set".

Note: If these procedures do not meet your organizations needs then you can create on your own a backup job using SQL Management Studio that better suits your needs. These are merely work arounds until this is corrected.


Was this article helpful?


Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.