Skip to content
  • Facebook
  • GitHub
  • YouTube
  • Pinterest
My Tec Bits
  • Home
  • Microsoft
    • .Net
      • ASP.NET
      • MVC
      • Visual Studio
    • IIS
    • SQL Server
      • SQL Server 2019
      • SQL Server 2017
      • SQL Server 2016
      • SQL Server 2014
      • SQL Server 2012
      • SQL Server 2008
    • Windows OS
  • Web Development
    • Java Script
    • Jquery
    • Python
    • Bootstrap
    • Zurb Foundation
    • Web Security
  • More
    • macOS
    • Reviews
  • Online Tools
    • Fitness Calculators
    • Encoders & Decoders
    • Cryptography
    • Unit Converters
    • Math. Calculators
    • Date & Time Calculators
    • Finance Calculators

SQL

How to calculate running total in SQL Server?

Apr 27, 2024 by Beaulin Twinkle
Calculate running total using window function

In SQL server, there are several ways available to calculate running total from within a SELECT statement. Let us see few of the common methods to calculate the running total.

Categories SQL Server Tags SQL, SQL Server 2022, Transact-SQL (T-SQL) Leave a comment

Separating letters and numbers from strings in SQL Server

Mar 6, 2024 by Beaulin Twinkle
Separating letters and numbers from strings in SQL Server

Here is a simple SQL Server user defined function for separating letters and numbers from a given string.

Categories SQL Server Tags SQL, SQL Server 2019, Transact-SQL (T-SQL) Leave a comment

How to convert month number to month name in SQL Server?

Dec 26, 2023 by Beaulin Twinkle
convert month number to month name in SQL Server

In SQL Server there are several ways to convert an integer month number to a month name. Let’s see a few of the methods with examples.

Categories SQL Server Tags SQL, SQL Server 2016, SQL Server 2017, SQL Server 2019, SQL Tips, Transact-SQL (T-SQL) Leave a comment

How to get float or decimal result while dividing integers in SQL Server?

Oct 25, 2023 by Beaulin Twinkle
Dividing integers in SQL Server gives integer result.

In SQL Server when you divide and integer with another integer, the result will always be an integer. So, what to do to get float or decimal result while dividing integers in SQL Server?

Categories SQL Server Tags SQL, SQL Server 2022, Transact-SQL (T-SQL) Leave a comment

How to group by datetime column without considering time?

Aug 31, 2023 by Beaulin Twinkle
Group by datetime column without considering time

Learn how to group datetime data by date without considering the time component in SQL. Discover practical SQL queries using CAST or CONVERT functions for effective data aggregation.

Categories SQL Server Tags SQL, SQL Server 2019, Transact-SQL (T-SQL) Leave a comment

How to insert multiple records with a single SQL query?

Feb 25, 2023 by Beaulin Twinkle
How to insert multiple records with a single SQL query?

Here is a simple tip to insert multiple records in an SQL Server database table with a single SQL insert query.

Categories SQL Server Tags SQL, SQL Server 2019, SQL Tips, Transact-SQL (T-SQL) Leave a comment

How to drop all the tables from a database in SQL Server?

Feb 25, 2023 by Beaulin Twinkle
How to drop all the tables from a database in SQL Server?

In rare situations like database level permission issues, you may need to drop all the tables from a SQL Server database and recreate them.

Categories SQL Server Tags SQL, SQL Server 2019, Transact-SQL (T-SQL) Leave a comment

How to use CHOOSE in SQL Server

Jan 28, 2023 by Beaulin Twinkle
How to use CHOOSE in SQL Server

CHOOSE is a Transact-SQL function used to return a single value form a list based on the specific index. Let’s see how to use CHOOSE function.

Categories SQL Server Tags SQL, SQL Server 2019, Transact-SQL (T-SQL) Leave a comment

What is SQL, and why is it important to learn it?

Aug 21, 2022Aug 21, 2022 by My Tec Bits.
SQL

What is SQL, and why is SQL important? let’s figure it out. All valuable information is organized and entered into databases managed by database management systems and the SQL language.

Categories Oracle Database, SQL Server Tags ANSI SQL, SQL Leave a comment

How to calculate statistical mode in SQL Server?

Jul 8, 2022 by Beaulin Twinkle
Get old the modes

Let us see with example on how to calculate the mathematical statistical mode in SQL Server.

Categories SQL Server Tags SQL, SQL Server 2019, SQL Tips, Transact-SQL (T-SQL) Leave a comment

How to calculate mean in SQL Server?

Jul 20, 2022Jun 9, 2022 by Beaulin Twinkle
calculate mean in SQL Server

Here you will see with a simple example on using an existing TSQL function to calculate the mean in SQL Server.

Categories SQL Server Tags SQL, SQL Server 2019, SQL Tips, Transact-SQL (T-SQL) Leave a comment

How to get execution time in milliseconds in SSMS?

May 28, 2022May 28, 2022 by Beaulin Twinkle
How to get execution time in milliseconds in SQL Server Management Studio?

One another simple method to get the execution time in milliseconds in SQL Server Management Studio (SSMS)

Categories SQL Server Tags SQL, SQL Server 2019, SQL Tips, Transact-SQL (T-SQL) Leave a comment

How to perform an IF…THEN operation in SQL SELECT statement?

Mar 18, 2022 by Beaulin Twinkle
IF…THEN Operation In SELECT Statement

Here we will see couple of methods to perform an IF…THEN Operation in SQL Server SELECT statement.

Categories SQL Server Tags SQL, SQL Server 2019, SQL Tips, Transact-SQL (T-SQL) Leave a comment

How to update if row exists else insert in SQL Server

Mar 13, 2022 by Beaulin Twinkle
Update If Row Exists Else Insert In SQL Server

Developing an application with database, frequently you will need to provide option to update if a row exists else insert a row.

Categories SQL Server Tags SQL, SQL Server 2019, SQL Tips, Transact-SQL (T-SQL) Leave a comment

How to import data from JSON file to SQL Server DB?

Feb 3, 2022 by Beaulin Twinkle
Import Data From JSON File To SQL Server

In this article, we will see how to import data from JSON file to a table using OPENROWSET and OPENJSON T-SQL relational operators.

Categories SQL Server Tags SQL, SQL Server 2019, Transact-SQL (T-SQL) 1 Comment

How to list all the triggers with table name and schema In SQL Server DB?

Dec 23, 2021 by Beaulin Twinkle
List All The Triggers With Table Name And Schema

Here is a simple and quick query to list all the triggers with its associated table and schema names in an SQL Server database.

Categories SQL Server Tags SQL, SQL Server 2019, SQL Tips, Transact-SQL (T-SQL) Leave a comment

LIKE vs CONTAINS in SQL Server

Nov 11, 2021 by Beaulin Twinkle
Like vs Contains Performance

Though LIKE and CONTAINS can be used interchangeably in several use cases, there are several differences between them. Now let us compare LIKE vs CONTAINS.

Categories SQL Server Tags SQL, SQL Server 2019, Transact-SQL (T-SQL) Leave a comment

INFORMATION_SCHEMA.TABLES vs SYS.TABLES in SQL Server

Oct 28, 2021 by Beaulin Twinkle
INFORMATION_SCHEMA.TABLES Vs SYS.TABLES

Comparition of INFORMATION_SCHEMA.TABLES Vs SYS.TABLES in SQL Server.

Categories SQL Server Tags SQL, SQL Server 2019, Transact-SQL (T-SQL) Leave a comment

Convert UTC DateTime to different time zones in SQL Server

Aug 20, 2021 by Beaulin Twinkle
Using UTC DateTime - DATETIMEOFFSET

Handling UTC DateTime in SQL Server database is very important for multi time zone applications. Here, you will learn about ways for storing the date time in UTC and converting the UTC DateTime to another time zone.

Categories SQL Server Tags SQL, SQL Server 2016, SQL Server 2017, SQL Server 2019, Transact-SQL (T-SQL) Leave a comment

SHA-2 Hashing in SQL Server

Jul 16, 2021 by Beaulin Twinkle
SHA-2 Hashing In SQL Server

Here in this article we will see the various types of SHA-2 hashing has algorithms and the algorithms supported by SQL Server with examples.

Categories SQL Server Tags Security, SQL, SQL Server 2016, SQL Server 2017, SQL Server 2019, Transact-SQL (T-SQL) Leave a comment
Older posts
Page1 Page2 … Page8 Next →

Article Categories

  • Android (2)
  • Apple (22)
    • macOS (22)
  • Internet & Web Dev. (152)
    • DNN (4)
    • Java Script (10)
    • Jquery (8)
    • PHP (7)
    • Python (83)
    • Twitter Bootstrap (25)
    • Web Security (11)
    • Zurb Foundation (6)
  • Linux (4)
  • Microsoft (318)
    • .Net (69)
    • IIS (10)
    • Internet Explorer (3)
    • Office (2)
    • SQL Server (225)
    • Windows (24)
  • Networks And Distributed Systems (2)
  • Oracle (7)
    • Java (2)
    • Oracle Database (5)
  • Others (6)
  • Reviews (10)

Recent Articles

  • Installing .NET SDK in Linux Mint and debugging C# code using VS Code Jun 21, 2024
  • Generating random number in C#  Jun 6, 2024
  • How to calculate running total in SQL Server? Apr 27, 2024
  • How to import XML data into SQL Server using SELECT query? Apr 10, 2024
  • How to prevent VS Code from replacing an already opened preview tab with a subsequently opened one? Mar 13, 2024
  • Separating letters and numbers from strings in SQL Server Mar 6, 2024
  • How to call or run another application from python code? Feb 15, 2024
  • How to store images in SQL Server? Jan 17, 2024
  • Error: A table that has FILESTREAM columns must have a nonnull unique column with the ROWGUIDCOL property. Jan 8, 2024
  • Fix for Error: “FILESTREAM feature is disabled” while adding FILESTREAM Jan 4, 2024

Subscribe MyTecBits.com

Online Tools

  • Fitness Calculators
  • Encoders & Decoders
  • Cryptography
  • Unit Converters
  • Math. Calculators
  • Date & Time Calculators
  • Finance Calculators

Popular Articles

  • Joining Tables from Databases on Different SQL Servers
  • Where is SQL Server Configuration Manager?
  • RDP Error: The identity of the remote computer cannot be verified
  • Convert UTC DateTime to different time zones in SQL Server
  • How to exit from single-user mode in SQL Server database?
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use. Learn more...
  • Home
  • About Us
  • Contact Us
  • Site Map
  • Terms Of Use
  • Privacy Policy
© 2012 - 2025 My Tec Bits. All Rights Reserved.