Have you ever restored a SQL Server bacpac file and wished that indices were disabled for a faster restore?
I have a script that does exactly this: https://www.planetgeek.ch/2025/05/14/disabling-indices-in-a-bacpac-file-sql-server/

Have you ever restored a SQL Server bacpac file and wished that indices were disabled for a faster restore?
I have a script that does exactly this: https://www.planetgeek.ch/2025/05/14/disabling-indices-in-a-bacpac-file-sql-server/
PostgreSQL, we've generally heard, is "good enough" for most intents and purposes.
We'd love to know what YOU think. What's stopped you from using #PostgreSQL in the past, and what solution did you choose instead? When have you opted for #Postgres where it turned out better than expected?
NEW POST: Remove IDENTITY Property From a Column
A (mostly) simple option that doesn't require any I/O...or the need for a large maintenance window.
Dave Mason
https://www.davemason.me/2025/05/03/remove-identity-property-from-a-column
ANN: Database Workbench 6.7.0 released
- ability to view vector embeddings in PostgreSQL
- quick CSV import/export
- faster foreign key creation
- bugfixes in PostgreSQL, Firebird, InterBase and SQLite modules
https://www.upscene.com/news/item/20250425
#MySQL
#MariaDB
#SQLServer
#Oracle
#Firebird
#InterBase
#PostgreSQL
#NexusDB
#databasetools #databasedevelopment #DatabaseWorkbench
Making some progress here getting Windows 2000 and SQL Server 200 onto AppleTalk and eventually GlobalTalk thanks to jrouter.
This is new and exciting networking activity.
Yo, #sqlserver tuners and optimizers, I have a question: under what circumstances would a #queryplan prefer a scan of a clustered index rather than a seek of a non-clustered index with the same predicate and output fields?
I've been pouring over query plans lately, trying to reduce pressure of processes in an environment that sees thousands of processes running, with hundreds at the same time, contending for data access, CPU time, and file locks.
I'm installing SQL Server 2000 and I noticed an interesting option: it supports AppleTalk.
Do I need to be setting up a GlobalTalk router and adding SQL Server 2000 to the mix? It's so enterprise.
Video: Adding a foreign key constraint to an existing #SQLite table using Database Workbench.
https://www.youtube.com/watch?v=ZnFf4sj8jro
#MySQL
#MariaDB
#SQLServer
#Oracle
#Firebird
#InterBase
#PostgreSQL
#NexusDB
#databasetools #databasedevelopment #DatabaseWorkbench
Hey #sqlfamily , curious how everybody is doing Ci/CD. I want to do it. I’ve checked in everything in prod into GitHub. I have access to GitHub Actions. But what do people do to get from dev to prod? If I change a table and add a permission, what scripts out the changes from my dev DB? Looks like Sqlpackage and Flyway? If I can’t have the database look like prod (because of extra audit triggers, etc), how should I handle that? Is there a Recommended Best Practice somewhere? #sqlserver
Video: Convert a #MySQL database to #PosgreSQL using Database Workbench.
#MySQL
#MariaDB
#SQLServer
#Oracle
#Firebird
#InterBase
#PostgreSQL
#NexusDB
#databasetools #databasedevelopment #DatabaseWorkbench
SQL Server String Aggregation: SQL Server 2016 vs. 2017
Master SQL Server String Aggregation across versions (2016+). Learn dynamic SQL, best practices, & secure techniques to prevent SQL injection. #SQLServer #DynamicSQL #StringAggregation #Database #SQLInjection #Programming
https://tech-champion.com/general/sql-server-string-aggregation-sql-server-2016-vs-2017/
...
SQL JSON Conversion: Efficiently Converting SQL Query Results to JSON
Master SQL JSON conversion for efficient database development! Learn techniques for transforming SQL query results into JSON, improving code readability & security. #SQLJSONConversion #JSONData #DatabaseDevelopment #SQLServer #DataTransformation #Programming
https://tech-champion.com/database/sql-server/sql-json-conversion-efficiently-converting-sql-query-results-to-json/
...
Reverse Substrings in SQL Server: Four Efficient Methods
Master Reverse SQL Substrings in SQL Server! Learn efficient methods to reverse substring order, transforming "apple-banana-cherry" into "cherry-banana-apple". Explore modern techniques using STRING_SPLIT & STRING_AGG for optimal performance. #SQLServer #stringmanipulation #ReverseSubstring #SQLtips #programming #database
https://tech-champion.com/database/sql-server/reverse-substrings-in-sql-server-four-efficient-methods/
...
Conditional SQL Inserts: How to Add Rows Based on Status
Master Conditional SQL Inserts for robust database management & data integrity! Learn various techniques, from IF EXISTS to MERGE statements & stored procedures. #SQLinserts #DatabaseManagement #DataIntegrity #SQLServer #ConditionalLogic #Programming
https://tech-champion.com/database/sql-server/conditional-sql-inserts-how-to-add-rows-based-on-status/
...
Conditional SQL Inserts: How to Add Rows Based on Status
Master Conditional SQL Inserts for robust database management & data integrity! Learn various techniques, from IF EXISTS to MERGE statements & stored procedures. #SQLinserts #DatabaseManagement #DataIntegrity #SQLServer #ConditionalLogic #Programming
https://tech-champion.com/database/sql-server/conditional-sql-inserts-how-to-add-rows-based-on-status/
...
Conditional SQL Inserts: How to Add Rows Based on Status
Master Conditional SQL Inserts for robust database management & data integrity! Learn various techniques, from IF EXISTS to MERGE statements & stored procedures. #SQLinserts #DatabaseManagement #DataIntegrity #SQLServer #ConditionalLogic #Programming
Learn how to perform conditional SQL inserts to add new rows only if a specific condition is met such as checking the shipment status before insertion. Conditional SQL Inserts are expla...
Conditional SQL Inserts: How to Add Rows Based on Status
Master Conditional SQL Inserts for robust database management & data integrity! Learn various techniques, from IF EXISTS to MERGE statements & stored procedures. #SQLinserts #DatabaseManagement #DataIntegrity #SQLServer #ConditionalLogic #Programming
https://tech-champion.com/database/sql-server/conditional-sql-inserts-how-to-add-rows-based-on-status/
...
Video: Creating an #SQLite database with tables and foreign key relationships.
https://www.youtube.com/watch?v=w88NySp6Ydk
#MySQL
#MariaDB
#SQLServer
#Oracle
#Firebird
#InterBase
#PostgreSQL
#NexusDB
#databasetools #databasedevelopment #DatabaseWorkbench
Quick Clip: object list filtering in Database Workbench
https://www.youtube.com/watch?v=XseaNdp8oGM
#MySQL
#MariaDB
#SQLServer
#Oracle
#Firebird
#InterBase
#PostgreSQL
#NexusDB
#SQLite
#databasetools #databasedevelopment #DatabaseWorkbench