Domanda

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.

Nessuna soluzione corretta

Altri suggerimenti

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

I am able to create

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top