用户操作
[即时聊天] [发私信] [加为好友]
catvv
最近评论
文章分类
收藏
    相册
    存档
    软件项目交易
    订阅我的博客
    XML聚合  FeedSky
    订阅到鲜果
    订阅到Google
    订阅到抓虾
    订阅到BlogLines
    订阅到Yahoo
    订阅到GouGou
    订阅到飞鸽
    订阅到Rojo
    订阅到newsgator
    订阅到netvibes

    数据库

    原创 xp_cmdshell的使用收藏

    if exists (select * from tempdb.dbo.sysobjects where id = object_id(N'tempdb..#t') and type='U')
    drop table #t
    create table #t(outtext text)
    insert into #t(outtext) exec master..xp_cmdshell 'dir C:\'
    --exec master..xp_cmdshell 'bcp #t out c:\1.txt -c -U sa -P  -S XBTDDWZ'
    select * from #t阅读全文>

    发表于 @ 2008年08月26日 15:13:00|评论(loading...)|编辑|收藏

    原创 测试SQl分页收藏

    SQl分页阅读全文>

    发表于 @ 2008年08月26日 12:03:00|评论(loading...)|编辑|收藏

    原创 (ms sql server)sql语句导入导出大全--详解收藏


    (ms sql server)sql语句导入导出大全--详解

    ******* 导出到excel
    exec master..xp_cmdshell ’bcp settledb.dbo.shanghu out c:\temp1.xls -c -q -s"gnetdata/gnetdata" -u"sa" -p""’/*********** 导入excelselect *
    from opendatasource( ’microsoft.jet.oledb.4.0’,
    ’data source="c:\test.xls";user id=admin;password=;extended properties=excel 5.0’)...xactionsselect cast(cast(科目编号 as num阅读全文>

    发表于 @ 2008年08月26日 11:35:00|评论(loading...)|编辑|收藏

    原创 Sybase数据库备份方案收藏

    Sybase数据库备份方案阅读全文>

    发表于 @ 2008年07月15日 14:53:00|评论(loading...)|编辑|收藏

    转载 由浅至深讲述 Sybase 数据库死锁问题收藏

    由浅至深讲述 Sybase 数据库死锁问题阅读全文>

    发表于 @ 2008年07月15日 14:51:00|评论(loading...)|编辑|收藏

    转载 Sybase使用经验小结--系统维护常用命令收藏

    Sybase使用经验小结--系统维护常用命令阅读全文>

    发表于 @ 2008年07月15日 14:49:00|评论(loading...)|编辑|收藏

    转载 Sybase使用经验小结--性能优化基本策略收藏

    性能优化基本策略阅读全文>

    发表于 @ 2008年07月15日 14:44:00|评论(loading...)|编辑|收藏

    Csdn Blog version 3.1a
    Copyright © catvv