Stairway to Advanced T-SQL Level 10: Using Scalar Functions
Learn about scalar user defined functions in this next level in the Stairway.
2020-10-21 (first published: 2020-10-08)
2,610 reads
Learn about scalar user defined functions in this next level in the Stairway.
2020-10-21 (first published: 2020-10-08)
2,610 reads
2020-05-28
621 reads
Did you know that scalar-valued, user-defined functions can be used in DEFAULT/CHECK CONSTRAINTs and computed columns? Learn about it...
2015-05-12
6,719 reads
A set of user defined functions used to calculate the number of business or working hours (excluding the non working hours) that have passed since a certain point of time.
2011-09-21 (first published: 2007-11-20)
3,022 reads
By Steve Jones
Another post for me that is simple and hopefully serves as an example for...
Click here to read previous retrospective entries. From Steve Jones (blog | Twitter) in December 2010...
By Steve Jones
I started to add a daily coping tip to the SQLServerCentral newsletter and to...
I use the below to get Last day of Previous Month, but I want...
Hello Community, I trying to use the following sql code to change the Schema...
Goodday, I have a problem with changing the TCP port for SQL Server Analysis...