Search Articles — Sudonull

Search Results

In this project

VDI for SQL Server: backup without .bak files | Guide

https://sudonull.com/vdi-for-sql-server-backup-without-bak-files-guide

How to implement MS SQL integration with backup systems via VDI. Detailed analysis of architecture, parallel processing, and chain recovery. Learn the advantages of the solution.

OPC UA in MFC: integration of open62541

https://sudonull.com/opc-ua-in-mfc-integration-of-open62541

How to integrate OPC UA into an MFC application in C++ with open62541. Connecting to Siemens S7, security, subscriptions, working with SQL Server.

WebAssembly SQL for Excel and Parquet in the browser

https://sudonull.com/webassembly-sql-for-excel-and-parquet-in-the-browser

Learn how to run a C++ SQL engine in the browser for parsing XLSX, CSV, Parquet without a server. Code examples, architecture, performance. Integration for developers.

Evolution of RAG: genomes and cache of MCP servers

https://sudonull.com/evolution-of-rag-genomes-and-cache-of-mcp-servers

Implementation of controlled evolution of RAG pipelines on MCP documents1c. Three layers of genomes, SQL models, mutation-evaluation cycle. For middle/senior dev. Study the code and architecture.

Data Types for Passport and Identifiers in SQL: Storage Errors

https://sudonull.com/data-types-for-passport-and-identifiers-in-sql-storage-errors

Learn why passport and other identifiers should be stored as strings, not numbers in SQL. Avoid loss of leading zeros and data errors. Read the guide for developers.

From the web

Microsoft SQL Server downloads

https://www.microsoft.com/en-us/sql-server/sql-server-downloads?msockid=1406c9ef7f1c60873424de4c7eff61b2

Get started with Microsoft SQL Server downloads. Choose a SQL Server trial, edition, tool, or connector that best meets your data and workload needs.

SQL Server 2022 | Microsoft

https://www.microsoft.com/en-us/sql-server/sql-server-2022?msockid=1406c9ef7f1c60873424de4c7eff61b2

SQL Server 2022, now generally available, is the most Azure-enabled release yet and offers continued enhancements to security and performance, providing a modern data platform for hybrid scenarios.

SQL Server Downloads Quick Links

https://www.mssqltips.com/sqlservertip/6429/sql-server-download-quick-links/

5 days ago · Check out these SQL Server downloads for the SQL Server engine, Express Edition, Service Packs, SSMS, sample databases, tools and more.

SQL Tutorial - W3Schools

https://www.w3schools.com/sql/

SQL is a standard language for storing, manipulating and retrieving data in databases. Our SQL tutorial will teach you how to use SQL in MySQL, SQL Server, MS Access, Oracle, PostgreSQL, and more.

Microsoft SQL Server - Wikipedia

https://en.wikipedia.org/wiki/Microsoft_SQL_Server

As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications —which may run either on the same computer or on another …

SQL Server Tutorial

https://www.sqlservertutorial.net/

SQL Server is a relational database management system (RDBMS) developed and marketed by Microsoft. As a database server, the primary function of the SQL Server is to store and retrieve data …

SQL Server 2022 Download: Complete Installation Guide

https://www.mssqltips.com/sqlservertip/7313/install-sql-server-2022/

Jul 1, 2026 · Learn how to easily download SQL Server 2022 and set it up for your system with our comprehensive installation guide.

MS SQL Server Tutorial - Online Tutorials Library

https://www.tutorialspoint.com/ms_sql_server/index.htm

This tutorial explains some basic and advanced concepts of SQL Server such as how to create and restore data, create login and backup, assign permissions, etc. Each topic is explained using …

Introduction of MS SQL Server - GeeksforGeeks

https://www.geeksforgeeks.org/sql/introduction-of-ms-sql-server/

Jul 15, 2025 · Microsoft SQL Server or MS SQL Server for short is the query language provided for data definition and manipulation. SQL Server is a Relational Database Management Systems which was …

Install SQL Server Management Studio on Windows

https://computingforgeeks.com/install-and-configure-sql-server-management-studio-on-windows/

Mar 22, 2026 · This guide walks through downloading and installing the latest SSMS 22 on Windows, connecting to SQL Server and Azure SQL, creating databases, managing users, running backups, …

Trending Now