Explore >> Select a destination


You are here

blog.tyang.org
| | integrate8.wordpress.com
9.6 parsecs away

Travel
| | Do you like your database Entree or Ala Carte? Let's see the menu. Migration-Based Start with a seed database schema, as development proceeds keep applying modifications as change scripts. The database is your system of record. PRO: Ala Carte features and fine-grain control. The ability to deploy different features or development branches to target...
| | curatedsql.com
8.8 parsecs away

Travel
| |
| | sqlreitse.com
9.2 parsecs away

Travel
| | Whilst working on a blogpost on Fabric Data Warehouse, I started wondering if I could work around the SQL web interface and connect to my OneLake with SSMS and/or ADS. As it turns out, you can! Find the connection-string To be honest, this was the hardest part as the connection-string is somewhat hidden. In your...
| | dataonwheels.wordpress.com
46.7 parsecs away

Travel
| Sometimes you need a fast way to test your API call and responses, and for that VS code is the perfect tool to do that. For today's demo, we will use a free API to test with. https://catfact.ninja/factKeep in mind, this is a very very simple REST API. For more complicated REST API calls, make...