Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Move file from one Directory to other

    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,...

  • RE: Database Engine Tuning Advisor - Error

    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...

Viewing 2 posts - 1 through 2 (of 2 total)