摘要: 1 USE [数据库名称] 2 SET ANSI_NULLS ON 3 GO 4 SET QUOTED_IDENTIFIER ON 5 GO 6 alter PROCEDURE dbo.pro_photosImport 7 AS 8 declare @i int 9 set @i = 110 declare @uid int11 set @uid= 112 declare @username varchar(64)13 set @username =''14 declare @cat int15 set @cat = 116 while (@i < 600000)17 b 阅读全文
posted @ 2013-05-08 09:57 Summers 阅读(315) 评论(0) 推荐(0) 编辑