Trying to write a remote procedure call...
and a Domain Name isn't available... only the IP address

select @RPText = @remoteserver + "...sp_SQLExec 'select test1,
date1 from x.dbo.test1 where date1 is null
insert into #checksign'"

how can I set the remote server name to an IP address?