Viewing 15 posts - 17,221 through 17,235 (of 18,923 total)
Let me restate what you are doing :
You have a table on sql server with 80M + records that you need to transfer to access.
You can simply dts the...
June 8, 2005 at 9:51 am
You can't, you make 2 different statements, or you move the case to the where condition :
Select * from dbo.AllDates where 1 = case when X = 1 and...
June 8, 2005 at 9:47 am
Apex is probabely cheaper, but I'm funnier and can do more than just documenting
.
June 8, 2005 at 9:27 am
Still doesn't work...
10JohnA
10John1A
Mack
Rock
40SilkB
MannC
You have one too many 10 and A, you also miss 20 and 30 in the ids.
June 8, 2005 at 9:25 am
You're right... come to think of it I don't even use this function. I Always refer to my holidays table (don't have a full calendar because I have no...
June 8, 2005 at 9:20 am
I just had a look at it and it looks incredible. I assume that there are flaws but I can't find 'em atm :-).
Anyone took up my challenge yet?
June 8, 2005 at 9:18 am
Thanx for the info.
So what's the final (shortest) datatype for this problem?
Anyones already done this in a real application and can relate the pros and cons of changing from the...
June 8, 2005 at 8:42 am
No offense to your developpers, but I think it's the most impotant thing in the proc (besides the fact that it works).
I challenge anyone to tell me what this code...
June 8, 2005 at 8:40 am
Why are you trying to do something like this?
June 8, 2005 at 7:50 am
No, that would take a computed column or a trigger
.
June 8, 2005 at 7:48 am
That's only 70 mb of data to transfer... it shouldn't be lightning fast but it shouldn't take 30 minutes.
Is the Access db on the same machine as the sql server...
June 8, 2005 at 7:34 am
I don't have nor know where to get that list, but I think that if you convert the cross join from a delete to a select, that you will get...
June 8, 2005 at 7:30 am
This query returns :
10JohnA
10John1A
20Mack
30Rock
40SilkB
40MannC
if I understand his requirements he wants this (without the __) :
10JohnA
__ John1__
20Mack
30Rock
__SilkB
40MannC
June 8, 2005 at 7:28 am
Totally agree with that Frank. Keep the server serving and the application applicating the presentation
.
June 8, 2005 at 7:22 am
Viewing 15 posts - 17,221 through 17,235 (of 18,923 total)