请教:远程更新表结构
当前连接的服务器为[ws-lukey-01]
希望在服务器[ws-bench-03]的一张表上面加个主键
因为是在一个大的transaction中,所以不能更改服务器连接
以下语句不能使用
alter table [ws-bench-03].reverseauction_Commerce.dbo.CB_T_ProposalInfo
add constraint pk_ProposalInfo primary key(pid)
因为
The object name 'ws-bench-03.reverseauction_Commerce.. ' contains more than the maximum number of prefixes. The maximum is 2.
请问还有别的方法吗,是不是不能实现???
------解决方案--------------------建立到远程服务器的连接,其他的操作都一样.
具体格式 servername.dbname.usename.tablename