Updating Partitioned View Across Linked Server



Greetings,
Using SQL Server 2000 SP4 64 bit edition, I am trying to update a
partitioned view on one server from another. Here are the
details.....

Server A (Where Insert Query Runs From):

insert into archiveLS.archive.DBO.archive_View
select * from #buffer (NOLOCK)
where recordnum > @vMaxRecordnum


Server B (Where Partitioned View Exists):

Create view archive_view as
select * from archive_view_Jan2007
union all
select * from archive_view_Feb2007

The base tables archive_view_Jan2007 and archive_view_Feb2007 have
matching schemas and both have check constraints that have been
validated based on date, and the previously mentioned date column is a
member of the primary key.

I am able to insert into the view when I run the insert statement on
the local server, but when I run it from the remote server using a
linked server, I get the following error.....

Server: Msg 7306, Level 16, State 2, Line 16
Could not open table '"archive"."DBO"."archive_View"' from OLE DB
provider 'SQLOLEDB'. The provider could not support an interface
required for the UPDATE/DELETE/INSERT statements. The provider
indicates that conflicts occurred with other properties or
requirements.
[OLE/DB provider returned message: Multiple-step OLE DB operation
generated errors. Check each OLE DB status value, if available. No
work was done.]
OLE DB error trace [OLE/DB Provider 'SQLOLEDB' IOpenRowset::OpenRowset
returned 0x80040e21: [PROPID=DBPROP_COMMANDTIMEOUT VALUE=600
STATUS=DBPROPSTATUS_OK], [PROPID=Unknown PropertyID VALUE=True
STATUS=DBPROPSTATUS_OK], [PROPID=DBPROP_IRowsetChange VALUE=True
STATUS=DBPROPSTATUS_CONFLICTING], [PROPID=DBPROP_UPDATABILITY VALUE=4
STATUS=DBPROPSTATUS_OK]].


Does anybody know of any issues regarding inserting into a partitioned
view remotely using a linked server? Any reply would be appreciated.
Thanks,
Dan

.



Relevant Pages

  • Re: Perflib errors in event logs after SP2 installation
    ... the server does seem to be working fine. ... System account is a potential security risk. ... Policy provider runs under the Local System account, ... Microsoft CSS Online Newsgroup Support ...
    (microsoft.public.windows.server.sbs)
  • Random Network Disconnects
    ... network and the only way I can seem to get it back up is to restart the box. ... Testing IpConfig - pinging the Secondary WINS server... ... DNS Host Name: itdspstest01.itd.edited.edited ... Provider Version:2 ...
    (microsoft.public.windows.server.dns)
  • Re: MIDAS/Datasnap Alternative
    ... DDCAppservice is an I/O Completion Ports ... efficient way of developing server applications. ... Increasing the client base does not typically require ... component for each logical data provider. ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Half Bridge mode and multi-homed box
    ... The router takes all the authentication and link negotiation burden ... > laptop screen whilst I tried to replicate it on the server. ... helldesk of provider) from whoever remembers it for too long. ... The provider's gateway is on a completely different ...
    (comp.unix.bsd.freebsd.misc)
  • RE: SBS Slows down and stops
    ... This provider will be run using the LocalSystem ... This account is privileged and the provider may cause a security ... SBS Server 2003 with all updates from the Service Pack 1 document, ...
    (microsoft.public.windows.server.sbs)