Comments
Sort by recent activity
1. in database1 drop function1 and create function2
2. compare: in database2 function1 must be droped and function2 must be created, but in script contains
drop function1
create fuction1
function1 and function2 - assembly function (table-valued)
part of script:
PRINT N'Creating [dbo].[wd_getmoskitlist_order]'
GO
CREATE FUNCTION [dbo].[wd_moskitlist_order](@idorder int)
RETURNS @userparametrs TABLE
in creating "get" why-that is absent, but in print "wd_GETmoskitlist_order" / comments
1. in database1 drop function1 and create function2
2. compare: in database2 function1 must be droped and function2 must be created, but in script contains
drop function1
create fuction1
function1 ...