• It *is* doable:

    select a.* from

    openquery(SERVERNAME,'SET FMTONLY OFF; EXEC(''dbcc sqlperf(logspace)'')') a

    Just make sure that:

    1.you have the necessary permissions

    2.lazy schemavalidation = true

    Cheers!


    * Noel