1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-21 03:24:31 -05:00

delete top batchsize

This commit is contained in:
Kyle Spearrin 2016-10-27 00:12:58 -04:00
parent eb6c0a5068
commit 6860322727

View File

@ -9,7 +9,7 @@ BEGIN
DECLARE @BatchSize INT = 100
WHILE @BatchSize > 0
BEGIN
DELETE
DELETE TOP(@BatchSize)
FROM
[dbo].[Cipher]
WHERE