Viewing 2 posts - 1,231 through 1,233 (of 1,233 total)
Sometimes, especially in a VM env, the firewall can cause these problems. In the firewall on the server allow it to open port 1433, what SQL SErver uses to listen...
October 17, 2007 at 5:38 pm
#742929
Here is the basic Syntax:
update table1
SET serverowner = (
select serverOwner
from table2
where table1.servername = table2.servername
)
where servername in (select servername from table2)
GO
Sorry for the late reply, I overlooked some older emails...
October 17, 2007 at 4:46 pm
#742919