Forum Discussion
Deleted
Apr 30, 2020Transaction log backup using powershell
Hi, I was looking at using PowerShell for backups of one of our SQL Servers. Got it working fine but I notice something when backing up the transactions logs (database in Full recovery mode)....
olafhelper
Oct 21, 2020Bronze Contributor
PowerShell / SMO /SqlPs does nothing else then sending a plain T-SQL script to SQL Server, there is no difference in which way you perform a backup.
How and when did you get the used size; before or after backup?