문제

Can I name the stored procedure starting with number? Are there any rules for naming stored procedure? I tried creating a stored procedure with 01_01_03. I am not getting it.

올바른 솔루션이 없습니다

다른 팁

create proc [dbo].[01_01_03]
as
BEGIN
--ur code
END

I am able to create

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top