hastx
10-05-2007, 02:18 PM
There has been a recent area code change and i have to update a contacts table (containing 12,000 contacts) to replace certain phone numbers to reflect the new area code (the area code and number share the same column <555-123-4567>).
To make things worse, the data is not standardized. Some numbers might be (555)123-4567, and some 555.123.4567 and others 555-123-4567.
I don't have any experience with M$ Sql server 2000, but am needing direction on the best way to search and update the area codes in this table. I thought maybe microsoft had a utility for this type of thing.
I think I will have to search and update based on the city of that record.
To make things worse, the data is not standardized. Some numbers might be (555)123-4567, and some 555.123.4567 and others 555-123-4567.
I don't have any experience with M$ Sql server 2000, but am needing direction on the best way to search and update the area codes in this table. I thought maybe microsoft had a utility for this type of thing.
I think I will have to search and update based on the city of that record.