We all know you are not supposed to name your object sp_ in SQL Server as it is typically reserved for system objects and will normally result in a master database search first, HOWEVER, seeing how Azure SQL Database is not a typical SQL server installation, is that still the case?
Not looking for lectures on why does it matter just don't do it, I am curious if it still works the same or not. I realize its technically still a SQL Server with restrictions to limit you to a scoped database and using resource governor, but...
