11/22/13
Problem
When executing an SSIS package, the following error appears:
0x80040E55 Column does not exists
Solution
I encountered this error when running a SSIS package that executes a stored procedure, inside an OLE DB Source component, on several… more » Tags: 0x80040e55
12/04/13
Problem
When trying to install or uninstall SQL Server services, the setup process fails with the following message:
Rule "Restart Computer" failed. A computer restart is required. You must restart this computer before installing SQL Server.
Thi… more » Tags: restart computer failed
03/20/13
Problem
When trying to process a database cube the following error is received:
Internal error: An unexpected exception occured.
After the restart of the SSAS service the event view shows the following error:
The file '\\?\X:\...\Data\master.vm… more » 10/29/13
Problem
When trying to call DiscoverSessions function from the ASSP procedure the following error can appear.
CALL ASSP.DiscoverSessions()
Execution of the managed stored procedure DiscoverSessions failed with the following error: Exception has b… more » 09/27/12
Create MSDB directory for storing SSIS packages from multiple instances (located in the msdb database of each of the instance):
Go to C:\Program Files\Microsoft SQL Server\100\DTS\Binn\ folder (SQL Server 2008) and edit the MsDtsSrvr.ini.xml file… more » |
|