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