Corrected the size of the input variable (List of Procedure Sets) so that all of the requested data sets will be searched
This commit is contained in:
parent
a60badb58f
commit
e2797d2e2d
@ -16734,7 +16734,7 @@ join
|
|||||||
Volian Enterprises - Proprietary Information - DO NOT COPY OR DISTRIBUTE
|
Volian Enterprises - Proprietary Information - DO NOT COPY OR DISTRIBUTE
|
||||||
Copyright 2012 - Volian Enterprises, Inc. All rights reserved.
|
Copyright 2012 - Volian Enterprises, Inc. All rights reserved.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
CREATE FUNCTION [dbo].[vefn_SiblingAndChildrenItems](@DocVersionList varchar(10),@UnitPrefix varchar(MAX))
|
CREATE FUNCTION [dbo].[vefn_SiblingAndChildrenItems](@DocVersionList varchar(MAX),@UnitPrefix varchar(MAX))
|
||||||
RETURNS @SiblingAndChildren TABLE
|
RETURNS @SiblingAndChildren TABLE
|
||||||
(
|
(
|
||||||
[ItemID] int PRIMARY KEY
|
[ItemID] int PRIMARY KEY
|
||||||
|
@ -1497,7 +1497,7 @@ select * from vefn_SiblingAndChildrenItems('','3-')
|
|||||||
Volian Enterprises - Proprietary Information - DO NOT COPY OR DISTRIBUTE
|
Volian Enterprises - Proprietary Information - DO NOT COPY OR DISTRIBUTE
|
||||||
Copyright 2012 - Volian Enterprises, Inc. All rights reserved.
|
Copyright 2012 - Volian Enterprises, Inc. All rights reserved.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
CREATE FUNCTION [dbo].[vefn_SiblingAndChildrenItems](@DocVersionList varchar(10),@UnitPrefix varchar(MAX))
|
CREATE FUNCTION [dbo].[vefn_SiblingAndChildrenItems](@DocVersionList varchar(MAX),@UnitPrefix varchar(MAX))
|
||||||
RETURNS @SiblingAndChildren TABLE
|
RETURNS @SiblingAndChildren TABLE
|
||||||
(
|
(
|
||||||
[ItemID] int PRIMARY KEY
|
[ItemID] int PRIMARY KEY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user