存储过程参数时间问题

ChinaJiaBing 2013-03-31 04:28:53
create procedure A
as
declare @xml nvarchar(50), @id int,@name nvarchar(50)
select @xml='asdfasfdasdf',@id=1,@name='sdfasdfsafd'
go
create procedure B
as
declare @xml nvarchar(50), @id int,@name nvarchar(50)
set @xml='asdfasfdasdf'
set @id=1
set @name='sdfasdfsafd'
go
set statistics time on
exec A
set statistics time off
go
set statistics time on
exec B
set statistics time off
...全文
151 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复

27,579

社区成员

发帖
与我相关
我的任务
社区描述
MS-SQL Server 应用实例
社区管理员
  • 应用实例社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧