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

Microsoft

Articles about Microsoft technologies like Windows, SQL server, MS Office, Sharepoint, IIS, Dot Net, etc..

Solution for Msg 8134 Divide by zero error encountered

May 21, 2020 by Beaulin Twinkle
Msg 8134 Divide by zero error encountered

Solution for the error message “Msg 8134, Level 16, State 1, Line 7 Divide by zero error encountered” when performing division operation in SQL Server.

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

Getting MAX of multiple columns in SQL Server

May 20, 2020 by Beaulin Twinkle
Getting MAX of multiple columns in SQL Server

Here is simple method to find the MAX of multiple columns in SQL Server. Getting smallest or highest values from multiple columns.

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

Using condition inside COUNT() in SQL Server

May 8, 2020 by Beaulin Twinkle
Using condition inside COUNT() in SQL Server

Using condition inside COUNT() in SQL Server is simple and comes in handy when you cannot use WHERE clause in the select statement.

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

How to get sizes of all databases on SQL Server?

May 1, 2020 by Beaulin Twinkle
get sizes of all databases on SQL Server

Here is a simple method which I use to get the sizes of all databases on SQL Server in a single list.

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

Get the list of user created databases in SQL Server

Apr 29, 2020 by Beaulin Twinkle
Get the list of user created databases in SQL Server

Here is a simple tip to get the list of user created databases in an SQL Server.

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

What is a Temporal Database?

May 1, 2020Apr 23, 2020 by Dahlia Sam
Temporal Database

Temporal Databases stores information about states of the real world across time. Temporal Database is a database with built-in support for handling data involving time.

Categories Oracle Database, SQL Server Tags Database Leave a comment

Preventing Viruses On Windows 10

Jan 21, 2021Apr 18, 2020 by My Tec Bits.
Preventing Viruses On Windows 10

Windows 10 remains one of the most widely used operating systems in the world. With that in mind, we put together a few helpful tips for how to prevent viruses on your Windows 10 devices.

Categories Windows Tags Security, Windows 10, Windows Security Leave a comment

How to insert results from Stored Procedure to a temp table in SQL Server?

Feb 25, 2023Apr 16, 2020 by Beaulin Twinkle
insert results from Stored Procedure to a temp table

As a database programmer, you may need to get result in table format from a stored procedure and store it to a temp table. Here we will see how to insert results from Stored Procedure to a temp table.

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

Altering existing tables with data to system-versioned temporal table

Apr 2, 2020 by Beaulin Twinkle
Altering existing tables to system-versioned temporal table with data

Here are the simple steps with example for altering existing version tables with data to system-versioned temporal table.

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

Get the list of temporal tables in SQL Server DB

Mar 25, 2020 by Beaulin Twinkle
list of temporal tables in SQL Server DB

Using simple sql technique, here we will see how to get the list of temporal tables in a database.

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

Check and drop system-versioned temporal table if exists

Mar 19, 2020 by Beaulin Twinkle
Check and drop system versioned temporal table if exists

How to check and drop a system-versioned temporal table if it exists in the database as temporal tables are different from regular tables?

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 find the history table of a temporal table?

Mar 18, 2020 by Beaulin Twinkle
find the history table of a temporal table

Here a simple trick to find the name of the history table of a system versioned temporal table using SQL select statement.

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

Find if system versioned temporal table exists

Mar 18, 2020Mar 18, 2020 by Beaulin Twinkle
Find if temporal table exists

Let us see how to check if a specific table is system versioned temporal or not using SQL script. SQL tips to check if temporal table exists.

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

Creating and using temporal table (system-versioned table) in SQL Server.

Mar 18, 2020Mar 13, 2020 by Beaulin Twinkle
How to create temporal table (system-versioned table) in SQL Server?

Temporal table otherwise called as system-versioned table helps you to maintain the version history of the data in the table in a automated way.

Categories SQL Server Tags ANSI SQL, SQL, SQL Server 2016, SQL Server 2017, SQL Server 2019 Leave a comment

Extended Events vs Profiler Trace in SQL Server

Jan 29, 2020 by Beaulin Twinkle
Extended Events vs Profiler Trace

In this article let us see a briefing about how Extended Events are comparable with Profiler and Trace. Extended Events vs Profiler Trace.

Categories SQL Server Tags Extended Events, SQL Server Profiler Leave a comment

Get only the common records from two tables using INTERSECT

Jan 10, 2020 by Beaulin Twinkle
Get only the common records from two tables using INTERSECT

With example how to get only the common records from two tables using INTERSECT and the advantages of INTERSECT over INNER JOIN.

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

Get records from one table which are not present in another table using EXCEPT

Jan 10, 2020Jan 4, 2020 by Beaulin Twinkle
Get records from one table which are not present in another table using EXCEPT

Getting records from one table which are not present in another table using EXCEPT operator in SQL Server.

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

Concatenate columns to string in SQL Server

Dec 20, 2019 by Beaulin Twinkle
Concatenate columns to string in SQL Server

In SQL Server there are several ways to concatenate columns to a single string. Here are few methods for concatenating columns based on the version of SQL Server.

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

Formatting SQL statements in SSMS

Dec 13, 2019 by Beaulin Twinkle
After Formatting SQL Statements in SSMS

Formatting SQL statements or source code of procedures or function in SSMS is a daunting task. Here you will see how to use a plugin to format T-SQL in SSMS.

Categories SQL Server Tags SQL, SQL Sever Management Studio (SSMS), SQL Tips, Transact-SQL (T-SQL) Leave a comment

How To Drop Temporary Table If Exists In SQL Server?

Jun 28, 2019 by Beaulin Twinkle
Drop Temporary Table Only If Exists

Here is a simple tip on how to drop a temporary or temp table if it exists using the DIY in 2016 or higher versions of SQL Server.

Categories SQL Server Tags SQL Server 2008, SQL Server 2012, SQL Server 2014, SQL Server 2016, SQL Server 2017, SQL Tips, Transact-SQL (T-SQL) Leave a comment
Older posts
Newer posts
← Previous Page1 … Page4 Page5 Page6 … Page16 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

  • Upgrade python version in visual studio code python workspace
  • Where is SQL Server Configuration Manager?
  • Convert UTC DateTime to different time zones in SQL Server
  • Row Number Without Using Order By In SQL Server
  • How To Get Day Of Week In SQL Server?
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.