veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

248
active users

#sqlserver

2 posts1 participant0 posts today

This looks really useful: sp_IndexCleanup

It's a stored procedure from Erik Darling that analyzes SQL Server indexes. It checks for things like unused indexes, uncompressed indexes, overlapping indexes, duplicated/nearly duplicated indexes, etc. And if I understood the video, if generates 'cleanup' scripts. Cool!

erikdarling.com/introducing-sp

#SQLServer
#Database

Darling Data · Introducing sp_IndexCleanup! | Darling DataSQL Server insights from Erik Darling. Want to get better at performance tuning, indexing, or query tuning? Try one of my online SQL courses.

A couple of nice database victories today. Two large tables each had one column storing DATETIME data and another column storing UNIQUEIDENTIFIER (aka GUID) data. Both columns were incorrectly using data type VARCHAR.

Changing to the appropriate types dropped table sizes from 10.62GB to 4.91GB and from 8.56GB to 6.44GB.

#SQLServer
#Databases

SQL Table Data Retrieval: Handling Tables With and Without Primary Keys
Learn efficient SQL Table Data Retrieval techniques for SQL Server, handling tables with & without primary keys. Master comprehensive column metadata retrieval for robust data analysis! #SQLServer #DatabaseAdmin #DataAnalysis #SQLquery #DataRetrieval #ColumnMetadata
tech-champion.com/database/sql
...

Troubleshooting Airflow SQL Server Errors: A Case Study of System Task Initialization Failure
Troubleshoot frustrating Airflow SQL Server errors! This post helps diagnose & fix system task initialization failures and other connection issues. Learn to build robust data pipelines. #AirflowSQLServerErrors #DataEngineering #SQLServer #ApacheAirflow #DatabaseConnection #DataPipelines
tech-champion.com/database/sql...