SQL Time data type add time limit

The SQL TIME data type is handy for adding times to other times.  It does; however, have a limitation in that the highest time it will store is 23:59:59.9999999. This is great if you are adding dates and times simultaneously as the date will increase when you hit 24...

Install 3.5 .Net Framework on Windows 8.1

Windows 8.1 comes with Windows 4.5 .Net framework, but not 3.5 .Net framework.  In order to install it, you go to Control Panel /  Programs / Uninstall a program / Turn Windows features on or off The top option will be .NET Framework 3.5 (includes .NET 2.0 and 3.0)...