Deprecated: YoastSEO_Vendor\Symfony\Component\DependencyInjection\Container::__construct(): Implicitly marking parameter $parameterBag as nullable is deprecated, the explicit nullable type must be used instead in /home/nubelus/sharedove/adisjugo/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php on line 60
Development Archives - Page 16 of 16 - Adis Jugo blog
Select Page

Where are my foreign keys?

If you would ever, from whatever reason, need to check/validate/list foreign keys in the MS SQL 2000/2005 database, here is the magical query you won’t find on msdn: SELECT sysforeignkeys.constid, sysforeignkeys.fkeyid, sysforeignkeys.rkeyid, sysobjects.name as...