db script fix
This commit is contained in:
parent
a8933e9597
commit
00c610179a
1 changed files with 2 additions and 1 deletions
|
@ -10733,7 +10733,8 @@ CREATE PROCEDURE [dbo].[GetSearchObject]
|
||||||
@StartRow int,
|
@StartRow int,
|
||||||
@MaximumRows int = 0,
|
@MaximumRows int = 0,
|
||||||
@Recursive bit,
|
@Recursive bit,
|
||||||
@ColType nvarchar(50) = ''
|
@ColType nvarchar(50) = '',
|
||||||
|
@FillType nvarchar(50) = ''
|
||||||
)
|
)
|
||||||
AS
|
AS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue