Skip to content
Databases

Microsoft SQL Server — Default Password

Default username and password for the Microsoft SQL Server: sa / (blank). Learn how to log in and how to change the default credentials.

The 'sa' account password is set during mixed-mode setup; blank sa was possible on legacy MSDE/Express.

UsernamePasswordAccessVersion / firmwareNotes
sa
(blank / none)
DatabaseBlank sa on legacy MSDE installs
sa
(blank)
Web UI7Admin
Source
official docs

Responsible use

This database lists publicly documented default credentials so administrators can find and change them. Only use these on systems you own or are authorized to test.

Related devices