09/17/12
When trying to execute a stored procedure that load a CLR assembly, the following error may appear:
EXEC sp_my_procedure
Msg 10314, Level 16, State 11, Line 1
An error occurred in the Microsoft .NET Framework while trying to load assembly id 65543… more » 10/03/13
Problem
When trying to create a login the following error appears:
USE [master]
GO
CREATE LOGIN [Domain\LoginName] FROM WINDOWS WITH DEFAULT_DATABASE=[master]
GO
Msg 15025, Level 16, State 2, Line 1
The server principal ?Domain\LoginName? alre… more » 04/11/13
Problem
When trying to browse the SSIS packages from Management Studio the following error can apera:
The SQL Server specified in Integration Services service configuration is not present or is not available. This might occur when there is no default… more » 12/12/13
Problem
When trying to view the properties of a database (right click in SSMS and choose Properties from the drop down menu) the following error is displayed:
Cannot show requested dialog. (SqlMgmt)
Property Owner is not available for Database ?[Data… more » 03/19/12
|
|