I have a question. How do I replace a Column User Defined Type?
When I used the Alter Table/Alter Column statement I received error msgs listing foreign keys and other columns that are dependant on my User Defined Col.
Other than droping the col (which let's face it is pretty drastic) how can I change it to a plain ole Type Int?
Thank much,
Trudye
When I used the Alter Table/Alter Column statement I received error msgs listing foreign keys and other columns that are dependant on my User Defined Col.
Other than droping the col (which let's face it is pretty drastic) how can I change it to a plain ole Type Int?
Thank much,
Trudye