Join Nostr
2024-10-25 13:49:05 UTC

Dave Mason on Nostr: I got some quality SQL Server/database work done with one of the dev team members ...

I got some quality SQL Server/database work done with one of the dev team members this week.

It started out with a request to delete duplicate data from a table. After deleting the dupes, we analyzed the table and identified a natural key and added a composite unique index--no more duplicate data going forward.

1/X

#SQLServer
#RDBMS
#Development