home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.databases.sybase
- Path: sparky!uunet!shearson.com!newshost!wfinnert
- From: wfinnert@larry.shearson.com (Warren Finnerty)
- Subject: Re: NULL to NOT NULL
- In-Reply-To: mharper@well.sf.ca.us's message of Tue, 15 Dec 1992 14:42:52 GMT
- Message-ID: <WFINNERT.92Dec15151743@larry.shearson.com>
- Sender: news@shearson.com (News)
- Organization: Lehman Brothers
- References: <BzB27G.7Ex@well.sf.ca.us>
- Distribution: usa
- Date: Tue, 15 Dec 1992 20:17:43 GMT
- Lines: 14
-
- >In article <BzB27G.7Ex@well.sf.ca.us> mharper@well.sf.ca.us (Michael J. Harper) writes:
-
- > If I create a column in a table which allows NULLs, is there a way to go back
- > later and change this column to be NOT NULL?
-
- No.
-
- Create a new table and either bcp data out-in or use sp_rename ( and
- be careful with procs / triggers ref'ing it ).
- --
- warren finnerty | 388 Greenwich St.
- Lehman Brothers | NYC NY 10013
- "Back off man!" | wfinnert@shearson.com
-
-