Viewing 3 posts - 1 through 4 (of 4 total)
Hi, Philip!
I has found the reason why my store procedure run slow, I used many query like "select into". I changed by using #temp table and scan #temp table, avoid...
August 4, 2006 at 3:24 am
Thanks to Philip!
"proc" is "stored procedure". Code is quite complex, I can post a part of code:
---------
CREATE procedure proc1
@fchitiet varchar(50),@fin varchar(50), @fout varchar(50) as
Declare @_calling_pre varchar(10),@_called_pre varchar(18),@_date_pre Datetime,@_start_time_pre...
July 28, 2006 at 8:16 pm
Server SQL 7.0 : 2CPU 1,8G. 1GRam
Server SQL 2000 : 2CPU 2,4G. 2GRam (SQL2000 SP4)
All application on server SQL 2000 are faster than server SQL 7.0, only my proc is very slow and CPU...
July 28, 2006 at 5:03 am
Viewing 3 posts - 1 through 4 (of 4 total)