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

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

Top 5 New Java Features You Should Learn in 2021

Jun 19, 2021 by My Tec Bits.
Top 5 New Java Features You Should Learn In 2021

Let us see the top 5 new Java features you should learn in 2021 and upgrade yourself in Java programming with the newer version of Java 16.

Categories Java Tags Java SE, Java SE 16, JDK, JDK 16 Leave a comment

URL Encoding and Decoding using Java

Jun 18, 2021 by Beaulin Twinkle
URL Encoding Using Java

While using any website URL in programming, it is always safe to use URL Encoding. Java has HTML utility classes to perform url encoding and decoding.

Categories Java Tags Java SE, Java SE 16, JDK, JDK 16 Leave a comment

How to loop through table rows without cursor in SQL Server?

Mar 26, 2021 by Beaulin Twinkle
Loop Through Table Rows Without Cursor

Row-By-Row Processing Without Cursor: Here is a simple tip on how to loop through table rows without cursor in SQL Server.

Categories SQL Server Tags SQL, SQL Server 2019, SQL Tips, Transact-SQL (T-SQL) 2 Comments

Script To Backup All The Databases In SQL Server

Mar 10, 2021 by Beaulin Twinkle
Script To Backup All The Databases

Here is a simple Transact SQL script to backup all the databases In an SQL Server

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

Finding triggers on table or schema in SQL Server DB

Feb 26, 2021 by Beaulin Twinkle
Finding Triggers For Tables

Simple tips for finding triggers in an SQL Server database based on the partial table name or all the tables under a schema.

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

Escaping square brackets in LIKE clause in SQL Server

Feb 24, 2021Feb 17, 2021 by Beaulin Twinkle
SQL escape square brackets in like clause - Problem

When trying to filter the results using LIKE clause with string having square bracket, it won’t work. So, how to escape square brackets in LIKE clause?

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

FOR LOOP in SQL Server?

Feb 7, 2021 by Beaulin Twinkle
FOR LOOP In SQL Server?

Is there FOR LOOP in SQL Server? If you are new to SQL Server and trying to create a stored procedure with some simple logic, you might be looking for the syntax of FOR LOOP.

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

Search the whole database for a string in SQL Server

Jan 29, 2021 by Beaulin Twinkle
Search the whole database

Here is my take to search the whole database for a string In SQL Server. A stored procedure to search all the tables and its columns for a keyword.

Categories SQL Server Tags SQL, SQL Server 2019, SQL Tips Leave a comment

How to avoid the error “string or binary data would be truncated” and insert string with truncation in SQL Server?

Jan 18, 2021 by Beaulin Twinkle
String Or Binary Data Would Be Truncated

Here is a simple solution to avoid the SQL Server error “String or binary data would be truncated …” and Insert string data with truncation.

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

How to execute SQL Server stored procedure from Python?

Dec 18, 2020 by Beaulin Twinkle
Execute SQL Server Stored Procedure From Python

Now we will see how to execute a Stored Procedure from python. For the most part, executing a stored procedure is similar to a select statement.

Categories Python, SQL Server Tags Python 3.8.x, Python 3.x, Python Tips, SQL Server 2019 Leave a comment

Error: ‘SqlConnection’ could not be found in the namespace (Solved)

Dec 11, 2020 by Beaulin Twinkle
SqlConnection Could Not Be Found

Error CS1069 The type name ‘SqlConnection’ could not be found in the namespace ‘System.Data.SqlClient’. This type has been forwarded to assembly ‘System.Data.SqlClient, Version=0.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ Consider adding a reference to that assembly.

Categories .Net Tags .NET 5, .NET Core, C# (C Sharp), Visual Studio, Visual Studio 2019 9 Comments

How to execute an SQL Server stored procedure from a C# program?

Dec 11, 2020 by Beaulin Twinkle
Execute An SQL Server Stored Procedure From A C# Program

Today, let us see how to execute an SQL Server Stored Procedure from a C# program.

Categories .Net, SQL Server Tags C# (C Sharp), SQL Server 2019, Visual Studio 2019 Leave a comment

Why am I unable to save changes after editing table design in SSMS?

Nov 25, 2020 by Beaulin Twinkle
Unable To Save Changes After Editing A Table Design In SSMS

Solution for unable to save changes after editing table in design window of SQL Server Management Studio.

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

GETDATE() vs CURRENT_TIMESTAMP in SQL Server

Jan 27, 2021Nov 18, 2020 by Beaulin Twinkle
GETDATE() Vs CURRENT_TIMESTAMP In SQL Server

GETDATE() Vs CURRENT_TIMESTAMP: What are the differences and similarities between GETDATE() and CURRENT_TIMESTAMPIn SQL Server?

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

Finder, Disk utility and Storage tab shows different free space in macOS

Nov 9, 2020 by Beaulin Twinkle
Finder, Disk Utility And Storage Tab Shows Different Free Space In MacOS

Why is the finder, disk utility and storage tab windows are showing different free space In MacOS drive? and what is purgeable storage

Categories macOS Tags MacBook Pro, macOS Catalina Leave a comment

Verifying Linux Mint ISO image file on macOS

Oct 17, 2020Oct 16, 2020 by Beaulin Twinkle
Linux Mint Logo

When downloading files form any website, it is important to verify the integrity of the file after downloading. Here are the the steps for verifying the integrity of the Linux Mint ISO file.

Categories Linux, macOS Tags Linux distribution, Linux Mint, Linux Mint 20 Cinnamon, MacBook Pro, macOS Catalina, Security Leave a comment

How to connect SQL Server from Python on macOS?

Apr 8, 2022Oct 11, 2020 by Beaulin Twinkle
Connect SQL Server From Python Program On MacOS

In this article we will see how to connect SQL Server from a Python program on macOS using the Visual Studio Code as the development environment.

Categories Python, SQL Server Tags macOS Catalina, Python 3.8.x, Python 3.x, SQL, SQL Server 2019, Visual Studio Code Leave a comment

Moving table to another schema in SQL Server

Oct 5, 2020 by Beaulin Twinkle
Moving Table To Another Schema In SQL Server

IN SQL Server, moving table to another schema is quiet simple. Here I have given sample script to transfer one or all tables in a database to another schema.

Categories SQL Server Tags SQL, SQL Server 2019, SQL Tips, Transact-SQL (T-SQL) Leave a comment
Older posts
Newer posts
← Previous Page1 … Page4 Page5 Page6 … Page23 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
  • How to exit from single-user mode in SQL Server database?
  • Convert UTC DateTime to different time zones in SQL Server
  • Formatting SQL statements in SSMS
  • Where is SQL Server Configuration Manager?
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.