In my endless search for the end of the internet, I stumbled across a fun SQL Puzzle. Link: https://www.itprotoday.com/sql-server/t-sql-puzzle-challenge-grouping-connected-items
So, I just rolled SharePoint 2016 into a test environment and launch Central Admin, and the first thing my eyes […]
TSQL Script #1 – Create dbo.DimDate table 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849BEGIN TRY DROP TABLE [dbo].[DimDate] END TRY BEGIN CATCH […]
In an attempt to finally learn how to use SQL I have picked up a few SQL 2012 books and […]