<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    allen
    專注于java ee技術,包括struts,jsf,webwork,spring,hibernate,ibatis
    posts - 7,  comments - 9,  trackbacks - 0
    ?Create?? Proc?? proc_insert?? (@tablename?? varchar(256))????
    ??? as?????????????????????????????????????????????? --?? 表名稱??
    ? begin????
    ????? set?? nocount?? on??
    ????????? Declare?? @sqlstr???? varchar(4000),??
    ????????????????????????? @sqlstr1?? varchar(4000),??
    ????????????????????????? @sqlstr2?? varchar(4000)??
    ???
    ??????????? Select?? @sqlstr='select?? ''Insert?? '+@tablename????
    ???
    ??????????????? Select?? @sqlstr1=?? '?? Values?? (?? ''+',?????? @sqlstr2='?? ('??
    ???
    ??????????????? Select?? @sqlstr1=@sqlstr1+col+'+'',''+'?? ,@sqlstr2=@sqlstr2+name?? +','?? from(Select?? case????
    ???
    ? --?????????? when?? a.xtype?? =173?? then?? 'case?? when?? '+a.name+'?? is?? null?? then?? ''NULL''?? else?? '+'convert(varchar('+convert(varchar(4),a.length*2+2)+'),'+a.name?? +')'+'?? end'??
    ???
    ??????????????? when?? a.xtype?? =104?? then?? 'case?? when?? '+a.name+'?? is?? null?? then?? ''NULL''?? else?? '+'convert(varchar(1),'+a.name?? +')'+'?? end'??
    ???
    ??????????????? when?? a.xtype?? =175?? then?? 'case?? when?? '+a.name+'?? is?? null?? then?? ''NULL''?? else?? '+'''''''''+'+'replace('+a.name+','''''''','''''''''''')'?? +?? '+'''''''''+'?? end'??
    ???
    ??????????????? when?? a.xtype?? =61???? then?? 'case?? when?? '+a.name+'?? is?? null?? then?? ''NULL''?? else?? '+'''''''''+'+'convert(varchar(23),'+a.name?? +',121)'+?? '+'''''''''+'?? end'??
    ???
    ??????????????? when?? a.xtype?? =106?? then?? 'case?? when?? '+a.name+'?? is?? null?? then?? ''NULL''?? else?? '+'convert(varchar('+convert(varchar(4),a.xprec+2)+'),'+a.name?? +')'+'?? end'??
    ???
    ??????????????? when?? a.xtype?? =62???? then?? 'case?? when?? '+a.name+'?? is?? null?? then?? ''NULL''?? else?? '+'convert(varchar(23),'+a.name?? +',2)'+'?? end'??
    ???
    ??????????????? when?? a.xtype?? =56???? then?? 'case?? when?? '+a.name+'?? is?? null?? then?? ''NULL''?? else?? '+'convert(varchar(11),'+a.name?? +')'+'?? end'??
    ???
    ??????????????? when?? a.xtype?? =60???? then?? 'case?? when?? '+a.name+'?? is?? null?? then?? ''NULL''?? else?? '+'convert(varchar(22),'+a.name?? +')'+'?? end'??
    ???
    ??????????????? when?? a.xtype?? =239?? then?? 'case?? when?? '+a.name+'?? is?? null?? then?? ''NULL''?? else?? '+'''''''''+'+'replace('+a.name+','''''''','''''''''''')'?? +?? '+'''''''''+'?? end'??
    ???
    ??????????????? when?? a.xtype?? =108?? then?? 'case?? when?? '+a.name+'?? is?? null?? then?? ''NULL''?? else?? '+'convert(varchar('+convert(varchar(4),a.xprec+2)+'),'+a.name?? +')'+'?? end'??
    ???
    ??????????????? when?? a.xtype?? =231?? then?? 'case?? when?? '+a.name+'?? is?? null?? then?? ''NULL''?? else?? '+'''''''''+'+'replace('+a.name+','''''''','''''''''''')'?? +?? '+'''''''''+'?? end'??
    ???
    ??????????????? when?? a.xtype?? =59???? then?? 'case?? when?? '+a.name+'?? is?? null?? then?? ''NULL''?? else?? '+'convert(varchar(23),'+a.name?? +',2)'+'?? end'??
    ???
    ??????????????? when?? a.xtype?? =58???? then?? 'case?? when?? '+a.name+'?? is?? null?? then?? ''NULL''?? else?? '+'''''''''+'+'convert(varchar(23),'+a.name?? +',121)'+?? '+'''''''''+'?? end'??
    ???
    ??????????????? when?? a.xtype?? =52???? then?? 'case?? when?? '+a.name+'?? is?? null?? then?? ''NULL''?? else?? '+'convert(varchar(12),'+a.name?? +')'+'?? end'??
    ???
    ??????????????? when?? a.xtype?? =122?? then?? 'case?? when?? '+a.name+'?? is?? null?? then?? ''NULL''?? else?? '+'convert(varchar(22),'+a.name?? +')'+'?? end'??
    ???
    ??????????????? when?? a.xtype?? =48???? then?? 'case?? when?? '+a.name+'?? is?? null?? then?? ''NULL''?? else?? '+'convert(varchar(6),'+a.name?? +')'+'?? end'??
    ???
    ? --?????????? when?? a.xtype?? =165?? then?? 'case?? when?? '+a.name+'?? is?? null?? then?? ''NULL''?? else?? '+'convert(varchar('+convert(varchar(4),a.length*2+2)+'),'+a.name?? +')'+'?? end'??
    ???
    ??????????????? when?? a.xtype?? =167?? then?? 'case?? when?? '+a.name+'?? is?? null?? then?? ''NULL''?? else?? '+'''''''''+'+'replace('+a.name+','''''''','''''''''''')'?? +?? '+'''''''''+'?? end'??
    ???
    ??????????????? else?? '''NULL'''??
    ???
    ??????????????? end?? as?? col,a.colid,a.name??
    ???
    ??????????????? from?? syscolumns?? a?? where?? a.id?? =?? object_id(@tablename)?? and?? a.xtype?? <>189?? and?? a.xtype?? <>34?? and?? a.xtype?? <>35?? and???? a.xtype?? <>36??
    ???
    ??????????????? )t?? order?? by?? colid??
    ?????
    ??????????????? select?? @sqlstr=@sqlstr+left(@sqlstr2,len(@sqlstr2)-1)+')?? '+left(@sqlstr1,len(@sqlstr1)-3)+')''?? from?? '+@tablename??
    ?????
    ??????????????? exec(?? @sqlstr)??
    ???
    ??????????????? set?? nocount?? off??
    ???
    ? end??
    ???
    ?
    GO
    posted on 2007-03-06 15:41 robbin163 閱讀(525) 評論(0)  編輯  收藏

    只有注冊用戶登錄后才能發表評論。


    網站導航:
     

    <2025年5月>
    27282930123
    45678910
    11121314151617
    18192021222324
    25262728293031
    1234567

    常用鏈接

    留言簿(3)

    隨筆分類

    隨筆檔案

    文章分類

    文章檔案

    搜索

    •  

    最新評論

    閱讀排行榜

    評論排行榜

    主站蜘蛛池模板: 人人公开免费超级碰碰碰视频| 黄页网站在线视频免费| 日本亚洲欧洲免费天堂午夜看片女人员 | 日韩一级免费视频| 亚洲欧洲无卡二区视頻| 91在线视频免费看| 亚洲婷婷第一狠人综合精品| 999国内精品永久免费视频| 亚洲av永久无码嘿嘿嘿| 黄瓜视频影院在线观看免费| 亚洲一区中文字幕在线观看| 成人人观看的免费毛片| 精品久久久久久亚洲综合网| 亚洲人成人无码网www国产| 国产精品免费一区二区三区| 成人午夜亚洲精品无码网站| 国产无遮挡无码视频免费软件| 亚洲Av无码专区国产乱码DVD| av永久免费网站在线观看| 日韩精品亚洲人成在线观看 | 91丁香亚洲综合社区| 午夜理伦剧场免费| 亚洲国产美女精品久久| 成人免费无码大片a毛片| 国产亚洲精品2021自在线| 亚洲欧洲日产国码无码网站| 色欲A∨无码蜜臀AV免费播 | 成全视频免费观看在线看| 亚洲国产一区二区a毛片| 91久久精品国产免费直播| 亚洲看片无码在线视频| 亚洲AV无码不卡在线观看下载| 久久久久久av无码免费看大片| 亚洲午夜视频在线观看| 午夜一级毛片免费视频| 久久久受www免费人成| 亚洲五月综合缴情婷婷| 国产亚洲美女精品久久久| 国产高清免费视频| 亚洲毛片av日韩av无码| 成人毛片免费观看|