Viewing 5 posts - 1 through 5 (of 5 total)
Changing into Stored Procedure is not a problem,but it is the same query which is going to run in the Server.IS THERE ANY WAY WHERE WE CAN HAVE SIMULTAENOUS QUERIES...
June 5, 2003 at 5:42 am
MY CPU usage at Server reads 100% when those reconcilation happns and Vb doesnt support multithreading ,is there anyway i can multithread in SQL server
June 4, 2003 at 9:59 am
Thnaks a lot buddy,if u can give me u r yahoo messenger/MSN messenger Id i will add as my friend and can have regular chats,if u r intrested in
January 11, 2003 at 3:26 am
Here is the stored procedure code:-
Create proc sp_ActsDetailsNew (@fromdate as datetime, @todate as Datetime, @compname as char(30), @linked as char(1), @retValue as int OUTPUT)
as
BEGIN TRAN
Set @retValue = 0
WHILE (select count(*)...
January 7, 2003 at 11:04 pm
hi Antares686,
now i have made all stored procedure into one and havent heard problems from the client yet(for the past 3 days).
Still i am puzzled why this has happnd,anyway i...
January 6, 2003 at 10:20 pm
Viewing 5 posts - 1 through 5 (of 5 total)