0
I am having a problem with SQL Server. I have a table with 42 columns to which there is frequent monthly imports. These imports are from a flat file using the import and export wizard. My problem is that my location column has information in the format:
- Sydney, Australia
- London, England
- Paris, France
- New York City, USA
What is the best way for me to display the data the same way or similiarly without the location column being split in two. For example: could i put quotes around everything? I know you can just check, but is there sometype of control that i could implelement that would prompt an error if somethig like this happens?
Thank you for your time!
@Techie007, Thanks that does make the example more clear for this situation. I was torn between adding an example to be more clear, and my instinct to not modify the quote. – Frank Thomas – 2014-08-22T20:19:35.440