摘要:
declare @oldname varchar(100),@newname varchar(100)declare cursor_change cursor forselect name from sysobjects where xtype='u' and substring(name,1,3)='TBL'open cursor_changefetch next from cursor_cha... 阅读全文
posted @ 2009-06-27 21:03
无风kiseki
阅读(246)
评论(0)
推荐(0)