[原创]批量表结构提取和批量建表[3]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 cb0912cn 的 blog

bsp; else
   if isnull(@indexname,'')<>''
    begin
    exec('  create index ' + @indexname+ ' on ' + @tablename+ ' ( '+@columnname+' )')
    select @indexname=''
    end
  end
end
close cursorname
deallocate cursorname

go

本文关键:[原创]批量表结构提取和批量建表
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top