转载自 http://topic.csdn.net/u/20080804/12/F477B3D8-0017-4EF9-B516-021032BE83CE.html

 

在开发环境中常遇到更改存储过程、函数、视图等对象,解决SQL Server2005里sp_helptext输出格式错行问题。

 

转载 解决SQL Server里sp_helptext输出格式错行问题use Master  
转载 解决SQL Server里sp_helptext输出格式错行问题
go  
转载 解决SQL Server里sp_helptext输出格式错行问题
if object_id('SP_SQL'is not null  
转载 解决SQL Server里sp_helptext输出格式错行问题  
drop proc SP_SQL  
转载 解决SQL Server里sp_helptext输出格式错行问题
go  


 

相关文章:

  • 2022-12-23
  • 2021-12-29
  • 2022-12-23
  • 2021-06-03
  • 2022-12-23
  • 2021-06-18
  • 2022-02-08
  • 2022-12-23
猜你喜欢
  • 2021-06-01
  • 2021-10-20
  • 2022-12-23
  • 2021-09-28
  • 2022-12-23
相关资源
相似解决方案