How large is the native file after using Extractor? If I turn the LiteSpeed backup file into the native SQL Server format, what size will the file be?
LiteSpeed compression can depend on many factors, the information returned from the query below, is displayed on the Console, under LiteSpeed Activity.
select * from LiteSpeedLocal.dbo.LitespeedActivity INNER JOIN LiteSpeedLocal.dbo.LitespeedBackupFile
on (dbo.LitespeedActivity.ActivityID = dbo.LitespeedBackupFile.ActivityID
AND dbo.LitespeedActivity.Servername = dbo.LitespeedBackupFile.Servername)
WHERE BackupFileName = 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\model_Full_200902271018.bak'
- "Please change the file path and name to your backup file (original backup file path and name is needed).
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center