I am looking for an easy way to add a period after each character in a field with some exceptions in an SQL Query.
Examples of the data.
MD = M.D.
DDS = D.D.S.
MD, PhD = M.D., Ph.D.
CN, CRN = C.N., C.R.N.
SQL Server 2000.
Also, what is the way to detect only the lower case characters and position in the field.
Thank you.
Examples of the data.
MD = M.D.
DDS = D.D.S.
MD, PhD = M.D., Ph.D.
CN, CRN = C.N., C.R.N.
SQL Server 2000.
Also, what is the way to detect only the lower case characters and position in the field.
Thank you.