กิจกรรม
31 มี.ค. 23 - 2 เม.ย. 23
อิเกีย เหตุการณ์การเรียนรู้ SQL, Fabric และ Power BI ที่ใหญ่ที่สุด 31 มีนาคม – 2 เมษายน ใช้รหัส FABINSIDER เพื่อบันทึก $400
ลงทะเบียนวันนี้เบราว์เซอร์นี้ไม่ได้รับการสนับสนุนอีกต่อไป
อัปเกรดเป็น Microsoft Edge เพื่อใช้ประโยชน์จากคุณลักษณะล่าสุด เช่น การอัปเดตความปลอดภัยและการสนับสนุนด้านเทคนิค
Applies to:
SQL Server
Azure SQL Database
Azure SQL Managed Instance
This article describes how to view a list of databases on an instance of SQL Server by using SQL Server Management Studio or Transact-SQL.
If the caller of sys.databases
is not the owner of the database and the database is not master
or tempdb
, the minimum permissions required to see the corresponding row are ALTER ANY DATABASE or VIEW ANY DATABASE server-level permission, or CREATE DATABASE permission in the master
database. The database to which the caller is connected can always be viewed in sys.databases
.
In Object Explorer, connect to an instance of the SQL Server Database Engine, and then expand that instance.
To see a list of all databases on the instance, expand Databases.
Connect to the Database Engine.
From the Standard bar, select New Query.
Copy and paste the following example into the query window and select Execute. This example returns a list of databases on the instance of SQL Server. The list includes the names of the databases, their database IDs, and the dates when the databases were created.
SELECT name, database_id, create_date
FROM sys.databases;
GO
กิจกรรม
31 มี.ค. 23 - 2 เม.ย. 23
อิเกีย เหตุการณ์การเรียนรู้ SQL, Fabric และ Power BI ที่ใหญ่ที่สุด 31 มีนาคม – 2 เมษายน ใช้รหัส FABINSIDER เพื่อบันทึก $400
ลงทะเบียนวันนี้การฝึกอบรม
โมดูล
Use databases in a .NET Aspire project - Training
Learn about the database systems that .NET Aspire can connect to using built-in integrations. Then see how to configure connections to, and store data in, relational and nonrelational databases.
ใบรับรอง
รับรองโดย Microsoft: Azure Database Administrator Associate - Certifications
จัดการโครงสร้างพื้นฐานฐานข้อมูล SQL Server สําหรับคลาวด์ ภายในองค์กร และฐานข้อมูลเชิงสัมพันธ์แบบไฮบริดโดยใช้ข้อเสนอของฐานข้อมูลเชิงสัมพันธ์ของ Microsoft PaaS