GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
ADMAzevedo Posts
SELECT db.name AS DBName, type_desc AS FileType, Physical_Name AS Location FROM sys.master_files mf INNER JOIN sys.databases db ON db.database_id = mf.database_id
— Show the size of all the tables in a database sort by data size descending SET NOCOUNT ON DECLARE @TableInfo TABLE (tablename varchar(255), rowcounts int, reserved varchar(255), DATA…
wbadmin enable backup -addtarget:\\192.168.0.225\Public\schedule -include:D: -systemstate -user:admin -password:1234 -schedule:00:00
If you are using Windows backup and want to back up to multiple USB drives, you may receive the above error when configuring the second additional USB drive. If…
get-messagetrackinglog -EventID “FAIL” -Start “09-03-2019 00:36:00” |ft TimeStamp, Sender, Recipients, MessageSubject