Viewing 5 posts - 1 through 5 (of 5 total)
O sorry i miss that part sorry.
Sory for my bad english
May 24, 2010 at 2:37 am
As i see from yours solutions i see that if ID jumps (is not sequence) than that query will not work.
Hear is my solution:
SELECT [t0].*
FROM [TBLYourTable] AS [t0], [TBLYourTable] AS...
May 24, 2010 at 2:12 am
Yes like i sead before i totaly agree with you.
Sory for my bad english.
September 2, 2009 at 12:50 am
I'm more developer then database fan and i recently read a book "Architecting Microsoft® .NET Solutions for the Enterprise" and i must refer to this sentence in a book:
"If you...
September 1, 2009 at 1:02 pm
Try use Compile queryis in Linq you will get beter performance there, because you callin that code more than one time...
Code using LINQ…
public partial class FleetDataContext
{
public...
January 24, 2009 at 12:38 pm
Viewing 5 posts - 1 through 5 (of 5 total)