一些有用的SQL Server语句和存储过程[25]

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

本文简介:选择自 applebbs 的 blog

80">
336
337--建立存储过程,执行 proc_insert 表名
338
339--感谢sky_blue
340
341-- ======================================================
342
343 
344
345create proc proc_insert (@tablename varchar(256))
346
347as
348
349begin
350
351       set nocount on
352
353       declare @sqlstr varchar(4000)
354

本文关键:一些有用的SQL Server语句和存储过程
  相关方案
Google
 

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

go top