Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Selectively copying records from one table to another
Message
 
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01467562
Message ID:
01467601
Views:
32
> ...so insert into is more expensive.
>
>And if retaining previously stored information weren't necessary, that would actually matter.... <s>

True. One possibility would be to do a backup before running this procedure, change recovery mode to simple, do the archiving operation, change recovery mode back to what it was.

Assuming, of course, archiving is not done during high pick hours.

You can also select information into text file and then bcp back to archive table.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform