Thanks for suggection, but it didn't work either.

Removing COLUMN changed the error message to:

Msg 170, Level 15, State 1, Procedure SPTemp, Line 8 Incorrect syntax
near the keyword 'FirstName '.

The ";" doesn't seem to make a difference either way.

Thanks
Rodney

-----Original Message-----
From: Maya Tulchinsky [mailto:[EMAIL PROTECTED] 
Sent: Sunday, September 02, 2007 4:57 PM
To: SQL
Subject: Re: Alter column problem

Try this:

ALTER TABLE  [dbo].[Contact_tbl]
ALTER FirstName SET DEFAULT 'dddddd';

Hope this helps,

Maya

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: http://www.houseoffusion.com/groups/SQL/message.cfm/messageid:2939
Subscription: http://www.houseoffusion.com/groups/SQL/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.6

Reply via email to