Tag: SQL Server
All the articles with the tag "SQL Server".
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.
SQL Server Loop
Published: at 04:15 AMLearn how to create a simple loop in SQL Server to automate repetitive tasks.
MSSQL Collation Management
Published: at 11:32 PMLearn how to change the collation of a SQL Server database and its columns, ensuring consistency across tables.