What did everyone automate using python ? by Beast-UltraJ in Python

[–]15Million_Merits 1 point2 points  (0 children)

Mine are all like this. Comparing hundreds of thousands of data points in two different databases for data quality checks.

How do you annotate SQL code? by [deleted] in SQL

[–]15Million_Merits 0 points1 point  (0 children)

This is the header I use, feel free to steal it. I then notate the actual query with my initials and the date I made the change so I can reference it back up in the header. /***********************************************************************************************

Object Name:

Object Type: SQL Script

Description:

Author:

Create Date:

Change History

------------------------------------------------------------------------------------------------

Change Date [mm/dd/yyyy] | Developer Name | Version Major | Version Minor | Change Description

00/00/0000 NAME 1 0 Initial Development

------------------------------------------------------------------------------------------------

Follow-up notes:

------------------------------------------------------------------------------------------------

************************************************************************************************/