Join | Login | Why Join?   
SQL Server, Oracle, DB2, Sybase, MySQL Help - SSWUG.ORG HACKER SAFE certified sites prevent over 99.9% of hacker crime.
Search SSWUG:   
 
Access to 474 free guest articles, discussions and more, just create your free SSWUG User ID:
Email address:  
This will be your login ID - we'll email you your password - you'll even receive the newsletter, opt-out at any time.
Email to Friend //  Discuss Article //  Rate Article //  Digg Article //  Add to Del.icio.us //  Add to Technorati

Full site membership is required for this article. Already a full member? Login here.
You currently have a guest membership. You can upgrade to full site membership here (free trial available).

Useful Configuration User-Defined Functions


 Article Abstract:

(Alexander Chigrik) In this article, you can find some useful configuration user-defined functions.

 Read this article...

 Related Articles - For Members.
All Articles By Author

Tips for using SQL Server 2000 User-Defined Functions
Microsoft Outlines Enhanced Product Line and Pricing for SQL Server 2005
Known SQL Server service packs problems
SQL Server Upgrade Recommendations and Best Practices - Part 2
Troubleshooting SQL Server 2005 Management Studio
Troubleshooting SQL Server Command Prompt Utilities
Webcast Q&A Transcript: Reporting Services Launch (Part II)
Meta Data User-Defined Functions
Mathematical User-Defined Functions
String User-Defined Functions



Key (Please note):
(R) - registration may be required for access at the target site
($) - target site may require paid membership for access to this or other content


Reader Comments: Post Your Comments/Feedback

RE: Useful Configuration User-Defined Functions
(posted: 12/15/2005 9:07:24 AM)
I think you can get rid of most of the variable declarations for ever-so-slightly more efficiency; for example:

....
BEGIN
RETURN (SELECT TOP 1 value
FROM master.dbo.sysconfigures
WHERE comment = 'Maximum recovery interval in minutes')
END



Email to Friend //  Discuss Article //  Rate Article //  Digg Article //  Add to Del.icio.us //  Add to Technorati

   




 

[ Register ] [ Webcasts ] [ Podcasts ] [ Newsletter Archive ] [ RSS/Feeds ]
[ About ] [ Advertise ] [ Contact ] [ Privacy ] [ Terms of Service ]
[ Link to SSWUG ] [ List Server Archives ] [ Recent Orig. Content ]
(c) 1997-2008, Bits on the Wire, Inc.  (0)

Some names and products covered by SSWUG are the registered trademarks of their respective owners.
DAA10354WWW004