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
Cryptor
Windows 7 Offline File Sync issues - Location is not available: The file is currently not available for use on this computer.
Who is a reliable lowcost provider of dedicated servers
Java Client Applet - AccessControlException
Filezilla FTP transfer gets "stuck"
DBA role
Blocking messages from a specific sender or domain in Exchange 2010
SSRS Report Speed issue
vCenter Converter and SBS2008
Microsoft Access: Creating a payment system.