TipsMake
Newest

SQL Server

How to completely uninstall SQL Server
19 February 2022

How to completely uninstall SQL Server

This article will show you how to uninstall SQL Server completely. Follow the steps in this article, you also need to prepare the system to be able to reinstall SQL Server.

What's new in SQL Server Management Studio 18.7?
09 November 2020

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

DAY function in SQL Server
25 May 2019

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.

GETUTCDATE function in SQL Server
25 May 2019

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.

MONTH function in SQL Server
25 May 2019

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.

SQL Server YEAR function
25 May 2019

SQL Server YEAR function

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

CONVERT function in SQL Server
25 May 2019

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

TRY_CAST function in SQL Server
25 May 2019

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.

TRY_CONVERT function in SQL Server
25 May 2019

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

CASE statement in SQL Server
25 May 2019

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.