January 8, 2008 at 1:02 pm
Good Afternoon,
I am currently running SQL Sever 2k5. I have a job which is failing. When I view the job history the message states "The file 'D:\sqlserver\data\database_bbb_lob_1.ndf' cannot be overwritten." The problem is, the datafile which is referenced is incorrect. I have another schema on the same server. I checked the stored procedure and the parameters are correct.
Any suggestions as to how I can verify the job or stored procedure points to the correct data file?
Thanks in Advance.
January 9, 2008 at 8:19 am
Shot in the dark...is the stored procedure within the job using the full convention? You indicated you had multiple schemas
Can you try ...
[databasename].[databaseowner/schema].[tablename]
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply