MS SQL Server Determine Tables without Rows

123456789101112131415161718192021222324252627SELECT     t.NAME AS TableName,     i.name as indexName,     p.[Rows],     sum(a.total_pages) as TotalPages,     sum(a.used_pages) as UsedPages,     sum(a.data_pages) as DataPages,   …

Virtual Box VM Clone Error

When getting the error: 1A hard disk with UUID {55b773b8-cbcb-42ea-9a44-1368b30ed823} or with the same properties (‘D:\VM\VirtualBox\XP SP3\XP SP3.vdi’) is already registered. The error can be resolved by using the utility: …

Install Wireshark Windows 8 64bit

1. Download wireshark: www.wireshark.org 2. Install wireshark like you normally would. At the end of the installer you will be notified that there was a compatibility problem, ignore this error. …