SDU Tools: Currencies by Country in SQL Server T-SQL
I recently posted about how we added Countries and Currencies to our free SDU Tools for developers and DBAs. I use those all the time in drop-down lists. But the other one that’s super-helpful, is to know which are the official currencies for each country. So we’ve added another view called CurrenciesByCountry.
It’s a simple view that returns details of the current list of official currencies for each country. You can see it here:
2020-03-25