• That is exactly what I was asking in the first post. 🙂

    So, instead of running this statement to import the .ispac file:

    Set @ProjectBinary = (SELECT * FROM OPENROWSET(BULK 'MyProj.ispac', SINGLE_BLOB) as BinaryData)

    If I can get the binary version of the .ispac file beforehand(somehow) & just do this:

    Set @ProjectBinary = {ispac binary string}

    I can then create the entire SQL script on my local machine & just copy/paste the text into a query window on the remote server.