-- Drop Views, Procedures and Functions, checking for dependencies and dropping dependencies first SELECT @ObjName = (SELECT TOP 1 '[' + s.name + '].[' + o.name + ']' FROM sys.objects o INNER JOIN sys ...
You can use SQL Server Management Studio (SSMS) to administer Azure SQL Database logical servers and databases. This topic walks you through common tasks with SSMS. You should already have a logical ...