Unix Technical Forum

Re: set a constraint CHECK (columnname > 0) to a exist column

This is a discussion on Re: set a constraint CHECK (columnname > 0) to a exist column within the SQL Server forums, part of the Microsoft SQL Server category; --> You can add it as a table constraint. Example: ALTER TABLE mytable ADD CONSTRAINT CK_mytable_mycolumn CHECK (mycolumn > 0) ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-28-2008, 06:14 PM
Gert-Jan Strik
 
Posts: n/a
Default Re: set a constraint CHECK (columnname > 0) to a exist column

You can add it as a table constraint. Example:

ALTER TABLE mytable
ADD CONSTRAINT CK_mytable_mycolumn
CHECK (mycolumn > 0)

Hope this helps,
Gert-Jan


Stephan Bremme wrote:
>
> MS-SQL v.8.00 (SQL-Server 2000):
>
> How can I do set a constraint { CHECK (columnname > 0) } to a exist column
> in database table.
> Everyone help?
>
> Thanks, Stephan

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 01:54 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com