12/13/13
Problem
When running some transactions on a database the following error appears:
Msg 9002, Level 17, State 4, Line 2
The transaction log for database 'Database_Name' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_… more » 01/27/12
Connecting to a Remote Integration Services Server
When attempting to connect to a SQL 2005 Integration Services machine with a user account that is not an windows administrator on the machine running the SSIS services, you receive the following… more » 12/21/12
When trying to create an assembly, the following error can appear:
USE [DBA]
GO
/****** Object: SqlAssembly [ASSEMBLY_Name] Script Date: 10/20/2012 15:16:08 ******/
CREATE ASSEMBLY [ASSEMBLY_Name]
AUTHORIZATION [dbo]
FROM 0x4D5EA9?.(incompl… more » 12/07/13
Problem
Displaying the Estimated Execution Plan of a query takes a long time to complete.
Solution
Although, the query is pretty complex, displaying the execution plan should not take more than few seconds. In my case it took over 20 minutes to h… more » 08/06/12
Problem
When trying to import a SQL Server 2000 DTS package to SQL Server 2008 R2 using SSMS, the following error occurs:
Managing DTS packages in SQL Server Management Studio requires the SQL Server 2000 Data Transformation Services (DTS… more » |
|