The size of our master database has continued to grow at an exceptional rate ever since we initially installed our…
Month: February 2022
Moving media from SQL to Blob Storage
Introduction First of all, a little bit about how sitecore stores media. A media item in sitecore (images / videos…
Remove orphaned blobs from sitecore database
This post covers one of the steps we took to reduce the size of our master database. With our media…
Sitecore Powershell: Remove all items that don’t have media attachedSitecore Powershell:
This script will scan children of root (currently set too \sitecore\media library ) and return any items that do not…
Sitecore Powershell: Remove all items that are not referenced by others
This script will scan children of root (currently set too \sitecore\media library ) and return any items that are not…