Microsoft
Software
Hardware
Network
Question : dependent constraints
how can you script which constraints have dependent constraints under them (hence, the ones you cannot remove)
thanks
Answer : dependent constraints
Lists all primary keys
Use DatabaseName
SELECT name,type,type_desc
FROM [ESReporting].[sys].[key_c
onstraints
]
where type = 'PK'
Lists all Foreign keys
Use DatabaseName
SELECT name,type,type_desc FROM sys.foreign_keys
Random Solutions
Mysql LIKE vs RLIKE
Java Servlet Parse JSON String
SSIS and variable issues
Physical installation of the Exchange 2007
Terminal Server Printing
How to burn multiple copies with roxio creator
If folder does not exist, then create one
visual studio 2008 installation issue
IIS Web site works in all browsers except Safari on Mac
Web site works using IP but not Localhost