更新7万条数据只用两秒的存储过程--表结构源码

GO /****** 对象: Table [dbo].[OrderDetail] ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[OrderDetail]( [ID] [int] IDENTITY(1,1) NOT NULL, [Guid] [uniqueidentifier] NOT NULL, [OrderGuid] [uniqueidentifier] NOT NULL, [DesignType] [int] NULL CONSTRAINT ...
默认分类 | 2014-02-26 14:54 | 阅读 1739 次 | 评论 0 条

更新7万条数据只用两秒的存储过程--本体源代码

-- ============================================= -- Author: 杨明 -- Create date: 2014-02-26 -- Description:更新7万条数据只要两秒 -- ============================================= --step.1先执行下面的代码 sp_configure 'show advanced options', 1; GO RECONFIGURE; GO sp_configure 'Ole Automation Procedures'...
默认分类 | 2014-02-26 14:51 | 阅读 1359 次 | 评论 0 条
浏览139267次
文章分类