Getting error while formatting SQL code.

jay2807jay2807 Posts: 9 New member
edited February 6, 2021 6:54PM in SQL Prompt
I'm trying to format/ refactor the stored procedure in SSMS. Stored procedure complies correctly. However, I'm getting below error while formatting it using SQL Prompt.



Error code is like below:
<div>INSERT INTO #Address</div><div>	EXEC dbo.usp_COMN_ImportAddress @Address WITH RECOMPILE;</div>

Answers

Sign In or Register to comment.