I'm using Microsoft SQL Server v7.0 and am trying to convert a text string to Upper/Lower case so that the first letter in each word in the string is capitalized (like Oracle's INITCAPS function). For Example, the string "the quick brown fox" would be converted to "The Quick Brown Fox".
Anyone have any idea how this can be done in a SQL statement on Microsoft SQL Server?
Anyone have any idea how this can be done in a SQL statement on Microsoft SQL Server?