Tag: SQL Server
All the articles with the tag "SQL Server".
Understanding SQL Server ID Jumps
Published: at 10:00 PMThis article explains why identity column values in SQL Server may jump by large numbers, especially after restarts, and how to control this behaviour using configuration options introduced in SQL Server 2012 and later.
Getting Started with LocalDB: Tips and Tricks
Published: at 09:48 PMLearn what LocalDB is, how to manage it with SqlLocalDB.exe, configure connection strings, and locate database files for development.
Running SQL Server in Docker
Published: at 02:18 AMA comprehensive guide on running SQL Server in a Docker container, including setup, backup, and restore instructions.
Which Tables Are Taking Up How Much Space
Published: at 06:49 AMA query to determine which tables in a SQL Server database are taking up the most space, including the space used by indexes and data.
Setting Up SQL Server Data Folder
Published: at 02:16 AMA guide to setting up the SQL Server data folder and configuring user permissions for optimal SQL server performance.
MSSQL Table to XML
Published: at 09:22 AMA simple SQL query to convert a table to XML format in SQL Server.