Wednesday, April 7, 2010

SQL-Server-Functions

Functions let you replace and access strings and dates in SQL Server. You can call them passing times, tables, dates, and other variables, and get back results. Here are some articles to help you get started fast with functions, and help you learn how to pick the right function in SQL Server 2005 and 2008:

Common SQL Server Functions

These functions are the bread and butter of your stored procedures and views:

SQL Server Replace Function

To replace characters in a string, use SQL Server 2005's built-in string functions:

SQL Server String Functions

SQL Server can do more than just replace characters in a string: it can also uppercase and lowercase strings, calculate string lengths, and more.

SQLServerPedia Editors' Favorite Articles on Functions

Our editors recommend these links:

No comments:

Post a Comment