|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Thursday, May 16, 2013 8:14 AM
Points: 356,
Visits: 1,658
|
|
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?
blog: http://sarveshsingh.com
Twitter: @sarveshsing
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Thursday, May 16, 2013 8:14 AM
Points: 356,
Visits: 1,658
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, May 13, 2013 8:52 AM
Points: 7,
Visits: 192
|
|
Hi,
I have the same problem. Did you already found a solution?
Regards Pieter
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 2:05 PM
Points: 2,013,
Visits: 1,566
|
|
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.
~Dev~
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Yesterday @ 7:36 AM
Points: 5,201,
Visits: 11,153
|
|
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"
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, May 13, 2013 8:52 AM
Points: 7,
Visits: 192
|
|
| 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...
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Yesterday @ 7:36 AM
Points: 5,201,
Visits: 11,153
|
|
What version is the secondary?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs"
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, May 13, 2013 8:52 AM
Points: 7,
Visits: 192
|
|
Problem is when setting up the log shipping on the primary. No secondary is involved yet.
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Yesterday @ 7:36 AM
Points: 5,201,
Visits: 11,153
|
|
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"
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, November 27, 2012 4:32 AM
Points: 1,
Visits: 113
|
|
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
|
|
|
|