Clear, practical technology insights About · Contact

SQL Server

Explore the latest SQL Server articles and guides at TipsMake, presented clearly and practically. Follow these practical guides and solutions to help you master your technology, software, and your work.

Latest SQL Server Articles Page 2

ISDATE function in SQL Server
SQL Server

ISDATE function in SQL Server

The ISDATE function in SQL Server checks to see if the expression passed is a valid time value, if ISDATE returns 1, otherwise it returns 0.

16 July 2026 · 2 min read
ISNULL function in SQL Server
SQL Server

ISNULL function in SQL Server

In SQL Server, the ISNULL function allows you to return an alternate value when an input expression is NULL.

16 July 2026 · 2 min read
ISNUMERIC function in SQL Server
SQL Server

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.

16 July 2026 · 2 min read
NULLIF function in SQL Server
SQL Server

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.

16 July 2026 · 3 min read
USER_NAME function in SQL Server
SQL Server

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 function.

16 July 2026 · 2 min read
SPACE function in SQL Server
SQL Server

SPACE function in SQL Server

The SPACE function in SQL Server is used to return a string with the number of spaces specified in the statement.

16 July 2026 · 2 min read
STR function in SQL Server
SQL Server

STR function in SQL Server

The article will explore and show you how to use STR function to return character data converted from digital data in SQL Server.

16 July 2026 · 3 min read
STUFF function in SQL Server
SQL Server

STUFF function in SQL Server

The article will learn and show you how to use STUFF function to insert a string into another string.

16 July 2026 · 2 min read
UPPER function in SQL Server
SQL Server

UPPER function in SQL Server

The article will explore and show you how to use UPPER function in SQL Server to convert letters in a specified string to uppercase.

16 July 2026 · 2 min read
SUBSTRING function in SQL Server
SQL Server

SUBSTRING function in SQL Server

The article will explore and guide you how to use the SUBSTRING function in SQL Server to extract a substring from a specified string.

16 July 2026 · 2 min read
ABS function in SQL Server
SQL Server

ABS function in SQL Server

This article will show you in detail how to use the ABS () handling function in SQL Server with specific syntax and examples to better visualize and capture functions.

16 July 2026 · 2 min read
AVG function in SQL Server
SQL Server

AVG function in SQL Server

The AVG function in SQL Server returns the average value of an expression or average value according to the specified column of the selected row.

16 July 2026 · 3 min read
CEILING function in SQL Server
SQL Server

CEILING function in SQL Server

The CEILING function in SQL Server returns the smallest integer value greater than or equal to the transmitted numeric expression.

16 July 2026 · 2 min read
FLOOR function in SQL Server
SQL Server

FLOOR function in SQL Server

The FLOOR function in SQL Server returns the largest integer value but less than or equal to the transmitted numeric expression.

16 July 2026 · 2 min read
COUNT function in SQL Server
SQL Server

COUNT function in SQL Server

This article will show you in detail how to use functions that handle COUNT () numbers in SQL Server with specific syntax and examples to better visualize and capture functions.

16 July 2026 · 3 min read
MAX function in SQL Server
SQL Server

MAX function in SQL Server

The article will explore and show you how to use the MAX function in SQL Server to find the maximum value in a set.

16 July 2026 · 2 min read
MIN function in SQL Server
SQL Server

MIN function in SQL Server

The article will explore and show you how to use the MIN function in SQL Server to find the smallest value in a set.

16 July 2026 · 2 min read
ROUND function in SQL Server
SQL Server

ROUND function in SQL Server

The article will give you detailed instructions on how to use the SQL Server ROUND () function with the syntax and specific examples to make it easier to visualize and capture the function better.

16 July 2026 · 4 min read