Posted by Simon Hayes on 09/29/05 17:34
If the only problem is the column data type, and you know the data itself is already numeric, then you can just alter the column data type directly: alter table SomeTable alter column invamt numeric(10,5) See "CAST and CONVERT" in Books Online for general information about data type conversion. Simon
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming