SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 
        
Home       Members    Calendar    Who's On



verify that constraints are set on a dw Expand / Collapse
Author
Message
Posted Monday, July 16, 2007 11:46 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: General Forum Members
Last Login: Tuesday, July 17, 2007 8:58 AM
Points: 9, Visits: 1

I want to verify that the constrints exist on my datawarehouse before I start my load process so that I don't have any failures in that area.

Is there a way to check for a certain condition such as:

select *
from sysobjects
where name like 'FK%'

If the results are below a certain number, then send out an alert??

Thanks

-k 

Post #382037
Posted Monday, July 16, 2007 1:21 PM
SSCertifiable

SSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiable

Group: General Forum Members
Last Login: Yesterday @ 11:24 AM
Points: 6,144, Visits: 1,568
dbcc checkconstratints ??


* Noel
Post #382070
« Prev Topic | Next Topic »


Permissions Expand / Collapse