TipsMake
Newest

Tags : advanced sql server statement

ISNUMERIC function in SQL Server
SQL Server 25 May 2019

ISNUMERIC function in SQL Server

the isnumeric function in sql server checks whether the value of the passed expression is a valid numeric value, if there is isnumeric returns 1, otherwise it returns 0.

Read More
NULLIF function in SQL Server
SQL Server 25 May 2019

NULLIF function in SQL Server

this article will show you in detail how to use the nullif function handler in sql server with specific syntax and examples to better visualize and capture functions.

Read More
USER_NAME function in SQL Server
SQL Server 25 May 2019

USER_NAME function in SQL Server

this article will show you in detail how to use the function to handle the user_name statement in sql server with specific syntax and examples to better visualize and capture the

Read More