3
votes

Can anyone give me a complete list of string manipulation function in Microsoft SQL Server (2000 or 2005)?

(I don't need a lecture about doing all my string processing in the presentation layer. And, I don't need a list of MySQL string functions.)

Thanks!

3
A quick google search gave me msdn.microsoft.com/en-us/library/ms181984.aspx but that's for 2008. Are there any differences? - BoltBait

3 Answers

0
votes

MSDN and Google are your friends

here is the 2008 version, drill down to your specific flavor.

0
votes

Looking over the msdn list I noticed that HashBytes() is missing. I suppose it falls under a different category, but it's definitely an operation performed on a string, and useful to know about.