会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
baishahe
博客园
首页
博问
闪存
新随笔
订阅
管理
2010年1月6日
SQLSERVER 获得 错误消息
摘要: alter procedure testexceptionasdeclare @date datetime;beginbegin try set @date=cast('200012' as datetime); select @date;end trybegin catch select * from master.dbo.sysmessages where [error] = @@error;...
阅读全文
posted @ 2010-01-06 18:00 白沙河
阅读(264)
评论(0)
推荐(0)
编辑