SQL Server Storage Tutorials

Q

Where to find answers for frequently asked questions (FAQ) on SQL Server Data Storage and I/O?

✍: FYIcenter.com

A

Here is a collection of many frequently asked questions on SQL Server Data Storage and I/O with answers compiled by FYIcenter.com team:

Introduction of Azure SQL Database

What Is Azure SQL Database

Create Azure SQL Database

Review Azure SQL Database Configuration

Use Query Editor on Azure Portal

Azure SQL Database Related Terminology

IOPS Tests on Azure SQL Database with INSERT

What Is IOPS (I/O Operations Per Second)

Table for IOPS Tests on INSERT Statements

Input Operation Test with INSERT Statements

Verify Azure SQL Database Storage Usage

Verify SQL Database DTU Usage

Input Operation Test with BIGINT Data Type

Input Operation Test with UUID Data Type

Input Operation Test with VARCHAR Data Type

Input Operation Test with Large Records

Performance Impact of Higher Azure Service Tier

"Execution Timeout Expired" Error on Azure Portal

"Your services were disabled" Error

SQL Server System Views and Functions

What Is a SQL Server File

What Is sys.database_files?

What Is a SQL Server Filegroup

What Is sys.filegroups?

List All Files in a Filegroup

What Is sys.objects

What Is OBJECT_ID()

What Is a SQL Server Partition

What Is sys.partitions?

What Is sys.allocation_units

Find the File IDs of a Given Table

What Is fn_virtualfilestats()

Join sys.allocation_units with fn_virtualfilestats()

I/O Tests on INSERT Statements

Use allocation_units for I/O Tests

Page Size Varies on Azure SQL Database

Page Size Varies on SQL Server 2016 Database

Use fn_virtualfilestats() for I/O Tests

fn_virtualfilestats() Not Useful on Azure SQL

fn_virtualfilestats() Not Useful on SQL Server 2016

Test Script for INSERT with BIGINT

Test Script for INSERT with PRIMARY KEY

Test Script for INSERT with MEMORY_OPTIMIZED

I/O Tests on SELECT Statements

Test Script for SELECT with CURSOR

No Reads on SELECT with CURSOR on SQL Server 2016

No Reads on SELECT with CURSOR on Azure SQL Database

Test Script for SELECT with BIGINT

SELECT with BIGINT on SQL Server 2016

SELECT with BIGINT on Azure SQL Database

Test Script for SELECT with PRIMARY KEY

SELECT with PRIMARY KEY on SQL Server 2016

SELECT with PRIMARY KEY on Azure SQL Database

Test Script for SELECT with MEMORY_OPTIMIZED

SELECT with MEMORY_OPTIMIZED Table on SQL Server 2016

SELECT Test Summary on SQL Server 2016

Copyright © FYIcenter.com. All rights reserved. SQL-Server-Storage v1.02

 

Introduction of Azure SQL Database

2019-07-19, 4827🔥, 0💬