August 13, 2010 at 7:58 am
log ship wizard in 2K8R2 Std not showing compression option,but compression column is present in log_shipping_primary_databases. The option should still show in the wizard rite? Am i missing something?
Did any one else had this issue?
August 13, 2010 at 12:07 pm
January 12, 2012 at 7:08 am
Hi,
I have the same problem.
Did you already found a solution?
Regards
Pieter
January 12, 2012 at 7:23 am
The system tableβs structure remains same irrespective of server edition. The features availability is dependent on the edition (license / key). These are two independent facts.
January 12, 2012 at 7:45 am
ss-457805 (8/13/2010)
log ship wizard in 2K8R2 Std not showing compression option,but compression column is present in log_shipping_primary_databases. The option should still show in the wizard rite? Am i missing something?Did any one else had this issue?
Backup compression is available in SQL Server 2008 R2 Std.
Try the following against your primary database and check the value of the backup_compression column
exec sys.sp_help_log_shipping_primary_database @database = 'yourdb'
Use the following to enable compression
exec sys.sp_change_log_shipping_primary_database @database = 'yourdb',
@backup_compression = 1
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" π
January 12, 2012 at 11:16 pm
Thanks for the info, but that doesn't explain why I don't have the backup compression option in the log shipping wizard of the Management Studio, however, I'm using the 2008 R2 SP1 SSMS and my server is SQL 2008 R2 SP1...
January 13, 2012 at 1:07 am
What version is the secondary?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" π
January 13, 2012 at 1:12 am
Problem is when setting up the log shipping on the primary.
No secondary is involved yet.
January 13, 2012 at 1:20 am
Ah right ok.
Try switching compression on using the command above see if it throws an error message, this may give a clearer indication.
Can you go to the Transaction log backup settings dialog and get a screenshot, are you saying the compression drop down list box is unavailable?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" π
January 16, 2012 at 1:15 am
Same problem here, executing the commands did not give me any errors, but like Pieter said, there is no option available in the wizard (screenshot)
Uploaded with ImageShack.us
Its about SQL Server 2008 R2 Standard edition with SP1 (but the SP1 was merely to see if the option would pop up in the wizard and it did not π
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply