Viewing 6 posts - 1 through 6 (of 6 total)
I've resolved the Stored Procedures. It was combination of issues and resolutions, some not related to the SP so I won't list here.
Thanks for all the response.
February 9, 2007 at 9:35 am
Continued:
SELECT * FROM sys.objects
Returns Invalid Object.
Example:
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[pru_assignedseats]') AND type in (N'P', N'PC'))
February 9, 2007 at 8:13 am
I re-gen'd the script suig SQL 2000. REceived error : Invalid sys.object
Then edited one sp from begin call to end and this was succussful. Ran a group of create sp's...
February 9, 2007 at 7:48 am
I am uncertain how to determine if through SQL Agent the service account has ro hasn't permission.
The job is being run by sa, cmdexec---
My experience in Sys Admin...
December 15, 2006 at 2:08 pm
Resolved: Thanks for the help!
I set permissions to the file being written to everyone and that appears to have solved the problem
Thanks to all who responded... RM
December 12, 2006 at 10:18 am
I've added the full path, checked permissions on Db,files and all seem correct.
I'm posting error, hoping it may provide more clues.
Message
Executed as user: IIS-B\SQL. DTSRun: Loading... DTSRun:...
December 12, 2006 at 7:52 am
Viewing 6 posts - 1 through 6 (of 6 total)