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

How Does Virtualization Work with SQL Server & What Are The Benefits?
SQL Server

How Does Virtualization Work with SQL Server & What Are The Benefits?

Virtualization has been used for years by organizations looking to liberate their software resources from the bonds of specific hardware devices and instead embrace a more flexible approach that meshes with their need for increased agility.

16 July 2026 · 5 min read
Steps to install Microsoft SQL Server on Windows 10
SQL Server

Steps to install Microsoft SQL Server on Windows 10

Instructions on how to install Microsoft SQL Server on Windows 10, a database management system from Microsoft. Install SQL Server and SSMS is a GUI tool to support SQL Server manipulation

16 July 2026 · 5 min read
What's new in SQL Server Management Studio 18.7?
SQL Server

What's new in SQL Server Management Studio 18.7?

The SQL Server Management Studio (SSMS) 18.7 release is available for download now. Today, we will be sharing some updates from the release and what's happening in SQL Server Management Studio.

16 July 2026 · 4 min read
DAY function in SQL Server
SQL Server

DAY function in SQL Server

The DAY function in SQL Server returns an integer that is the day of the month (from 1 to 31) from the time passed.

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

GETUTCDATE function in SQL Server

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

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

MONTH function in SQL Server

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

16 July 2026 · 2 min read
SQL Server YEAR function
SQL Server

SQL Server YEAR function

SQL Server's YEAR function returns a 4-digit integer that is the year value in the timestamp passed.

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

CAST function in SQL Server

The CAST function in SQL Server converts an expression from one data type to another.

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

CONVERT function in SQL Server

The CONVERT function in SQL Server allows you to convert an expression to any desired data type but can follow a certain format (especially for the date data type).

16 July 2026 · 4 min read
TRY_CAST function in SQL Server
SQL Server

TRY_CAST function in SQL Server

The article will show you in detail how to use the TRY_CAST data type conversion function in SQL Server with specific syntax and examples to better visualize and capture functions.

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

TRY_CONVERT function in SQL Server

This article will show you in detail how to use the TRY_CONVERT data type conversion function in SQL Server with specific syntax and examples to better visualize and capture functions.

16 July 2026 · 5 min read
Check version information in SQL Server
SQL Server

Check version information in SQL Server

This article will show you in detail how to use the @@ VERSION query to check the information that SQL Server version is using.

16 July 2026 · 2 min read
CASE statement in SQL Server
SQL Server

CASE statement in SQL Server

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

16 July 2026 · 6 min read
COALESCE statement in SQL Server
SQL Server

COALESCE statement in SQL Server

The COALESCE statement returns the expression with the first non-NULL value among the passed expressions.

16 July 2026 · 2 min read