Browse by Tags

All Tags » backup size (RSS)

How to find size of backup files in a folder?

I was asked to findout total size of all the backup files in the folder As I didnt have access to view the folder of the server , I used this . I hope it may be helpful create table #t ( files varchar ( 1000 )) Insert into #t EXEC master .. xp_cmdshell...
Posted by Madhivanan | with no comments