Other News

Editorials

Secure Your Connection String

Here’s an old problem for which the solution continues to creep out now and again. How do you make your database connection string for applications? I was reminded of this again on one of my group forums for Java. The author was pointing out that many times our connection strings are not only visible, but sometimes find themselves embedded in […]

Pro Members SQL Server Standard Members

Tips for using User-Defined Functions in SQL Server 2014

Tips for using User-Defined Functions in SQL Server 2014 Try to avoid using nested user-defined functions. Because using nested user-defined functions can result in some performance degradation, try to break down a nested function into simpler functions. Consider using CLR user-defined functions. The CLR user-defined functions were first introduced in SQL Server 2005. You can write the user-defined functions in...

This content is for Pro, Pro Member, Pro Member Annual - Fall Sale, Pro Member Monthly - Fall Sale, Standard, Standard Member, Standard Member Annual - Fall Sale, and Standard Member Monthly - Fall Sale members only.
Register
Already a member? Log in here