Backup All SQL Server Databases
I came across this script to backup all SQL Server databases: DECLARE @name VARCHAR(50) -- database name DECLARE @path VARCHAR(256) -- path for backup files...
SMTP Test
I ran across this while working on a different project but thought that it might be handy. SMTP relay behavior in Windows 2000, Windows XP,...
How To Find EnterpriseOne Web Only Versions
Dealing with EnterpriseOne "Web Only" versions can be a real pain. They are deleted with each full package deployment and can cause a lot of...