SourceCode/PROMS/SQL/TestCopyItemAndChildrenTransAdjust_1.sql

12 lines
528 B
Transact-SQL
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

DECLARE @RC int
DECLARE @StartItemID int
DECLARE @UserID nvarchar(100)
DECLARE @NewStartItemID int
SET @StartItemID = 4334
SET @UserID = 'Kathy'
EXECUTE @RC = [VEPROMS].[dbo].[CopyItemAndChildren]
@StartItemID
,@UserID
,@NewStartItemID OUTPUT