Percy Reyes
My thoughts on cryptography and SQL database Engineering
Pages
(Move to ...)
About me
Education & Experience
Academic
Database Engineering
Cryptography
Articles
Talks
▼
Monday, 13 May 2024
Boosting SQL Server Efficiency: Why You Should Update Statistics Manually
›
While SQL Server provides automatic statistics management, manually updating statistics allows for greater control over database performance...
Saturday, 20 April 2024
Detailed Explanation of SQL Server Query Hints
›
SQL Server query hints are directives that can be included in your SQL queries to guide the SQL Server Query Optimiser in executing them. Ty...
Monday, 4 March 2024
Understanding the SQL Server Query Optimiser: A Comprehensive Overview
›
The SQL Server Query Optimiser is a crucial component of Microsoft SQL Server, responsible for determining the most efficient way to execute...
Monday, 12 February 2024
Detecting Poor Cursor Usage in SQL Server
›
Undoubtedly, poor cursor usage is a critical issue to review in order to mitigate the risk of CPU bottlenecks and to assess whether cursors ...
Wednesday, 17 January 2024
Looking deeper into the physical & logical architecture - Transaction Log File
›
Beyond all doubt, it is essential to have a good understanding of the Transaction Log (T-Log) so that we can diagnose unforeseen performance...
Sunday, 17 December 2023
Getting Important Information of SQL Server Backups
›
Regardless of the method employed to take SQL Server backups, they must be carefully monitored around the clock, particularly in critical da...
Monday, 13 November 2023
AI-Driven SQL Server Database Management Service with Security in Mind
›
In the realm of SQL Server database management, the integration of artificial intelligence is transforming how organisations optimise their ...
Monday, 30 October 2023
On Homomorphic Encryption
›
Probably, one of the most exciting recent developments in the field of cryptography is the emergence of homomorphic encryption which is a ty...
‹
›
Home
View web version