T-SQL View Definition
How to get a View Definition in SQL Server.
How to get a View Definition in SQL Server.
How to set TCP Network Configurations in SQL Server.
How to display the progress of a pipeline in MS SQL Server.
How to support idempotency by testing if an object exists.
How to get SQL Server properties that are not in the information schema.
How to unit test database objects with T-SQL.
How to use a user-defined table type to create a table that can store the output of a query.
How to automate the creation of stored procedures from models with just a table or two.
How to fingerprint table contents to dectect unique records.
How to use copy and reformat transformations from one table to another.
When working in Business Intelligence or data engineering it is often necessary to use a date key instead of a date value. We can do this by converting date ...
Dynamic sql can feel like viewing a photographic negative. Using ASCII symbols can keep things manageable when working with double- or triple-negatives.
How to use JSON strings to detail the data transformations that have been applied to a record using T-SQL.
How to use dynamic sql to reseed the identity column in a staging table to be one value higher that the top value in the target table when switching partitio...
Prevent SQL injection by verifying input values against metadata in SQL Server.
When lost in data space, it can be handy to find a column in a hurry from the information schema.
How to use Tkinter widgets to create a GUI for a Python application.
How to use Tkinter to create a GUI for a Python application.
How to setup and use venv to create virtual environments in Python.
How to connect to an Azure SQL database using Active Directory with MFA.
How to reactivate the virtual environment and restart the server using the Powershell terminal when returning to a Django project.
How to solve the “ModuleNotFound” error when running Python’s from terminal unittest within a project folder structure, according to Zed Shaw.
“All you need is a simple text editor, a shell, and Python” according to Zed Shaw.
How to get Python to do some maths for us.
How to analyse and implement graphs in Python.
How to analyse and implement binary search trees and traverse them in Python.
How to analyse and implement quadratic and logarithmic sorting methods in Python.
How to understand and implement sequential search, binary search, or hashing in Python.
How to analyse and implement recursion in Python.
How to analyse and implement linked lists in Python.
How to analyse and implement stacks and queues in Python.
Understanding asymptotic analysis and big-O notation.
How to open and saving files in C# forms.
How to Use List, Check, and Radio Buttons in C# Forms.
How to use forms and controls in C#.
How to use methods in C#.
How to use arrays, collections and structures in C#.
How to read and write files with C#.
How to use program flow with C#.
How to use data types and variables in C#.
How to write table and column descriptions to support data validation.
How to map Oracle DBA tables to an Information Schema.
Any data warehousing operation crossing source systems is probably going to need to map data types across the source systems if they are all to land in the s...
What is GIS?
What is a Geodatabase in ArcGIS?
How to build maptiles in Postgres with PostGIS.
How to Get Table Information in SQLite.
How to store and query strings in json format in SQLite.
How to Rename a File Using the Git Command Line.
How to use a feature branching workflow in Github.
How to edit a power query (m) to reference dataflow names rather than guids.
How to edit the auto-generated code to make a dataflow maintainable and deployable.
How to work with data in PHP.
Introduction to PHP.
How to apply tenant-level RBAC in Microsoft Purview.
How to apply RBAC in Microsoft Purview.
How to write user stories and acceptance criteria that help bridge the gap between business analysts and developers.
How to apply Slowly Changing Dimensions with the Kimball method.
Understand key concepts in database systems.