Skip to content

Commit

Permalink
delete top batchsize
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Oct 27, 2016
1 parent eb6c0a5 commit 6860322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sql/dbo/Stored Procedures/User_DeleteById.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BEGIN
DECLARE @BatchSize INT = 100
WHILE @BatchSize > 0
BEGIN
DELETE
DELETE TOP(@BatchSize)
FROM
[dbo].[Cipher]
WHERE
Expand Down

0 comments on commit 6860322

Please sign in to comment.