Hello!
I have been working on this to no avail. I imported a zipcode and county database sucessfully into my Sql Server DB Table. HOWEVER, when I do a SELECT all data in the columns have quotes around them , for example
"00501"
I want that to be an nvarchar which is the datatype of that column but I want to get rid of the quotes. Does anyone know of an "easy" way to do this?
Thanks a million!
Mike
Mike Kiser