Have you tried setting a default in that alter statement? Sine the column won't accept nulls perhaps it needs a non-null default value.
On 4/14/07, Bruce Sorge <[EMAIL PROTECTED]> wrote: > I already did that and there are no nulls. > > -----Original Message----- > From: Jim Wright [mailto:[EMAIL PROTECTED] > Sent: Friday, April 13, 2007 4:42 PM > To: SQL > Subject: Re: Alter Table Problem > > > What do you get when you run: > SELECT * FROM tblCurrentCouncilMembers WHERE Member_ID IS NULL If it returns > anything, then you need to take care of those NULLs before > running the ALTER. > user=26053.18869.6 > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/SQL/message.cfm/messageid:2809 Subscription: http://www.houseoffusion.com/groups/SQL/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.6
