Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: CREATE DATABASE with a @Variable problem

    Thank you very much! Almost right on the money... thr only thing you were missing was:

    SET @DefaultLocation2 = CHAR(39) + @DefaultLocation1 + '\DCMSolution_Data.MDF' + CHAR(39)

    SET @DefaultLocation1 = CHAR(39) + @DefaultLocation1...

Viewing post 1 (of 1 total)