I have a table in which there is a column "CompanyID int not null", and its default value is 10. Now I want to write a query that will change this default value to 1. How can I do this?
Any help would be appreciated. I am using SQL Server 2000.
sql default sql-server-2000
user92027
source share