存储过程应怎样编写???
请大家给新手指点一下,存储过程理应怎样编写,即在编写时需要注意些什么???在此先谢过了!!![em02] [em02] [em02]
@autoid int
AS
set nocount on
begin
if @autoid is null return
delete from dbo.mtrack2
where k1autoid=@autoid
return
end
GO 路过顶下 你自己試了才知道 我也想知道怎么做。我知道是要写代码的,但是在那里写啊。说明白点咯。 什么存储过程过程呀
是用C#来连接SQL吗?? 什么啊!!!!
页:
[1]
