all groups > sql server programming > october 2007 >
You're in the

sql server programming

group:

Materialized/Indexed Views


Materialized/Indexed Views CLM
10/30/2007 9:55:00 PM
sql server programming:
At my last place, they were about to use Oracle Materialzied Views to move
data from a server in Europe to our servers in the US. If you want to use
Materialized or Indexed Views in 2000 or 2005, could you do it with this same
goal? That is, could you use an Indexed view to push data to another server
either in the same location or even a remote location? If so, are there any
Re: Materialized/Indexed Views Uri Dimant
10/31/2007 8:25:46 AM
CLM
I do not know how Materialzied Views works/designed in Oracle. We use an
indexed views in SQL Server to improve perfomance of reports (ie SELECT
ageragates). I do not think that using an indexed views to move data will
speed up the queries. Can you create a linked server to oracle database?






[quoted text, click to view]

Re: Materialized/Indexed Views CLM
10/31/2007 11:05:00 AM
Sorry - I wasn't clear. I just want to know if we could use Sql Server
indexed view to move data - kind of replication-like - from one Sql Server to
another. In other words as data is modified in the underlying table, it
would be placed into the view and I'm wondering if that view can be on
another server.

[quoted text, click to view]
Re: Materialized/Indexed Views CLM
10/31/2007 1:55:00 PM
This was more of a curiosity question. I thought maybe this was designed to
be a data movement tool as well and I just hadn't read about it.

Thx for the info.

[quoted text, click to view]
Re: Materialized/Indexed Views Andrew J. Kelly
10/31/2007 2:39:37 PM
No that the underlying data for the indexed view needs to be in the same
database as the view was defined. Why not just use replication as that is
what it was designed for.

--
Andrew J. Kelly SQL MVP
Solid Quality Mentors


[quoted text, click to view]
AddThis Social Bookmark Button