Viewing 4 posts - 1 through 4 (of 4 total)
I had exactly same problem. There are 3 machines. A is my local computer. B, C are sql servers. I was connecting from my local(A) to B server and from...
November 9, 2010 at 8:28 am
I had same problem and everything was fine,temp folder the user I used. everything.
I traced different servers and different applications to check what happened behind OLE DB ...
January 25, 2010 at 12:21 pm
I had same problem and everything was fine,temp folder the user I used. everything.
I traced different servers and different applications to check what happened behind OLE DB ...
January 25, 2010 at 12:18 pm
I fixed the problem part....Just joined with another table....Please review it...It is ok now...
FROM msdb..sysjobschedules x, msdb..sysschedules y
WHERE x.schedule_id = y.schedule_id
and job_id = @jobID
Rabia
------------------------------------------------------------------------
-- Name ...
August 12, 2009 at 3:04 pm
Viewing 4 posts - 1 through 4 (of 4 total)