In Microsoft SQL Server 2008, you may experience the following issues.
Issue 1
In SQL Server Management Studio, you connect to an instance of SQL Server 2008 as a user who is not a member of the
sysadmin fixed server role. When you try to expand the
Databases node in Object Explorer, you receive the following error message:
Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)
ADDITIONAL INFORMATION:
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
The server principal "<User>" is not able to access the database "<Database>" under the current security context. (Microsoft SQL Server, Error: 916)
Issue 2
You have lots of database backups. In SQL Server Management Studio, it takes a long time to expand the
Databases node in Object Explorer. Additionally, when you try to run a query that returns the following information from the
backupset system table in the
msdb database, the query takes a long time to run:
- The date of the last log backup
- The date of the last backup
- The date of the last differential backup
Issue 3
When you run the
sp_spaceused stored procedure to return the size of the current database and the space that is used by indexes, the
sp_spaceused stored procedure takes a long time to run.