Forum Replies Created

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

  • RE: How to backup database into pipe

    Try it like this.  When connecting to the server, force a Named Pipe connection.  Afterwards, just do you're backup to the drive\path.

    Instead of <servername>

    try

    np:<servername>

    in the Connect To dialog box.

     

  • RE: Quickly Viewing Available Space

    Opps.  Forgot to change the DB between cursor lookups.  Edited to work on case sensitive collations, too.  Try this one instead....

    -- Wayne Fairless, DBA

    USE

    MASTER

    GO

  • RE: Quickly Viewing Available Space

    -- Try this.  It'll go through all the DBs if no name is specified, otherwise, just -- return it for the DB specified.

    -- Wayne Fairless, DBA

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