Grumpy Old IT Guy/Grumpy Old IT Guy Publishing Code Examples

  • Free

Grumpy Old IT Guy Publishing Code Examples

  • Download
  • 11 files

Contents

SQL Server TSQL Primer

Download code to create sample databases and also the lesson example scripts for my book.

DISCLAIMER:

The code is provided "AS IS" without any warranty of any kind, express or implied. The Grumpy Old IT Guy Publishers, and the author(s) are not responsible for any damage, data loss, or intended consequences resulting from the use or modification of this code in production or other environments.

By using this code, you understand and acknowledge that it is for instructional purposes only and that you assume full responsibility for any use beyond the intended learning scope.

TSQL Primer Create TransactSQLPrimer Database Script Final.sql
  • 3.8 KB
TSQL Primer Lesson Queries Script - Final.sql
  • 10.5 KB

SQL Server TSQL Stored Procedures

Download code to create sample databases and also the lesson example scripts for my book.

DISCLAIMER:

The code is provided "AS IS" without any warranty of any kind, express or implied. The Grumpy Old IT Guy Publishers, and the author(s) are not responsible for any damage, data loss, or intended consequences resulting from the use or modification of this code in production or other environments.

By using this code, you understand and acknowledge that it is for instructional purposes only and that you assume full responsibility for any use beyond the intended learning scope.

FINAL - Chapter Examples for Stored Procedures - 08-26-2025.sql
  • 68.1 KB
Create InventorySP.SQL
  • 4.18 KB

SQL Server TSQL Functions

Download code to create sample databases and also the lesson example scripts for my book.

DISCLAIMER:

The code is provided "AS IS" without any warranty of any kind, express or implied. The Grumpy Old IT Guy Publishers, and the author(s) are not responsible for any damage, data loss, or intended consequences resulting from the use or modification of this code in production or other environments.

By using this code, you understand and acknowledge that it is for instructional purposes only and that you assume full responsibility for any use beyond the intended learning scope.

FINAL CODE FOR DDL.sql
  • 3.34 KB
FINAL CODE FOR LESSON QUERIES.sql
  • 38.5 KB

Microsoft SQL Server Triggers An Intermediate Primer

Download code to create sample databases and also the lesson example scripts for my book.

DISCLAIMER:

The code is provided "AS IS" without any warranty of any kind, express or implied. The Grumpy Old IT Guy Publishers, and the author(s) are not responsible for any damage, data loss, or intended consequences resulting from the use or modification of this code in production or other environments.

By using this code, you understand and acknowledge that it is for instructional purposes only and that you assume full responsibility for any use beyond the intended learning scope.

CREATE AND LOAD TABLES.sql
  • 5.37 KB
CHAPTER QUERIES VERSION 3.sql
  • 67.2 KB
CREATE DATABASE - TRG_TRAINING_SB.sql
  • 1.15 KB

SQL Server TSQL CTE Primer

Download the lesson code, database creation instructions, and lesson examples.

CTE Example DDL code.sql
  • 5.99 KB
CTE Example Code V2.sql
  • 69.3 KB