This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ============================================================================= | |
| FEYNMAN'S STOPWATCHES IN T-SQL — complete setup + verification script | |
| Run top to bottom in SSMS against a scratch database. Creates everything the | |
| four demonstrations need, seeded so the output matches the tables in the | |
| article. | |
| REQUIRES: SQL Server 2022 (16.x) or Azure SQL, for STRING_SPLIT's third | |
| argument (enable_ordinal). Version check is step 0. | |
| Database compatibility level must be 160 or higher. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ============================================================================= | |
| FEYNMAN'S STOPWATCHES IN T-SQL — complete setup + verification script | |
| Run top to bottom in SSMS against a scratch database. Creates everything the | |
| four demonstrations need, seeded so the output matches the tables in the | |
| article. | |
| REQUIRES: SQL Server 2022 (16.x) or Azure SQL, for STRING_SPLIT's third | |
| argument (enable_ordinal). Version check is step 0. | |
| Database compatibility level must be 160 or higher. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "asset": { | |
| "generator": "Khronos glTF Blender I/O v1.0.5", | |
| "version": "2.0" | |
| }, | |
| "scene": 0, | |
| "scenes": [ | |
| { | |
| "name": "Scene", | |
| "nodes": [ |