Re: Unique
From: Hari (hari_prasad_k_at_hotmail.com)
Date: 05/26/04
- Next message: gsmithnospam_at_cafonline.org: "Log Shipping Across Domains"
- Previous message: Hari: "Re: Views that do AND don't exist"
- In reply to: Manisha: "Unique"
- Next in thread: Manisha: "Re: Unique"
- Reply: Manisha: "Re: Unique"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 26 May 2004 14:23:52 +0530
Hi,
Execute the below TSQL in query analyzer:-
select table_name,constraint_name,constraint_type,table_catalog as
database_name from information_schema.table_constraints where
constraint_type='UNIQUE'
Thanks
Hari
MCDBA
"Manisha" <anonymous@discussions.microsoft.com> wrote in message
news:E65836E5-51FB-4342-951A-934C1ABAE87E@microsoft.com...
> Which stored proc can be used to list all the unique constraints in all
the tables in a database?
> Thanks in advance!
- Next message: gsmithnospam_at_cafonline.org: "Log Shipping Across Domains"
- Previous message: Hari: "Re: Views that do AND don't exist"
- In reply to: Manisha: "Unique"
- Next in thread: Manisha: "Re: Unique"
- Reply: Manisha: "Re: Unique"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|