Un problema común al usar SQL Server en Windows Vista es que al usar la base de datos por primera vez nos encontramos que no tenemos ningún privilegio administrativo y aparece el error:
‘CREATE DATABASE Permission denied in database ‘master”
La razón básica en SQL Server 2005 es que los usuarios del grupo administrativo de Windows Vista no reciben por default privilegios administrativos en la base de datos y es necesario realizar un procedimiento para otorgar estos privilegios.
Paso 0:
Login en Vista como adminstrador
Paso 1:
Start > All Programs > Microsoft SQL Server 2005 > Configuration Tools > SQL Server Surface Area Configuration
Paso 2:
‘Add New Administrator’
Paso 3:
En el dialogo
‘SQL Server User Provisioning on Vista’
mover
‘Member of the SqlServer SysAdmin role ‘
de
‘Available Privileges’
a
‘Privileges that will be granted to’
El mismo problema me ocurrió con SQL Server Express 2008, pero por lo menos la versión Express no incluye la utilería
SQL Server Surface Area Configuration
Como además se me había olvidado el password la solución fue reinstalar el SQL Server Express y entrar al administrador de la base de datos con el usuario sa
Referencias
- SQL Response & Free SQL Server TackleBox eBook
- Creating a Self-Signed Certificate in SQL Server 2005/2008
- Troubleshoot Performance Issues in SQL Server 2005
- How to Create a SQL Server Agent Proxy Account
- Detecting Orphaned Users in SQL Server
- Resolving the error ‘An existing connection was forcibly closed by the remote host’
- Resolving the error – EXECUTE permission denied on object ‘sp_send_dbmail’, database ‘msdb’, schema ‘dbo’
- Generate Scripts to Change Owner of all Tables in a SQL Server Database
- Execute Stored Procedure when SQL Server starts
- Find the Missing Identity Numbers in SQL Server 2005/2008
- Recompiling Stored Procedures in SQL Server – All, Few or One at a time
- Get BackUp Information of all SQL Server 2005/2008 Databases
- Stop, Start, Pause and Resume a SQL Server Instance using net Commands
- Viewing Linked Server Information in SQL Server 2005/2008
- Rebuild System Databases in SQL Server 2008
- Find Out The Parameters Of A Stored Procedure in SQL Server 2005/2008
- http://www.sqlservercurry.com/2008/04/resolving-create-database-permission.html
- http://www.microsoft.com/express/sql/download/
- http://www.trap17.com/index.php/resolving-can39t-login-sqlexpress-sa-account_t61695.html
- http://msdn.microsoft.com/en-us/library/ms189721.aspx