(
@ d_sql VARCHAR (4000)
)
AS
The BEGIN
DECLARE @ ns_sql NVARCHAR (4000)
The SET @ ns_sql=CAST (@ d_sql AS NVARCHAR (4000))
The EXECUTE sp_executesql @ ns_sql
END
For help, the SQL stored procedure how to ASA stored procedure
CodePudding user response:
ASA stored procedure is used, to help you UpCodePudding user response:
Thank you, still looking for solution, looking forward to the emergence of the master