sql server 2008 enable sa account
问题 I logged into SQL Server 2008 via SQL Server Management Studio using Windows admin account. When I run the command ( ALTER LOGIN sa ENABLE ) I get the following error. Cannot alter the login 'sa', because it does not exist or you do not have permission. 回答1: You account doesn't have permissions. It isn't sysadmin. CREATE DATABASE requires Requires CREATE DATABASE, CREATE ANY DATABASE, or ALTER ANY DATABASE permission. This is (legacy SQL Server 2000 lingo): sysadmin dbcreator If the account