News
You can execute the following query to know the location of data file and log file of each database. SELECT name AS 'LogicalFileName', physical_name AS 'FilePath' FROM sys.master_files Alternatively, ...
In SQL Server Management Studio (SSMS), you can see the SQL Server database state. Alternatively, you can use T-SQL commands to verify your database status. You can use the DATABASEPROPERTYEX function ...
To find the database name you can pipe the output of Get-AzureSqlDatabasServer directly to Get-AzureSqlDatabase. You can see here that I'll be using a database name of myazuredatabase. [Click on image ...
To test a SQL database connection, you'll need at least four pieces of information: the user name password, database name and endpoint (such as a DNS name or IP address). For this article, we're only ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results