ChrizTalk

Category: SQL

Home Category: SQL

Cross database queries on views in SQL Azure

January 17, 2017ChrizNo Comments

There are some nice articles about setting up this feature in SQL Azure. I prefer this one: https://ppolyzos.com/2016/07/30/cross-database-queries-in-azure-sql-databases/ but you could also go for this ‘official’ Microsoft doc at https://docs.microsoft.com/en-US/azure/sql-database/sql-database-elastic-query-getting-started-vertical But in both of the articles I couldn’t find anything about the usage of views, so I tried it out myself. I will go on with the article on…

Email reports from SQL Azure

May 22, 2014Chriz1 commentWindows Azure

For one of my projects I wanted to do some daily checks and send the results by email to me and some colleagues. Of course this can be done by creating a worker role, but there is another (easier) way, by using Windows Azure Mobile Services. This way you don’t have to deploy anything, just…

Recent Posts

  • Ionic 3 and Firebase Facebook authentication using AngularFire2
  • Ionic 3 and Firebase authentication using AngularFire2
  • Ionic 3, Firebase and AngularFire2
  • Ionic 2 and Font Awesome using Sass
  • Using Google Fonts in Ionic 2

&copy 2016 ChrizTalk