Viewing 4 posts - 1 through 4 (of 4 total)
Hi ,
you can connect sql server using ip address.
use this >> ipaddress\instancename --> if it is named instance of sql server
use this >> ipaddress --> if it...
March 27, 2012 at 4:19 am
Hi dear,
Please check...
1. what is your service pack of sql server?? if u r using standard edition without without any service pack than u need to enable the trace flag...
March 14, 2012 at 11:34 am
ok.. Some time this is problem occur with window7 and
sql server 2008r2 dont worry try this
Run sqlserver management studio with run as administrator option and click on the...
March 13, 2012 at 12:11 pm
This will work definitely Try this
update VectorReplica.dbo.PARCELS
set PARCEL_ID = A.new_pid
from Ranieranneaxparcels A
where VectorReplica.dbo.PARCELS.PARCEL_ID = A.NEW_PID
or if output is 0 row affected than you need to...
March 13, 2012 at 11:54 am
Viewing 4 posts - 1 through 4 (of 4 total)