Tag: sql server agent
Comment afficher la liste des clés primaires et des clés étrangères...
SELECT DISTINCT
Constraint_Name AS ,
Table_Schema AS ,
Table_Name AS
FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE
GO
Comment connaitre les jobs en cours d’exécution ?
SELECT ., ., ., .
FROM .. sjv
JOIN .. sja
ON . = .
WHERE . is not null
AND . is null



![[PowerBI][DAX] – Comment compter le nombre de ligne d’une table ?](https://i2.wp.com/mybicoach.bwabwanet.fr/wp-content/uploads/2020/01/powerbi-dax-countrows-logo-1.png?resize=100%2C70)