Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL server. How to DELETE 1 million rec?
Message
De
30/12/1999 15:49:48
Oleg Khvalin
The Sutherland Group Ltd
Rochester, New York, États-Unis
 
 
À
30/12/1999 15:21:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00310564
Message ID:
00310670
Vues:
17
>>>Oleg,
>>>
>>>Instead of deleting once every 2-3 weeks, you might consider defining a job on the server to delete your 'unused' rows everynight based on the appropriate conditions
>>>
>
>>Mark,
>>These records expire 3 month after their "mail" day and it means all 1 million rec (minus 10,000 that were used) expire at once.
>
>Is this a direct mail/mass market application? If so, you may consider a change in the data model that treats individual mailings as discreet entities within the database, in other words a single table (or collection of tables) for each mailing. By doing it this way, at the 90 day mark you would SELECT your used records into the approriate 'used records' table and then just DROP the original table.
>
>Mark

Mark,
You are right, there are several ways to avoid DELETE problem and your way is one of them. Again I am not looking for workarounds, I already know too many.
Forget my example, the question remains, how one deletes 1 mil records from SQL Server table? If it is "industrial strength" DB it should be relatively easy.
Thanks,
Oleg
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform