SQL Server Default User: 'sa' Account Explained
The default user of SQL Server is the system administrator account named 'sa' (short for 'system administrator'). This account has full control over the SQL Server instance and all its databases. It is recommended to change the password for this account and limit its use to only necessary tasks to improve the security of the SQL Server.
原文地址: https://www.cveoy.top/t/topic/oWmj 著作权归作者所有。请勿转载和采集!