SQL2005中有master.xp_varbintohexstr吗?该如何解决
SQL2005中有master..xp_varbintohexstr吗?
SQL2005中有master..xp_varbintohexstr吗?
------解决方案--------------------
没有
------解决方案--------------------
楼主这样查一下就知道了
select * from sysobjects where name like '%xp_varbintohexstr% '
------解决方案--------------------
当然有
------解决方案--------------------
--添加
EXEC sp_addextendedproc xp_cmdshell ,@dllname = 'xprepl.dll '
go
------解决方案--------------------
CathySun118(斯年) ( ) 信誉:100 Blog 加为好友 2007-04-24 10:49:52 得分: 0
当然有
不知道这位兄弟做的是什么版本,偶用的是开发版没打补丁的不存在这个存储过程
------解决方案--------------------
直接用CONVERT转换就行
------解决方案--------------------
无
------解决方案--------------------
好象没有哦,呵呵
SQL2005中有master..xp_varbintohexstr吗?
------解决方案--------------------
没有
------解决方案--------------------
楼主这样查一下就知道了
select * from sysobjects where name like '%xp_varbintohexstr% '
------解决方案--------------------
当然有
------解决方案--------------------
--添加
EXEC sp_addextendedproc xp_cmdshell ,@dllname = 'xprepl.dll '
go
------解决方案--------------------
CathySun118(斯年) ( ) 信誉:100 Blog 加为好友 2007-04-24 10:49:52 得分: 0
当然有
不知道这位兄弟做的是什么版本,偶用的是开发版没打补丁的不存在这个存储过程
------解决方案--------------------
直接用CONVERT转换就行
------解决方案--------------------
无
------解决方案--------------------
好象没有哦,呵呵