伯乐共勉

讨论。NET专区
随笔 - 259, 文章 - 183, 评论 - 217, 阅读 - 34万
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

06 2005 档案

摘要:--SQLSERVER的自定义类型比较好用吧,但是,一旦引用该数据类型后,想修改数据类型,就是一大头疼的事了,本存储过程就是专门对付它的。--sp_rebuildallview 见如下超链接create procedure sp_rechangfieldtype(@typename varchar(50), @newtype varchar(50))asbegin declare @typeid ... 阅读全文

posted @ 2005-06-01 18:32 伯乐共勉 阅读(434) 评论(0) 推荐(0) 编辑

摘要:create procedure sp_rebuildallviewasbegin declare @mytext varchar(8000)declare @id intdeclare mycursor cursor for select c.text from dbo.syscomments c, dbo.sysobjects o where o.id = c.id and o.typ... 阅读全文

posted @ 2005-06-01 18:04 伯乐共勉 阅读(853) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示