摘要:http://beyondrelational.com/modules/2/blogs/77/posts/11313/bcp-amp-bulk-inserts-underappreciated-features-of-microsoft-sql-server.aspx
阅读全文
摘要:ssis包的方式建立计划任务 进行导入导出 64位服务器上 导入导出 oracle 时, 要在 服务器上同时安装 32位 跟 64位 oracle client 客户端 输入用户名密码 选择记住密码 然后运行导入导出 选择microsoft oledb for oracle 保存 SS...
阅读全文
摘要:SQLServer时间日期函数详解,SQLServer,时间日期,1. 当前系统日期、时间 select getdate()2. dateadd 在向指定日期加上一段时间的基础上,返回新的 datetime 值 例如:向日期加上2天 select dateadd(day,2,'2004-10-15'...
阅读全文
摘要:由于项目中对一个表 进行了大量的 insert,update 操作,并发特别高,所以打算研究下sql 中锁的一些概念 我一直都认为 每个sql语句都会是一个单独的事务执行 比如 Insert into Table(A,B) values (C,D) WAITFOR DELAY '00:00:...
阅读全文