I created a very simple table named PropertyTest in my SQL Azure database. The Schema name is TaskMasterMobile which is a Mobile Service I set up. I then created a new data table on the service side called PropertyTest and
the data and structure all show up fine. Then I created a view called viewtest on the Azure SQL side under the schema name TaskMasterMobile. Finally, I created a new table on the mobile services side called viewtest and is creates a new table but
not the same table I was intending to connect to in Azure SQL - even through the schema name was correct and the table name was exactly the same. Bottom line. How do I create a view that works on the Azure SQL side which will be used by the mobile
service? Thanks!
↧