vote up 1 vote down star

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!

flag

A quick google search gave me msdn.microsoft.com/en-us/library/… but that's for 2008. Are there any differences? – BoltBait Oct 21 '08 at 18:53

3 Answers

vote up 3 vote down check

String Functions (Transact-SQL)

link|flag
I missed it by that much! – Mitchel Sellers Oct 21 '08 at 18:53
Thanks guys. I had seen that page but totally missed the box in the upper right part of the page with a link to the 2005 version of the page. – BoltBait Oct 21 '08 at 18:55
vote up 0 vote down

MSDN and Google are your friends

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

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.