Fix Update_Sql Error
This commit is contained in:
parent
80a6115736
commit
0008c11126
1 changed files with 1 additions and 1 deletions
|
@ -10720,7 +10720,7 @@ GO
|
|||
|
||||
IF EXISTS (SELECT * FROM SYS.OBJECTS WHERE type = 'P' AND name = 'GetSearchObject')
|
||||
DROP PROCEDURE GetSearchObject
|
||||
|
||||
GO
|
||||
CREATE PROCEDURE [dbo].[GetSearchObject]
|
||||
(
|
||||
@ActorID int,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue