Tag: Database
All the articles with the tag "Database".
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 Query to Get Column Type
Published: at 08:52 PMA SQL query to retrieve column details such as data type, max length, precision, and primary key status.
MSSQL Query to Count Tables in a Schema
Published: at 05:18 AMA simple MSSQL query to count the number of tables within a specific schema using `information_schema.tables`.