>
Hello, So I have the query below, to update 1 table and change 1 field to the contents of the same field on a different table, as seen below. update userlist set public_id = b.public_ID from userlist a, member.dbo.members b where a.board_ID = b.member_number and a.board_ID is not NULL It appears to run, but I can let it sit for minutes and it never finishes or ...
>
There must be a mistake on joining i.e. in the data in both tables. Have a look at your data and have a special look at the possibility to join a.board_ID = b.member_number. Maybe the join matches 60000 with 6000 because of missing proper ids? No, you're never too old to Yak'n'Roll if you're too young to die.
>
Hi! Try as I would write: update userlist a set a.public_id = (select b.public_ID from member.dbo.members b where a.board_ID = b.member_number) where a.board_ID is not NULL Hope board_ID is a unique index or primary key. :) cheers!
> Hi! Try as I would write: update userlist a set a.public_id = (select b.public_ID from member.dbo.members b where a.board_ID = b.member_number) where a.board_ID is not NULL Hope board_ID is a unique index or primary key. :) cheers!
Hrm fsck_hfs runs at around 50% CPU every time I try to... Hrm fsck_hfs runs at around 50% CPU every time I try to mount the external drive that stores my Time Machine backups ... and never finishes.
04:14 AM August 06, 2008
from web
Mr. Rush runs hither & thither & back again all... Mr. Rush runs hither & thither & back again all the time. Of course, he's always in such a rush that he never finishes anything properly.
about 5 hours ago from web
Thread profile page for "Query runs, but never finishes...." on http://www.sqlteam.com.
This report page is a snippet summary view from a single thread "Query runs, but never finishes....", located on the Message Board at http://www.sqlteam.com.
This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity