Turn off Reading Mode in Word 2013

Turn off Reading Mode in Word 2013

I prefer to use Word without the reading view.  It is easy to turn off. Open word and select File/Options/General.  Deselect “Open e-mail attachments and other uneditable files in reading view,” then select OK Similarly, you can disable protected mode....
Restart a Windows 2008 R2 server via Task Scheduler

Restart a Windows 2008 R2 server via Task Scheduler

There are many reasons you may need to restart a server via task scheduler.  My favorite reason is so I can reboot the server after patching without having to work late.  🙂 This example will restart a server every morning at 6:00 AM Monday through Friday, but will not...

SQL Determine if Enterprise features are in use

  You can determine if any SQL Enterprise version features are in use in a database by checking the sku features table. This query lists all edition-specific features that are enabled in the current database SELECT feature_name FROM...