Articles by Tag #sqlserver

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

5 Essential SQL Skills Learned from a Decade of Experience

In my ten years of working with SQL, I've honed several critical skills that significantly enhance...

Learn More 55 30Nov 20 '24

CRUD operations using Blazor Web App, Entity Framework and SQL Server

In this tutorial, we’ll explore how to do simple CRUD (Create, Read, Update, and Delete) Operations...

Learn More 40 5Sep 12 '24

Building a Custom Logging Provider in ASP.NET Core

Logging is one of the most important parts in .NET ecosystem and any developer should interact with...

Learn More 22 3Oct 22 '24

From 14TB to 700GB: Optimizing Database Storage for Real-Time Monitoring

🔍 TL;DR Learn how WaterBridge's 3-person engineering team uses TimescaleDB to ingest, monitor, and...

Learn More 19 0Jan 23

The Book Nook: A Website Security Crisis

Once upon a time in the bustling digital city of Cyberspace, there was a small, quaint website called...

Learn More 13 0Oct 18 '24

Employee Management System Using SQL

Introduction The Employee Management System is an SQL-based project that streamlines...

Learn More 13 0Oct 13 '24

🧐 What is Write Ahead Logging 📝🗂️ (WAL)

Write-Ahead Logging (WAL) is a standard technique in databases to ensure data integrity and...

Learn More 11 0Jan 17

20 Livros sobre Linguagem SQL que você deveria ler

Na série #QueroLer de hoje conheceremos 20 livros de qualidade para aprender Linguagem SQL. Eles...

Learn More 9 0Jul 28 '24

5 Steps to Secure Passwordless Azure SQL Connections Using Node.js

Passwordless Authentication for Azure SQL Using Microsoft Entra ID Introduction: In today’s digital...

Learn More 9 1Aug 12 '24

SQL Server Database Design and Management in 2025 with a GUI Tool

If you’re working with SQL Server, you know how robust and reliable it is for managing and storing...

Learn More 8 2Dec 17 '24

SQL Admin Scripts: A Practical Toolkit for Managing Servers and Databases

Effective database management relies on having the right tools to streamline tasks and ensure optimal...

Learn More 7 0Dec 9 '24

Parallel Queries in EF Core with PostgreSQL: Why It Fails and How to Fix It

You may have faced an interesting error trying to run queries in parallel with EF Core and Postgres:...

Learn More 7 0Apr 15

The Power of OUTER APPLY: A SQL Weapon to Expand Legacy Database

Introduction In the world of SQL Server, maintaining and enhancing legacy stored...

Learn More 7 1Nov 28 '24

Step-by-Step Guide: Easy Reporting 📋 with ClosedXML (Excel) and Database Views

'ClosedXML' allows you to create Excel files without installing the Excel. Here's a step-by-step...

Learn More 7 1Nov 26 '24

How to Manage Your SQL Server Database Effectively

Managing an SQL Server database effectively is crucial for ensuring data integrity, security, and...

Learn More 6 1Dec 6 '24

Part 8: SQL Injection Series - Advanced Prevention Techniques and Real-World Applications

Author: Trix Cyrus Waymap Pentesting tool: Click Here TrixSec Github: Click Here TrixSec Telegram:...

Learn More 6 0Dec 2 '24

SQL(Structured Query Language) Road Map for beginners

How can I learn SQL all over again if I were to start over? During your early days of learning you...

Learn More 6 2Oct 4 '24

Step-by-Step Guide: Querying From Databases Via a Single Database Helper Using the Strategy Design Pattern

This exercise allows you to get data from different databases (MySQL, PostgreSQL and SQL Server...)...

Learn More 6 0Nov 8 '24

Connecting Azure SQL-Database and App Service using system-assigned identity

I had built an application using an Azure SQL-Database for storage and I wanted to upload it to Azure...

Learn More 6 1May 31 '24

18 Key Points You Must Know When Creating Tables in MySQL

For backend developers, accessing a database is crucial. Core user data is usually stored securely...

Learn More 6 0Sep 11 '24

Optimisation SQL Server : Vues, Procédures Stockées et Index

En entreprise, une requête lente peut coûter cher !!🔴 🔑 Les 3 Clés de l'Optimisation ...

Learn More 5 0Feb 2

Unlocking SQL Server Performance – Namrata Hinduja’s Guide to Optimization

SQL Server is a powerful relational database management system, but like any complex software, its...

Learn More 5 0Feb 6

Postgres 🐘 vs. SQL Server: a Complete Comparison ⚖️ in 2025

This post is maintained by Bytebase, an open-source database DevSecOps tool that can manage both...

Learn More 5 0Apr 2

An E-Commerce Web Application

This repository contains an e-commerce web application built using SQL Server, EF, ASP. NET Core MVC,...

Learn More 5 0Jul 13 '24

I am Learning SQL(mysql) in 2025.

Database & DBMS Type of DB, SQL & non-sql / (RDBMS vs NRDBMS) SQL Tables, Columns(schema),...

Learn More 4 2Apr 24

Difference Between VARCHAR() and NARCHAR()

This is my first article 😍, and I will discuss Varchar and NVarhcar 🤔. Understanding the difference...

Learn More 4 1Sep 5 '24

Amazon Aurora DSQL: The New Era of Distributed SQL

Amazon Aurora DSQL (dee-sequel) is a groundbreaking serverless, distributed SQL database that...

Learn More 4 0Dec 30 '24

SQL- Commands intro

Structure Query Language(SQL) SQL is a collection of statements used to communicate with...

Learn More 4 1Jul 18 '24

SQL Server vs PostgreSQL: From Architecture to Cost

When comparing SQL Server and PostgreSQL, two of the most widely used relational database...

Learn More 4 0Feb 5

How To Debug SQL Procedures and Queries in Microsoft Visual Studio

Stored procedures and functions can be long and tedious to debug. This article will guide you on how...

Learn More 4 0Sep 2 '24