因之前直接使用IP做远端服务器,目前需要调整为电脑名称,可以使用下面的语句将存储中的替换执行.

 

select name,text
from sysobjects o,syscomments s
where o.id=s.id
and text like '%192%'
and o.xtype='p'

 

相关文章:

  • 2021-12-02
  • 2022-12-23
  • 2022-01-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-24
猜你喜欢
  • 2021-08-12
  • 2022-12-23
  • 2021-09-03
  • 2022-12-23
  • 2022-02-15
  • 2022-12-23
相关资源
相似解决方案