Forum Replies Created

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

  • RE: eliminating duplicates

    alter table add ids int identity

    delete MN

    from MN

    Inner Join (select ) AL

    ON AL. AL.ids

    alter table drop column ids

  • RE: backup

    FORMAT

    Specifies that a new media set be created. FORMAT writes a new media header on all volumes used for this backup operation, overwriting any existing media header and backup...

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