Re: Rule disappeared
From: Arne (Arne_at_discussions.microsoft.com)
Date: 01/20/05
- Next message: Rick Sawtell: "Re: Enabling SQL performance monitoring objects"
- Previous message: Mark Allison: "Re: SQL and RAID - best way to set it all up?"
- In reply to: Sue Hoegemeier: "Re: Rule disappeared"
- Next in thread: Sue Hoegemeier: "Re: Rule disappeared"
- Reply: Sue Hoegemeier: "Re: Rule disappeared"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 20 Jan 2005 06:11:04 -0800
Sue,
I executed the two command that you suggested. There seem to be another
hidden constraint that I can't find.
"Sue Hoegemeier" wrote:
> Are you sure it's a rule you are looking for? If you used
> the upsizing wizard, it should have implemented this as a
> constraint.
> What are you using to manage SQL Server and where are you
> looking? You really don't want to address this by modifying
> system tables.
> To view information as well as constraints, rules on a
> table, you could execute:
> EXEC sp_help YourTable
> To check for constraints, you can execute:
> EXEC sp_helpconstraint YourTable
>
> -Sue
>
> On Wed, 19 Jan 2005 08:51:06 -0800, "Arne"
> <Arne@discussions.microsoft.com> wrote:
>
> >I seem to have a rule on one of my columns which prevents me from entering a
> >value above 25000 in an integer column.
> >I am not able to find the rule so that I can delete it.
> >Is there a system table that I should look for?
> >This table was upsize from Access to SQL 7.0
>
>
- Next message: Rick Sawtell: "Re: Enabling SQL performance monitoring objects"
- Previous message: Mark Allison: "Re: SQL and RAID - best way to set it all up?"
- In reply to: Sue Hoegemeier: "Re: Rule disappeared"
- Next in thread: Sue Hoegemeier: "Re: Rule disappeared"
- Reply: Sue Hoegemeier: "Re: Rule disappeared"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|