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
asp.net vb.net render html to component
Oracle Join null rows.
ADmodify.exe "mailbox rights modification disabled" ??
Exchange 2010 setup.com /preparead fails
importing the data into table having xml datatype using db2 import.
Not downloading Offline address book files. A server (URL) could not be located. 0X8004010F
Office 2003 - dollar sign shows up as an arrow
Polycom ViewStation EX Network setup
How do I get the F6 storage drivers to work on a 8100 Elite Convertable Mini Tower?
jquery validator and asp.net updatepanel