🇧🇪
- Ostend, Belgium
Pinned Loading
-
Generate-waveform-container
Generate-waveform-container PublicCode for a container that runs a one-shot process that generates waveforms from audio files
Python
-
-
Get all tables without primary keys
Get all tables without primary keys 1SELECT
2SCHEMA_NAME(schema_id) AS [Schema],
3name AS [Table]
4FROM sys.tables
5WHERE OBJECTPROPERTY(object_id, 'TableHasPrimaryKey') = 0
-
Get all foreign keys in DB
Get all foreign keys in DB 1SELECT obj.name AS FK_NAME,
2sch.name AS [schema_name],
3tab1.name AS [table],
4col1.name AS [column],
5col1.is_nullable AS is_nullable,
94 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More