Home Forums SQL Server 7,2000 Strategies Apostrophes and Double Quotes - Should They be Allowed in table Text-Type Columns? RE: Apostrophes and Double Quotes - Should They be Allowed in table Text-Type Columns?

  • Sean Lange (1/30/2012)


    If some 3rd party app can't handle a single quote in the data then the third party vendor should deal with it. It really boils down to what sql is supposed to do. It should store and retrieve data, not change it so some developers can be lazy.

    I was also thinking about performance. So I wonder how the developers get around the issue - do they have to run every text field though a function, stripping out the quotes in case there are any there? Wouldn't that cause a performance hit?

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking