April 7, 2016 at 11:06 am
While running an ssis package , I get this error..
[Execute SQL Task] Error: Executing the query
"exec [dbo].[sp_visits_modified_for_execution] @Run..." failed
with the following error: "Could not allocate space for object
'dbo.VISIT_IN'.'PK__VISIT_IN__38EB8C970A7378A9' in database
'TierMedTest 2016' because the 'PRIMARY' filegroup is full.
Create disk space by deleting unneeded files,
dropping objects in the filegroup, adding additional files to
the filegroup, or setting autogrowth
on for existing files in the filegroup.".
Possible failure reasons: Problems with the query,
"ResultSet" property not set correctly, parameters not set correctly,
or connection not established correctly.
April 7, 2016 at 11:20 am
mw112009 (4/7/2016)
While running an ssis package , I get this error..[Execute SQL Task] Error: Executing the query
"exec [dbo].[sp_visits_modified_for_execution] @Run..." failed
with the following error: "Could not allocate space for object
'dbo.VISIT_IN'.'PK__VISIT_IN__38EB8C970A7378A9' in database
'TierMedTest 2016' because the 'PRIMARY' filegroup is full.
Create disk space by deleting unneeded files,
dropping objects in the filegroup, adding additional files to
the filegroup, or setting autogrowth
on for existing files in the filegroup.".
Possible failure reasons: Problems with the query,
"ResultSet" property not set correctly, parameters not set correctly,
or connection not established correctly.
Cause of the error on italic
Possible solutions on bold
Other option is that you ran out of disk space and need an additional disk.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply