Forum Replies Created

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

  • RE: Backup and restore in 2000

    David,

    The way I'm doing this is by copying over the database backup of the old server on to the new machine and then restoring it.

    Are you saying I should do...

  • RE: Backup and restore in 2000

    Unfortunately, renaming the new server to be the same as old won't work. Both will be online for a while until all testing is done. We'll only have a weekend...

  • RE: Copying database backup to another server

    All,

    Thanks for your suggestions. It was probably a network issue. I copied the backup from our training machine in the same physical location as the development server. That finished in...

  • RE: Delete statement hangs

    Wouldn't re-indexing take care of the corruption if present? There is only one index on the main table - a primary key on the CompID and SubCompID columns.

    Copying the data...

  • RE: Delete statement hangs

    When I do a select, I get back rows - instant response.

    I was able to delete the rows last night after hours. I used the original statement. I first did...

  • RE: Delete statement hangs

    Sugesh,

    This is the statement:

    Delete a from dbo.SubComponent a join ArchivedID b on a.CompID = b.CompID

    I've tried the following too with no success:

    Delete from dbo.SubComponent

    where CompID in (select CompID...

  • RE: Delete statement hangs

    Sugesh,

    We did an update statistics and a re-indexing on that table. Didn't help.

    Thanks,

    VP

  • RE: Delete statement hangs

    All,

    I cannot do a truncate on the table.

    There are three triggers - 1 for update and 2 for insert and updates. So, they should not be affected by this delete.

    There...

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