|
Posted by convoluted on October 30, 2007, 10:21 pm
Please log in for more thread options
Hi Gill - backup first and if possible try after hours....
Run this first
select * from serial where transactionentryid = 0
If that shows you the 75 thousand serial numbers you created by mistake
delete them with
delete from serial where transactionentryid = 0
If the first select query shows more than the 75 thousand serial numbers you
created by mistake, you'll need additional constraints to narrow down the
list - hope this helps
"Gill" wrote:
> I created 75k serail number by mistake.How i delet it. May I get full script
> ?
>
> --
> Thank You
> Harjit SherGill /DBA
> Altaville Market
> 324 South Main st po box 370
> Altaville CA 95221
> Tel : 209-729-1410
> vendaliajat@yahoo.com
>
>
>
|