Viewing 3 posts - 1 through 4 (of 4 total)
A huge big thanks Ade,
That's the query, worked a treat after I added a WHERE clause outside the brackets
Adrian Nichols (9/22/2008)
Something like this should work for you:
UPDATE asset_table
SET locationID =...
September 22, 2008 at 11:31 am
A big thanks Ade,
Actually, looking at it, it does update the virtual computers. In fact it updates all rows which fixes the virtual computers but destroy the location id's of...
September 22, 2008 at 11:20 am
Thanks for the quick response Ade,
I've typed it exactly as you presented but it just updates the hosts location_ID to it's own virtual host, which is null as it doesn't...
September 22, 2008 at 11:01 am
Viewing 3 posts - 1 through 4 (of 4 total)