1、SYBASE如何跨server操作?例子两台ASE服务器名称为 Server1,Server2,需要在Server1中建立代理表,并通过Server1上的存储过程对Server1自身及Server2中表进行更新1. 建立代理表 在Server2数据库pubs2建立表t_testproxy create table t_testproxy (id int,name char(10)) 在Server1数据库test中添加代理表信息 use test go create proxy_table t_testpro
7、ncy_opt_threshold ------------------------- 0 Object is Remote/External-------------------------presales.pubs2.dbo.t_testproxy //可从此处看出代理表所指向的真正对象Object created with 'existing' optionObject does not have any indexes.No defined keys for this obj
8、ect.Object is not partitioned.Lock scheme AllpagesThe