Blog

Featured

Oracle Java 17 Is No Longer Free: What You Need to Know

In September of 2021 Oracle released their distribution of Java 17 under the No Fee Terms and Conditions (NFTC) license. This was most likely a response to the severe backlash from their April 2019 decision to start charging for Java licenses. Under this NFTC license Oracle Java was seemingly magically free again, although there were many Terms and Conditions that still needed to be adhered to. One of the conditions of note was that one

Read More
All Posts
SQL Server

Scripting SQL Server Tasks

There are numerous options for scripting common SQL Server tasks. Most tasks can be scripted and many times the need evolves as the environment changes.

Read More
SQL Server

Best Practices: TempDB

TempDB is a system database in SQL Server that is used to store temporary data such as temporary tables, table variables, and query results. As

Read More