in

SQL Server Blogs

Voices from the UK SQL Server Community

Browse by Tags

  • 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 'dir e:\backup' select substring ( size_files...
    Posted to Madhivanan (Weblog) by Madhivanan on Thu, May 7 2009
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems