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
My RAM use is at 30% but I'm still getting page faults.
Multi-Site, single IP and DNS records
exchange 2010 CAS high availablity/ISA or harware load balancing
Dell Equallogic script to replicate ONE-to-MANY (Cascading Replication)
Exchange 2010 Trans from Ex 2003
Changing Default Web Site Properties
unable to enable Archive Mailbox in Exchange 2010
Binary data
recover missing emails - information store service stopped
Insert CheckBoxList values