If you want to use Gmail with custom domain to send out email (i.e., [email protected]), here are the steps you can follow to set it up.This Google custom email tutorial will demonstrate the use of popular webhosting companies such as … [Continue reading]
How to Change Default Database Driver in Visio
Other than creating a flowchart, Microsoft Visio is also a very good tool for data modeling. The default database driver set on the software though is for Microsoft Access.Here are the steps to change the target database driver to SQL Server or … [Continue reading]
Social Media Safety Tips

Going into social media, while it's fun is not without its risks. Here are a few useful tips from Kaspersky to make your social media activity safer while still enjoyable.Verify every Facebook contact Try to verify their identity. Protect … [Continue reading]
Upgrading SQL Express to Other Edition
In SQL Server 2012, upgrading edition is actually easier than ever since the data is stored under the same directory.Backup your data data. For default installation, the data can be found in the following directory: C:\Program Files\Microsoft … [Continue reading]
Useful Scripts for SQL Server Performance Tuning

A couple of useful scripts of sql commands to aid performance tuning in SQL Server (T-SQL).This handy T-SQL script was from SQL Authority shows all queries that are currently running on your server.Any running query in the result can be … [Continue reading]