Viewing 8 posts - 1 through 8 (of 8 total)
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...
February 26, 2009 at 8:36 am
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...
February 26, 2009 at 8:30 am
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...
October 20, 2008 at 7:13 am
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...
February 5, 2008 at 5:20 am
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...
February 5, 2008 at 4:48 am
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...
February 4, 2008 at 7:54 am
Sugesh,
We did an update statistics and a re-indexing on that table. Didn't help.
Thanks,
VP
February 4, 2008 at 7:33 am
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...
February 4, 2008 at 6:49 am
Viewing 8 posts - 1 through 8 (of 8 total)