SQL Server 2016: Look up the Current UTC Offset and Daylight Savings Time indicator for any Time Zone

7 years ago

Sql Server 2016, ships with a new system catalog view that returns the current UTC Offset for a given time…

Everything you Need to know about WordPress Hosting

7 years ago

When I decided to move forward with creating this website, I decided early on that I didn't want to repeat…

Microsoft Reverses Course on Visual Basic

7 years ago

Just kidding. It's still the redheaded step child. But seriously, every time I roll up my sleeves and dive into…

Obtain an Exclusive Lock to Rename a SQL Server Database

7 years ago

Tested on: SQL Server 2016 Developer Edition Accurate as of: January, 2018Use this script to rename a database when the…

Querying Stored Procedure and System Function Parameter Information

7 years ago

Tested on: SQL Server 2016 Developer Edition Accurate as of: January, 2018The following snippet generates a SQL Server View that…

Show ROW NUMBERS in T-SQL RESULT set

7 years ago

Tested on: SQL Server 2016 Developer Edition Accurate as of: January, 2018 In this query, I've added a record number…

SQL Server Admin: Identifying Active Transactions

7 years ago

Tested on: SQL Server 2016 Developer Edition Accurate as of: January, 2018One way to identify active tractions, is using DBCC…

T-SQL Review: SUBSTRING

7 years ago

The following queries demonstrate the T-SQL SUBSTRING function. I've also included a comparison with the C# function of the same…

Return DDL from METADATA

7 years ago

Tested on server version: SQL Server 2016 Developer Edition Reference info accurate on: January, 2018 The following script demonstrates how…

Return all System Object Definitions (DDL)

7 years ago

Tested on server version: SQL Server 2016 Developer Edition Reference info accurate on: January, 2018 The following view returns a…