﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0"><channel><title>SQLServerCentral.com Content tagged User-Defined functions</title><link>http://www.sqlservercentral.com/</link><description>Content tagged User-Defined functions posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Complex Computed Columns</title><description>Computed columns in SQL Server 2000 allow you to have a calculated value available easily in a query. However by using a function instead of a simple formula you can build some very interesting solutions. New author Tim Chapman brings us a look at this technique.
</description><guid>http://www.sqlservercentral.com/articles/User-Defined+functions/complexcomputedcolumns/2397/</guid><pubDate>2006/05/09</pubDate><link>http://www.sqlservercentral.com/articles/User-Defined+functions/complexcomputedcolumns/2397/</link></item><item><title>Tokenizing a String Using PARSENAME</title><description>SQL Server string manipulation using T-SQL leaves lots to be desired. Many postings and complaints about T-SQL deal with strings, but there are ways to work with it. Author Eli Leiba brings us a way to split out portions of a string that contains tokens with a user defined function. Read on to see how this is accomplished and the code used to perform the splitting.
</description><guid>http://www.sqlservercentral.com/articles/User-Defined+functions/tokenizingastringusingparsename/1632/</guid><pubDate>2004/12/27</pubDate><link>http://www.sqlservercentral.com/articles/User-Defined+functions/tokenizingastringusingparsename/1632/</link></item><item><title>SQL 2000 User Defined Function Primer</title><description>Many programming languages have supported User Defined Functions for years, but they are new to SQL Server 2000. In this article we will look at some of the ways functions can be used within SQL Server 2000.




</description><guid>http://www.sqlservercentral.com/articles/User-Defined+functions/userdefinedfunctions/147/</guid><pubDate>2004/10/22</pubDate><link>http://www.sqlservercentral.com/articles/User-Defined+functions/userdefinedfunctions/147/</link></item><item><title>Exotic use of User Defined Function</title><description>User defined functions were added in SQL Server 7 and enhanced in SQL Server 2000, but they are still a relatively little used feature. Here&amp;#39;s a look at a unique way that Leo Peysakhovich solved a problem using a UDF.
</description><guid>http://www.sqlservercentral.com/articles/User-Defined+functions/exoticuseofuserdefinedfunction/1450/</guid><pubDate>2004/09/07</pubDate><link>http://www.sqlservercentral.com/articles/User-Defined+functions/exoticuseofuserdefinedfunction/1450/</link></item><item><title>Date Time Values and Time Zones</title><description>Dinesh looks at the date functions, how to work with time zones (or not), and does a brief comparison to see how you do similar tasks in Oracle.


</description><guid>http://www.sqlservercentral.com/articles/Advanced+Querying/datetimevaluesandtimezones/1234/</guid><pubDate>2003/12/22</pubDate><link>http://www.sqlservercentral.com/articles/Advanced+Querying/datetimevaluesandtimezones/1234/</link></item><item><title>UDF as Computed Column Part 2</title><description>Dinesh is back with another article on user defined functions, giving some more great examples. If you haven&amp;#39;t read the first one, definitely go back and read it first.

</description><guid>http://www.sqlservercentral.com/articles/User-Defined+functions/udfascomputedcolumnpart2/1054/</guid><pubDate>2003/07/14</pubDate><link>http://www.sqlservercentral.com/articles/User-Defined+functions/udfascomputedcolumnpart2/1054/</link></item><item><title>UDF as Computed Column</title><description>UDF&amp;#39;s are useful if somewhat tricky. Dinesh uses a common scenario where you have a self referencing table (the common example is an employees table where each employee has a managerid that links to another employee in the same table) to illustrate how a UDF can make querying easier, how to use it as the basis of a computed column, and how to index that column.
</description><guid>http://www.sqlservercentral.com/articles/User-Defined+functions/udfascomputedcolumn/1025/</guid><pubDate>2003/06/18</pubDate><link>http://www.sqlservercentral.com/articles/User-Defined+functions/udfascomputedcolumn/1025/</link></item><item><title>Monitoring Performance</title><description>Vicktor has a bunch of scripts he uses to monitor performance, he explains why he built them and how to use them. Good coverage of the different reasons for slow performance.

</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/monitoringperformance/1007/</guid><pubDate>2003/06/09</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/monitoringperformance/1007/</link></item><item><title>Review of SQL 2000 Fast Answers</title><description>A monster book at 980 pages, it&amp;#39;s written in &amp;#39;how-to&amp;#39; format and has a ton of good material. Andy gave it the once over for us and reports back - see what he thinks!

</description><guid>http://www.sqlservercentral.com/articles/Installation/reviewofsql2000fastanswers/959/</guid><pubDate>2003/04/18</pubDate><link>http://www.sqlservercentral.com/articles/Installation/reviewofsql2000fastanswers/959/</link></item><item><title>Review of SQL Server 2000 Programming (MSPress)</title><description>Andy sits down with an entry level book to see if he should use it at work as a teaching aid. Did he like it? Should you buy it? Read the review now!

</description><guid>http://www.sqlservercentral.com/articles/Installation/reviewofsqlserver2000programmingmspress/694/</guid><pubDate>2002/06/04</pubDate><link>http://www.sqlservercentral.com/articles/Installation/reviewofsqlserver2000programmingmspress/694/</link></item><item><title>Some Useful UDFs for SQL Server 2000</title><description>Alxander Chigrik presents some useful User Defined Functions you can add to your SQL Server.




</description><guid>http://www.sqlservercentral.com/articles/User-Defined+functions/udfexamples/528/</guid><pubDate>2001/12/19</pubDate><link>http://www.sqlservercentral.com/articles/User-Defined+functions/udfexamples/528/</link></item><item><title>A Few Meta Data UDFs</title><description>Alexander Chigrik presents a few UDFs he has developed for getting meta data about your database objects.

</description><guid>http://www.sqlservercentral.com/articles/User-Defined+functions/metadataudfs/448/</guid><pubDate>2001/10/17</pubDate><link>http://www.sqlservercentral.com/articles/User-Defined+functions/metadataudfs/448/</link></item><item><title>A Few Mathematical UDFs</title><description>Alexander Chigrik presents a few Math UDFs he has developed for common functions.</description><guid>http://www.sqlservercentral.com/articles/Basic+Querying/mathudfs/447/</guid><pubDate>2001/10/09</pubDate><link>http://www.sqlservercentral.com/articles/Basic+Querying/mathudfs/447/</link></item><item><title>SQL Server 2000 User-Defined Functions White Paper</title><description>The User_Defined_Functions.exe file contains the User-Defined Functions white paper. The User-Defined functions white paper outlines the characteristics of the new user-defined function (UDF) feature that is introduced in Microsoft SQL Server 2000. The white paper also summarizes how you can create your own Transact-SQL functions to extend the programmability of Transact-SQL. 

</description><guid>http://www.sqlservercentral.com/redirect/articles/381/</guid><pubDate>2001/08/31</pubDate><link>http://www.sqlservercentral.com/redirect/articles/381/</link></item><item><title>SQL 2000 User Defined Function Primer</title><description>Many programming languages have supported User Defined Functions for years, but they are new to SQL Server 2000. In this article we will look at some of the ways functions can be used within SQL Server 2000.




</description><guid>http://www.sqlservercentral.com/articles/User-Defined+functions/userdefinedfunctions/147/</guid><pubDate>2004/10/22</pubDate><link>http://www.sqlservercentral.com/articles/User-Defined+functions/userdefinedfunctions/147/</link></item></channel></rss>