Dear all,
I want to disable the data compression for granular backup purposes on SQL 2014.
I found this command, but it only works for TFS databases:
EXEC [dbo].[prc_EnablePrefixCompression] @online = 0, @disable = 1
So my question is:
How to disable data compression on SQL 2014 for a SharePoint 2013 content database
Thank you very much!
Best regards,
Benedikt