Viewing 15 posts - 11,941 through 11,955 (of 18,923 total)
Amen!!.
No pay is worth looking like a penguin all year long
.
September 4, 2006 at 11:03 am
You can generate a text version of the plan or you have to take the print screen image and put it up on a webserver so that we can see...
September 4, 2006 at 10:13 am
24 of 4????![]()
Good point however
.
September 4, 2006 at 10:02 am
That's an easy fix :
Where Date >= '2006/09/04' and Date < '2006/09/05'
Can you run that query and send us the execution plan??? maybe we'll figure out what's taking so...
September 4, 2006 at 10:00 am
Good point... I forgot that you pretty much had unlimited variables with that function
.
September 4, 2006 at 9:52 am
I don't know what wrong... but have you tried this instead??
while @@FETCH_STATUS <> -1
September 4, 2006 at 8:54 am
All I can spot is this :
RTRIM(Convert(Char(10), p.SeizeDate , 112 )) = '20060830'
That forces the server to do a table/index scan instead of doing a seek. If the table...
September 4, 2006 at 8:43 am
I see now. Were you able to make my demo code work for you? Are do you have any more questions?
September 4, 2006 at 8:17 am
HTH
.
Need anything else?
September 4, 2006 at 8:17 am
Thanx for the info. I was under the impression that the conversion tool was not doing a really good job of converting to .net. I was wondering about those pitfalls...
September 4, 2006 at 8:12 am
I understand that porting an application from mysql to sqlserver can take a huge amount of ressources. But can someone explain me really how hard it is to port from...
September 4, 2006 at 7:48 am
Exactly my point... Why do you think you need to do this? It is considered a worst practice (almost) to have to do something like this (there are rare exceptions). ...
September 4, 2006 at 7:44 am
Declare
@demo table (RewardID INT not null IDENTITY
September 4, 2006 at 7:36 am
I'll happily show you how to do this, but I'd like to hear what you have to do exactly... maybe there's a better way to do this stuff than creating...
September 4, 2006 at 7:31 am
Do you mind posting the real code? I don't see anything wrong with this... and more so I really don't see the need to use a cursor in this case.
You...
September 4, 2006 at 7:20 am
Viewing 15 posts - 11,941 through 11,955 (of 18,923 total)