Viewing 9 posts - 1 through 10 (of 10 total)
Hello Again Dwain
Sorry for my late answer, I've on vacation in Greece for one week.
What i mean is there an better alernative for CURSOR.
What i want to do is following:
...
August 3, 2012 at 12:56 am
Here is some Data For bo_MatchTest and MatchResultTest
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[bo_MatchResultTest](
[MatchResultMatchId] [int] NOT NULL,
[MatchResultLicNbr] [nchar](20) NOT NULL,
[MatchResultTeamId] [int] NOT NULL,
[MatchResultShirtNo] [int] NOT NULL,
[MatchResultRoundResult1] [int] NOT...
July 25, 2012 at 1:28 am
Hello again Dwain
Is ther an other or better way for CURSOR
What i mean is when for ex. i want to select from one tabel and list one post
for players...
July 24, 2012 at 4:57 pm
Hi again Dwain
When i was yunger i also loathe my name.
But older i get i get used to it.
My middle name is Erik.
And i´m named by an old canoeist...
July 23, 2012 at 1:22 pm
Thank you all for your help.
I found an loop in .net code with no stop, therefor the server peeked.
Tanks:-)
Gert Lindholm
March 8, 2011 at 2:20 am
Hi again,
I see an SP p_getMatchSchemeNowAndNextRound with some @parm.
The thing is that @parmRoundId is werry high number.
From our .NET solution i have an max of 30 i RoundId. but here...
March 7, 2011 at 5:35 am
I find this at MSDN:
SELECT TextData, Duration, CPU
FROM trace_table_name
WHERE EventClass = 12 -- SQL:BatchCompleted events
AND CPU < (Duration * 1000)
Where...
March 7, 2011 at 2:50 am
Viewing 9 posts - 1 through 10 (of 10 total)