Wednesday, April 19, 2023

MS-SQL Server - Dhai (A Numeric 2.5)

Dhai (A Numeric 2.5)

 

When we listen Dhai it reminds us about new CTP 2.5.


https://cloudblogs.microsoft.com/sqlserver/2019/04/24/sql-server-2019-community-technology-preview-2-5-is-now-available/



Additionally,


A Performance DHAI


D - DMVs are useful.

sys.dm_db_log_info

sys.dm_io_virtual_file_stats


H - Hashbytes Performance Fix


https://support.microsoft.com/en-us/topic/kb4345228-fix-slow-performance-in-sql-server-2017-when-you-run-a-query-that-contains-hashbytes-function-when-compared-to-sql-server-2016-ae5a7561-282b-bcd4-208d-acbb890bd8a1


https://learn.microsoft.com/en-us/troubleshoot/sql/database-engine/database-file-operations/logging-data-storage-algorithms


A - Auto Create Statistics


I - Index Maintenance (Scheduled/Adhoc)


&

Backup and Restore Slides



Best Regards



T. Amit Vaid S.

2 comments:

Anonymous said...

Partition Boundary

https://learn.microsoft.com/en-us/sql/relational-databases/system-catalog-views/sys-partition-functions-transact-sql?view=sql-server-ver16

Anonymous said...

Using SQL Server Management Studio
To configure the remote access option

1. In Object Explorer, right-click a server and select Properties.

2. Select the Connections node.

3. Under Remote server connections, select or clear the Allow remote connections to this server check box.

https://learn.microsoft.com/en-us/sql/database-engine/configure-windows/configure-the-remote-access-server-configuration-option?view=sql-server-ver16

Understand and resolve SQL Server blocking problems

https://learn.microsoft.com/en-us/troubleshoot/sql/database-engine/performance/understand-resolve-blocking