mirror of
https://github.com/bitwarden/server.git
synced 2025-05-20 19:14:32 -05:00
delete top batchsize
This commit is contained in:
parent
eb6c0a5068
commit
6860322727
@ -9,7 +9,7 @@ BEGIN
|
||||
DECLARE @BatchSize INT = 100
|
||||
WHILE @BatchSize > 0
|
||||
BEGIN
|
||||
DELETE
|
||||
DELETE TOP(@BatchSize)
|
||||
FROM
|
||||
[dbo].[Cipher]
|
||||
WHERE
|
||||
|
Loading…
x
Reference in New Issue
Block a user