1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

param sniffing on org search query

This commit is contained in:
Kyle Spearrin 2018-03-23 10:50:58 -04:00
parent e6fd217763
commit d138656238
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
@Paid BIT,
@Skip INT = 0,
@Take INT = 25
WITH RECOMPILE
AS
BEGIN
SET NOCOUNT ON

View File

@ -37,6 +37,7 @@ CREATE PROCEDURE [dbo].[Organization_Search]
@Paid BIT,
@Skip INT = 0,
@Take INT = 25
WITH RECOMPILE
AS
BEGIN
SET NOCOUNT ON