Viewing 2 posts - 1 through 2 (of 2 total)
I use these in several stored procs. Looks like you are missing a null.
Your code:
EXEC @RetCode = sp_OAMethod @oFol, 'MoveFile' , @Path,@Path1
Try adding a null.
EXEC @RetCode = sp_OAMethod @oFol,...
October 31, 2013 at 12:54 pm
#1663234
The issue seems to be around two clustered indexes I created yesterday. I ran it yesterday and the top result was to create clustered indexes for two of the...
September 6, 2012 at 7:37 am
#1534455