🇧🇪
- 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,
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.