;

Recent Articles


How to Get the Current Time Zone of the Server in SQL Server.

Tutorialsrack 05/11/2021 SQL Server

In this article, you will learn how to get the current timezone of the server in SQL Server. A very common question we developers often encounter is what is the current Timezone of the server where the SQL Server is installed. Here are the two examples to get the current timezone of the server in SQL Server.

Read More..

How to Check if a Column Exists in a Table in SQL Server

Tutorialsrack 23/10/2021 SQL Server

In this article, you will learn how to check if a column exists in a table or not in the SQL server. There are various in-built system catalog views or metadata functions that you can use to check the existence of columns in a table of SQL Server. There are various ways to check whether a column exists in a table or not. Here are some examples to achieve this.

Read More..

How to Restrict an HTML Input Textbox to Allow Only Numeric Values using Javascript or JQuery

Tutorialsrack 09/10/2021 Jquery Javascript

In this article, you will learn how to restrict an HTML input textBox to allow only numeric values using Javascript or JQuery. By default, the HTML5 input field has attribute type="number" that is used to get input in numeric format only.

Read More..

Substring() Method in C#

Tutorialsrack 09/08/2021 C#

In this article, you’ll learn what is Substring in C# and how to use the Substring() method in C#. A Substring in C# is a contiguous sequence of characters within a string. In other words, a substring is a portion of a string. The String class in C# represents a string. For instance, "the best of" is a substring of "It was the best of times".

Read More..
Recent Posts
Tags