mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
delete top batchsize
This commit is contained in:
@ -9,7 +9,7 @@ BEGIN
|
||||
DECLARE @BatchSize INT = 100
|
||||
WHILE @BatchSize > 0
|
||||
BEGIN
|
||||
DELETE
|
||||
DELETE TOP(@BatchSize)
|
||||
FROM
|
||||
[dbo].[Cipher]
|
||||
WHERE
|
||||
|
Reference in New Issue
Block a user