by Evelyn Dickinson | Nov 6, 2014 | Tech Snippets
USE DatabaseNameGOCREATE TABLE #temp (table_name sysname ,row_count INT,reserved_size VARCHAR(50),data_size VARCHAR(50),index_size VARCHAR(50),unused_size VARCHAR(50))SET NOCOUNT ONINSERT #tempEXEC sp_msforeachtable ‘sp_spaceused ”?”’SELECT...
by Evelyn Dickinson | Nov 6, 2014 | Tech Snippets
After scouring through the Amazon Web Services (AWS) management console I discovered that there is, in fact, no GUI method for scheduling elastic block store (EBS) snapshots. Snapshots are one of the great good glories of virtualization in my opinion. Being keen to...
Recent Comments