Forum Replies Created

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

  • RE: drop index takes forever? any ideas

    no auto shrink is not on and there was no blocking taking place either.

  • RE: Contest 200401 - Try SQLCompare from Red Gate

    I get this message when trying to attach the mdf supplied in the download.

    GO

    CREATE DATABASE pubsdev

    ON PRIMARY (FILENAME = 'c:\dba\redgate\pubsdev.mdf')

    FOR ATTACH

    GO

    same results for

    EXEC sp_attach_single_file_db

    @dbname = 'pubsdev',   

    @physname = c:\DBA\REDGATE\pubsdev.mdf'

     

     

    Server:...

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