Viewing 8 posts - 1 through 8 (of 8 total)
Appreciate your quick response.
Well I would like to add only if that is not present already. If it already exists, then I won't.
So how can I do that.
Many thanks n...
August 8, 2008 at 10:12 am
This is what I tried and succeeded.
select
(
select (count(ip.process1status)) from item_process ip where ip.item_id = i.item_id and process1status <> 0 and p.pagename like '10_001%' ,
select (count(ip.process2status)) from item_process ip where ip.item_id...
July 20, 2008 at 11:23 pm
Yea Jeff, I'm working on it. I has posted the reply there but missed out post one here.
Thanks anyways.
--Ron.
March 15, 2006 at 12:23 am
Yea Jeff, I'm working on it. I have posted the reply there but missed out to post one here.
Thanks anyways.
--Ron.
March 15, 2006 at 12:23 am
March 2, 2006 at 7:11 am
Okay, so now I dropped the server
sp_dropserver 'Computer-1' (which is my new server name)
then I again added it using
sp_addserver 'Computer-1', 'local'
After this i restarted the services and issued
SELECT @@SERVERNAME
and it worked.
Thanks...
March 2, 2006 at 5:45 am
Hi Liliana & Gareth,
Finally i got the required query,
Yes Gareth, you were right, i had the problem of duplicate values,
But i used distict for that and solved it.
SELECT distinct ItemName...
February 8, 2006 at 5:44 am
Hi Gareth, thanks for replying.
The values of ItemID will be different because i've set a different range for them in both the tables.
STANDARD - 1000 to 3000.
CUSTOM - 5000 to...
February 8, 2006 at 3:38 am
Viewing 8 posts - 1 through 8 (of 8 total)