I created an SQL server on Azure with a super user, super user has access to login and can control the Master table, I even ran quarries to count rows from master and it went. But I used same user to try and access the main database which is the original DB, I always get an error
Warning: mssql_query(): message: Invalid object name
For me, I need a plug and play service like MYSQL which is straight forward, the complexities here are getting me mad. OK if the super user created on azure cant access tables in my main DB, I have created new users with roles and connected to logins, but I cant seem to access my main database through any quarry. All I get is
Warning: mssql_query(): message: Invalid object name
Why is it so hard to plug into micorsoft, no tutorial on their site is of help to many of us who even want to key into using Azure.
Just make it easy for a client to plug into Azure, if you want Azure to grow, think of how azure can connect from any OS.
Thanks