home.social

#dba — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dba, aggregated by home.social.

  1. Grow your , skills and grab a 20% discount on LPI exams at @pgdata2026, June 4–5 in Chicago.

    Linux Professional Institute (LPI) is a Community Partner for this new conference series exploring education, community-building, and academic outreach.

    Learn more 🔗 lpi.org/sysr

    See you there! 🐧👋

    @prairie_postgres

  2. PSBlitz 6.1.0 is live
    New checks for Backups (RPO/RPO est.) & Instance Security (beta).
    ImportExcel support
    Up to 70% faster Excel exports
    Retry logic for transient errors

    Read the full breakdown: vladdba.com/2026/05/28/psblitz
    Repo: github.com/VladDBA/PSBlitz

    #sqlserver #sqldba #powershell #microsoftsqlserver #mssqlserver #mssql #mssqldba #dba #PSBlitz #MVPBuzz

  3. PSBlitz 6.1.0 is live
    New checks for Backups (RPO/RPO est.) & Instance Security (beta).
    ImportExcel support
    Up to 70% faster Excel exports
    Retry logic for transient errors

    Read the full breakdown: vladdba.com/2026/05/28/psblitz
    Repo: github.com/VladDBA/PSBlitz

    #sqlserver #sqldba #powershell #microsoftsqlserver #mssqlserver #mssql #mssqldba #dba #PSBlitz #MVPBuzz

  4. PSBlitz 6.1.0 is live
    New checks for Backups (RPO/RPO est.) & Instance Security (beta).
    ImportExcel support
    Up to 70% faster Excel exports
    Retry logic for transient errors

    Read the full breakdown: vladdba.com/2026/05/28/psblitz
    Repo: github.com/VladDBA/PSBlitz

    #sqlserver #sqldba #powershell #microsoftsqlserver #mssqlserver #mssql #mssqldba #dba #PSBlitz #MVPBuzz

  5. Not many databases have a keynote from the person who invented them.

    #PgDayBoston is June 9 at the Museum of Science - a one-day community conference organized by #PostgreSQL US - and Michael Stonebraker is keynoting. MIT adjunct professor, 2014 ACM Turing Award winner, primary inventor of #Postgres. He's going to walk through his journey building it. 🐘

    📅 June 9, 2026
    📍 Museum of Science in Boston
    🎟️ 2026.pgdayboston.org/registrat

    #database #dba #conference #opensource #boston #dataengineering

  6. Not many databases have a keynote from the person who invented them.

    #PgDayBoston is June 9 at the Museum of Science - a one-day community conference organized by #PostgreSQL US - and Michael Stonebraker is keynoting. MIT adjunct professor, 2014 ACM Turing Award winner, primary inventor of #Postgres. He's going to walk through his journey building it. 🐘

    📅 June 9, 2026
    📍 Museum of Science in Boston
    🎟️ 2026.pgdayboston.org/registrat

    #database #dba #conference #opensource #boston #dataengineering

  7. Not many databases have a keynote from the person who invented them.

    #PgDayBoston is June 9 at the Museum of Science - a one-day community conference organized by #PostgreSQL US - and Michael Stonebraker is keynoting. MIT adjunct professor, 2014 ACM Turing Award winner, primary inventor of #Postgres. He's going to walk through his journey building it. 🐘

    📅 June 9, 2026
    📍 Museum of Science in Boston
    🎟️ 2026.pgdayboston.org/registrat

    #database #dba #conference #opensource #boston #dataengineering

  8. Not many databases have a keynote from the person who invented them.

    #PgDayBoston is June 9 at the Museum of Science - a one-day community conference organized by #PostgreSQL US - and Michael Stonebraker is keynoting. MIT adjunct professor, 2014 ACM Turing Award winner, primary inventor of #Postgres. He's going to walk through his journey building it. 🐘

    📅 June 9, 2026
    📍 Museum of Science in Boston
    🎟️ 2026.pgdayboston.org/registrat

    #database #dba #conference #opensource #boston #dataengineering

  9. It's been said that experience is a comb life gives you after your hair has fallen out.

    #SQLServer
    #SQL
    #Development
    #DBA

  10. It's been said that experience is a comb life gives you after your hair has fallen out.

    #SQLServer
    #SQL
    #Development
    #DBA

  11. It's been said that experience is a comb life gives you after your hair has fallen out.

    #SQLServer
    #SQL
    #Development
    #DBA

  12. It's been said that experience is a comb life gives you after your hair has fallen out.

    #SQLServer
    #SQL
    #Development
    #DBA

  13. It's been said that experience is a comb life gives you after your hair has fallen out.

    #SQLServer
    #SQL
    #Development
    #DBA

  14. explain prettier from Andrei Lepikhov strips platform-dependent noise from EXPLAIN output, keeps plan structure intact. Two functions, no deps.

    pretty_explain_analyze() runs and cleans.

    pretty_explain_text() filters existing output, useful without server access.

    Check out the code: ⭐ github.com/danolivo/conf/blob/

    Read the full write-up: 📖 pgedge.com/blog/explain-pretti

    #postgresql #dba #testing #devtools #regression

  15. explain prettier from Andrei Lepikhov strips platform-dependent noise from EXPLAIN output, keeps plan structure intact. Two functions, no deps.

    pretty_explain_analyze() runs and cleans.

    pretty_explain_text() filters existing output, useful without server access.

    Check out the code: ⭐ github.com/danolivo/conf/blob/

    Read the full write-up: 📖 pgedge.com/blog/explain-pretti

    #postgresql #dba #testing #devtools #regression

  16. explain prettier from Andrei Lepikhov strips platform-dependent noise from EXPLAIN output, keeps plan structure intact. Two functions, no deps.

    pretty_explain_analyze() runs and cleans.

    pretty_explain_text() filters existing output, useful without server access.

    Check out the code: ⭐ github.com/danolivo/conf/blob/

    Read the full write-up: 📖 pgedge.com/blog/explain-pretti

    #postgresql #dba #testing #devtools #regression

  17. explain prettier from Andrei Lepikhov strips platform-dependent noise from EXPLAIN output, keeps plan structure intact. Two functions, no deps.

    pretty_explain_analyze() runs and cleans.

    pretty_explain_text() filters existing output, useful without server access.

    Check out the code: ⭐ github.com/danolivo/conf/blob/

    Read the full write-up: 📖 pgedge.com/blog/explain-pretti

    #postgresql #dba #testing #devtools #regression

  18. Another reason: object types sometimes change. For years my organization had a table named dbo.tbl_FooBar.

    To overcome performance problems involved with populating & syncing the table, it was replaced with a VIEW. The old table was referenced in too many places to warrant changing the object name. So we didn't.

    And now we have a VIEW named dbo.tbl_FooBar. And that's just messed up.

    #SQLServer
    #Databases
    #DBA

  19. Another reason: object types sometimes change. For years my organization had a table named dbo.tbl_FooBar.

    To overcome performance problems involved with populating & syncing the table, it was replaced with a VIEW. The old table was referenced in too many places to warrant changing the object name. So we didn't.

    And now we have a VIEW named dbo.tbl_FooBar. And that's just messed up.

    #SQLServer
    #Databases
    #DBA

  20. Another reason: object types sometimes change. For years my organization had a table named dbo.tbl_FooBar.

    To overcome performance problems involved with populating & syncing the table, it was replaced with a VIEW. The old table was referenced in too many places to warrant changing the object name. So we didn't.

    And now we have a VIEW named dbo.tbl_FooBar. And that's just messed up.

    #SQLServer
    #Databases
    #DBA

  21. Another reason: object types sometimes change. For years my organization had a table named dbo.tbl_FooBar.

    To overcome performance problems involved with populating & syncing the table, it was replaced with a VIEW. The old table was referenced in too many places to warrant changing the object name. So we didn't.

    And now we have a VIEW named dbo.tbl_FooBar. And that's just messed up.

    #SQLServer
    #Databases
    #DBA

  22. Another reason: object types sometimes change. For years my organization had a table named dbo.tbl_FooBar.

    To overcome performance problems involved with populating & syncing the table, it was replaced with a VIEW. The old table was referenced in too many places to warrant changing the object name. So we didn't.

    And now we have a VIEW named dbo.tbl_FooBar. And that's just messed up.

    #SQLServer
    #Databases
    #DBA

  23. Why?

    For probably 20 years or so, development tools (like SQL Server Management Studio and Visual Studio) have been sophisticated enough to indicate an object's type via tool tips (they usually pop up when you hover the mouse cursor/icon over the object's name).

    You can see an SSMS example in the attached picture. Microsoft didn't use Hungarian notation, and it's not necessary--we clearly see the object is a VIEW.

    #SQLServer
    #Databases
    #DBA

  24. Why?

    For probably 20 years or so, development tools (like SQL Server Management Studio and Visual Studio) have been sophisticated enough to indicate an object's type via tool tips (they usually pop up when you hover the mouse cursor/icon over the object's name).

    You can see an SSMS example in the attached picture. Microsoft didn't use Hungarian notation, and it's not necessary--we clearly see the object is a VIEW.

    #SQLServer
    #Databases
    #DBA

  25. Why?

    For probably 20 years or so, development tools (like SQL Server Management Studio and Visual Studio) have been sophisticated enough to indicate an object's type via tool tips (they usually pop up when you hover the mouse cursor/icon over the object's name).

    You can see an SSMS example in the attached picture. Microsoft didn't use Hungarian notation, and it's not necessary--we clearly see the object is a VIEW.

    #SQLServer
    #Databases
    #DBA

  26. Why?

    For probably 20 years or so, development tools (like SQL Server Management Studio and Visual Studio) have been sophisticated enough to indicate an object's type via tool tips (they usually pop up when you hover the mouse cursor/icon over the object's name).

    You can see an SSMS example in the attached picture. Microsoft didn't use Hungarian notation, and it's not necessary--we clearly see the object is a VIEW.

    #SQLServer
    #Databases
    #DBA

  27. Why?

    For probably 20 years or so, development tools (like SQL Server Management Studio and Visual Studio) have been sophisticated enough to indicate an object's type via tool tips (they usually pop up when you hover the mouse cursor/icon over the object's name).

    You can see an SSMS example in the attached picture. Microsoft didn't use Hungarian notation, and it's not necessary--we clearly see the object is a VIEW.

    #SQLServer
    #Databases
    #DBA

  28. As the saying in IT goes, "Naming things is hard". Coming up with a naming convention everyone agrees on is even more difficult.

    For SQL Server database objects, one 'rule' I try to always follow is to *not* use Hungarian notation, which involves prefixing an object name to indicate the object type. For example a "tbl_" prefix for tables or "vw_" for views.

    #SQLServer
    #Databases
    #DBA

  29. As the saying in IT goes, "Naming things is hard". Coming up with a naming convention everyone agrees on is even more difficult.

    For SQL Server database objects, one 'rule' I try to always follow is to *not* use Hungarian notation, which involves prefixing an object name to indicate the object type. For example a "tbl_" prefix for tables or "vw_" for views.

    #SQLServer
    #Databases
    #DBA

  30. As the saying in IT goes, "Naming things is hard". Coming up with a naming convention everyone agrees on is even more difficult.

    For SQL Server database objects, one 'rule' I try to always follow is to *not* use Hungarian notation, which involves prefixing an object name to indicate the object type. For example a "tbl_" prefix for tables or "vw_" for views.

    #SQLServer
    #Databases
    #DBA

  31. As the saying in IT goes, "Naming things is hard". Coming up with a naming convention everyone agrees on is even more difficult.

    For SQL Server database objects, one 'rule' I try to always follow is to *not* use Hungarian notation, which involves prefixing an object name to indicate the object type. For example a "tbl_" prefix for tables or "vw_" for views.

    #SQLServer
    #Databases
    #DBA

  32. As the saying in IT goes, "Naming things is hard". Coming up with a naming convention everyone agrees on is even more difficult.

    For SQL Server database objects, one 'rule' I try to always follow is to *not* use Hungarian notation, which involves prefixing an object name to indicate the object type. For example a "tbl_" prefix for tables or "vw_" for views.

    #SQLServer
    #Databases
    #DBA

  33. Attend @pgdata2026, a new PostgreSQL conference series featuring educational sessions, operational guidance, exploration, and more, June 4–5 in Chicago!

    LPI joins the event as a proud Community Partner. Visit us to get a 20% discount on our exams and validate your and skills with globally recognized credentials! 🐧

    Learn more: lpi.org/sysr

    @prairie_postgres

  34. Attend @pgdata2026, a new PostgreSQL conference series featuring educational sessions, operational guidance, #opensource exploration, and more, June 4–5 in Chicago!

    LPI joins the event as a proud Community Partner. Visit us to get a 20% discount on our exams and validate your #Linux and #FOSS skills with globally recognized credentials! 🐧

    Learn more: lpi.org/sysr

    @prairie_postgres #LPI #pgdata #pgdata2026 #postgresql #opensource #linux #FOSS #prairiepostgres #postgres #dba

  35. Attend @pgdata2026, a new PostgreSQL conference series featuring educational sessions, operational guidance, #opensource exploration, and more, June 4–5 in Chicago!

    LPI joins the event as a proud Community Partner. Visit us to get a 20% discount on our exams and validate your #Linux and #FOSS skills with globally recognized credentials! 🐧

    Learn more: lpi.org/sysr

    @prairie_postgres #LPI #pgdata #pgdata2026 #postgresql #opensource #linux #FOSS #prairiepostgres #postgres #dba

  36. Attend @pgdata2026, a new PostgreSQL conference series featuring educational sessions, operational guidance, #opensource exploration, and more, June 4–5 in Chicago!

    LPI joins the event as a proud Community Partner. Visit us to get a 20% discount on our exams and validate your #Linux and #FOSS skills with globally recognized credentials! 🐧

    Learn more: lpi.org/sysr

    @prairie_postgres #LPI #pgdata #pgdata2026 #postgresql #opensource #linux #FOSS #prairiepostgres #postgres #dba

  37. Attend @pgdata2026, a new PostgreSQL conference series featuring educational sessions, operational guidance, #opensource exploration, and more, June 4–5 in Chicago!

    LPI joins the event as a proud Community Partner. Visit us to get a 20% discount on our exams and validate your #Linux and #FOSS skills with globally recognized credentials! 🐧

    Learn more: lpi.org/sysr

    @prairie_postgres #LPI #pgdata #pgdata2026 #postgresql #opensource #linux #FOSS #prairiepostgres #postgres #dba

  38. Spannende Talks, starke Community und jede Menge PostgreSQL-Insights beim Nordic PGDay 2026 in Helsinki 🇫🇮

    Unser Vortrag „Beyond work_mem Myths“ zeigte, warum PostgreSQL Memory Usage oft unterschätzt wird und weshalb work_mem kein hartes Limit ist.

    Danke an alle Beteiligten für ein großartiges Event – wir freuen uns schon aufs nächste Jahr! 🚀

    Mehr dazu: credativ.de/blog/postgresql/no

    #PostgreSQL #Postgres #PGDay #NordicPGDay #OpenSource #Database #DBA #Helsinki #TechConference #DevOps #credativ

  39. Spannende Talks, starke Community und jede Menge PostgreSQL-Insights beim Nordic PGDay 2026 in Helsinki 🇫🇮

    Unser Vortrag „Beyond work_mem Myths“ zeigte, warum PostgreSQL Memory Usage oft unterschätzt wird und weshalb work_mem kein hartes Limit ist.

    Danke an alle Beteiligten für ein großartiges Event – wir freuen uns schon aufs nächste Jahr! 🚀

    Mehr dazu: credativ.de/blog/postgresql/no

    #PostgreSQL #Postgres #PGDay #NordicPGDay #OpenSource #Database #DBA #Helsinki #TechConference #DevOps #credativ

  40. Spannende Talks, starke Community und jede Menge PostgreSQL-Insights beim Nordic PGDay 2026 in Helsinki 🇫🇮

    Unser Vortrag „Beyond work_mem Myths“ zeigte, warum PostgreSQL Memory Usage oft unterschätzt wird und weshalb work_mem kein hartes Limit ist.

    Danke an alle Beteiligten für ein großartiges Event – wir freuen uns schon aufs nächste Jahr! 🚀

    Mehr dazu: credativ.de/blog/postgresql/no

    #PostgreSQL #Postgres #PGDay #NordicPGDay #OpenSource #Database #DBA #Helsinki #TechConference #DevOps #credativ

  41. Spannende Talks, starke Community und jede Menge PostgreSQL-Insights beim Nordic PGDay 2026 in Helsinki 🇫🇮

    Unser Vortrag „Beyond work_mem Myths“ zeigte, warum PostgreSQL Memory Usage oft unterschätzt wird und weshalb work_mem kein hartes Limit ist.

    Danke an alle Beteiligten für ein großartiges Event – wir freuen uns schon aufs nächste Jahr! 🚀

    Mehr dazu: credativ.de/blog/postgresql/no

    #PostgreSQL #Postgres #PGDay #NordicPGDay #OpenSource #Database #DBA #Helsinki #TechConference #DevOps #credativ

  42. Spannende Talks, starke Community und jede Menge PostgreSQL-Insights beim Nordic PGDay 2026 in Helsinki 🇫🇮

    Unser Vortrag „Beyond work_mem Myths“ zeigte, warum PostgreSQL Memory Usage oft unterschätzt wird und weshalb work_mem kein hartes Limit ist.

    Danke an alle Beteiligten für ein großartiges Event – wir freuen uns schon aufs nächste Jahr! 🚀

    Mehr dazu: credativ.de/blog/postgresql/no

    #PostgreSQL #Postgres #PGDay #NordicPGDay #OpenSource #Database #DBA #Helsinki #TechConference #DevOps #credativ

  43. RELEASE : annonce de fin de vie de la v.14, correctifs de sécurité, améliorations et conseils pour mettre à jour votre #SGBD… Voici notre traduction de l'annonce communautaire =>
    dali.bo/202605_release_mineure

    #PostgreSQL #opensource #DBA #update

  44. RELEASE : annonce de fin de vie de la v.14, correctifs de sécurité, améliorations et conseils pour mettre à jour votre #SGBD… Voici notre traduction de l'annonce communautaire =>
    dali.bo/202605_release_mineure

    #PostgreSQL #opensource #DBA #update

  45. RELEASE : annonce de fin de vie de la v.14, correctifs de sécurité, améliorations et conseils pour mettre à jour votre #SGBD… Voici notre traduction de l'annonce communautaire =>
    dali.bo/202605_release_mineure

    #PostgreSQL #opensource #DBA #update

  46. RELEASE : annonce de fin de vie de la v.14, correctifs de sécurité, améliorations et conseils pour mettre à jour votre #SGBD… Voici notre traduction de l'annonce communautaire =>
    dali.bo/202605_release_mineure

    #PostgreSQL #opensource #DBA #update

  47. RELEASE : annonce de fin de vie de la v.14, correctifs de sécurité, améliorations et conseils pour mettre à jour votre #SGBD… Voici notre traduction de l'annonce communautaire =>
    dali.bo/202605_release_mineure

    #PostgreSQL #opensource #DBA #update