Release Notes for Field Service Version 8.4.0.338

Applies to: Field Service version 8.4.0.338 on Dynamics 365 for Customer Engagement version 9.x Visit the Admin Center for Dynamics 365 solutions page to install the update. For details, refer to how to install or update a preferred solution. Please visit Field Service Docs for all Field Service updates and related content. Field Service enhancements… Continue reading Release Notes for Field Service Version 8.4.0.338

Jump Force Tips and Tricks

The moment you’ve been waiting for is here! Those of you who have pre-ordered the Ultimate Edition of Jump Force get early access to the game starting tomorrow, February 12! We know that you’re excited to jump right into battle alongside your favorite manga heroes. Before you start, let’s go over some tips and tricks to help you get warmed up. Creating Your Team As the saying goes, you are only as good as your team. Each match is 3v3, so choose your three fighters wisely! Although each team consists of three members, keep in mind that the first character… Continue reading Jump Force Tips and Tricks

Lesson Learned #72: Is my database still encrypted (TDE)

A quick lesson learned from the field when dealing with TDE (Transparent Data Encryption). After running something like ALTER DATABASE [AdventureWorks] SET ENCRYPTION OFF One quick spot where people usually will look for information if a database is encrypted or not is sys.databases SELECT database_id, name, is_encrypted FROM sys.databases   Even though it shows the state… Continue reading Lesson Learned #72: Is my database still encrypted (TDE)