Viewing 15 posts - 61 through 75 (of 111 total)
Any ideas ?
If riding in a plane is flying, then riding in a boat must be swimming. To experience the element, get out of the vehicle. Skydive!
August 7, 2003 at 2:38 am
Basically, i want to read through the table and everytime the condition is met I want to increment the count..........
If riding in a plane is flying, then riding in a...
July 23, 2003 at 5:45 am
Thats what I thought.....we just cant seem to get refiner running using xp_cmdshell
If riding in a plane is flying, then riding in a boat must be swimming. To experience the...
July 22, 2003 at 7:38 am
could I not implement some kind of loop construct..heres what I have..its quite self explanatory....
delete t1
from unique_cust t1 INNER JOIN unique_cust t2
on...
July 18, 2003 at 5:11 am
I can particularly relate to the one about c++.........
If riding in a plane is flying, then riding in a boat must be swimming. To experience the element, get out of...
July 18, 2003 at 4:52 am
Thanks Frank, appreciated
If riding in a plane is flying, then riding in a boat must be swimming. To experience the element, get out of the vehicle. Skydive!
July 18, 2003 at 4:38 am
Very dry Frank, thanks.
Next time I want to speak to a comedian Ill go on a joke site...
If riding in a plane is flying, then riding in a boat must...
July 18, 2003 at 4:33 am
I presume 8439 is merely a random number youve picked out.........how can i make it so it works for any instance of the primary key....if u see what i mean........
If...
July 18, 2003 at 4:12 am
Isn't there a 'security' folder in EM that lists all the access rights for all users?
If riding in a plane is flying, then riding in a boat must be swimming....
July 18, 2003 at 4:00 am
Declare @@var varchar(255)
select @var = t1.datefield from Table1 t1
Where t1.Primarykey=8439
I presume 8439 is merely a random number youve picked out.........how can i make it so it works for any instance...
July 18, 2003 at 3:50 am
I wasnt bein serious actually......all works now..isnt this forum a marvel?
Hip hip hooray!
If riding in a plane is flying, then riding in a boat must be swimming. To experience the...
July 18, 2003 at 2:58 am
Thanks guys, really appreciate your help
Cheers for the humour Frank! Must be the German hospitality that Im oh so fond of..Regards
If riding in a plane is flying, then riding in...
July 18, 2003 at 2:46 am
Where does this line of code come from:?id=
(SELECT MAX(id) FROM svrmonitor)
Cheers Frank
If riding in a plane is flying, then riding in a boat must be swimming. To experience the element,...
July 18, 2003 at 2:32 am
Is there a way to assign each of the values, i.e. t1.datefield to a variable....
i beleive the code would be
DECLARE @var varchar(255)
set @var = t1.datefield
Is it possible to do this...
July 18, 2003 at 2:23 am
DELETE MyTableFROM MyTable t1 INNER JOIN MyTable t2 ON t1.Unique_ID = t2.Unique_ID AND t1.DateField < t2.DateField
If riding in a plane is flying, then riding in...
July 17, 2003 at 5:30 am
Viewing 15 posts - 61 through 75 (of 111 total)