all groups > sql server replication > december 2007 >
You're in the

sql server replication

group:

syncobj_* views?


syncobj_* views? John
1/8/2004 6:38:42 PM
sql server replication: Hello,

I recently created several publications(for snapshot
replication) along with subscriptions. The articles to be
published were all views(over a hundred of them).

I had to delete the publications/subscriptions and now I
notice that there are hundreds of syncobj_* views(in place
of the articles from replication I assume)in the database
(named like this for ex: syncobj_0x3041463942373745).

Does anyone know what purpose these serve? Do I need them
even after I got rid of the publications?

I'd appreciate any feedback.

Thanks,

Re: syncobj_* views? Hilary Cotter
1/12/2004 7:46:31 AM
these objects are used when generating the snapshots. If your table is
large, or if your article on the publisher is different from the article on
the subscriber (horizontal or vertical partitioning - in other words a
different number of rows or columns), SQL Server chooses to replicate from
views (called sync objects) instead of the underlying base tables.

This is what you are seeing.

[quoted text, click to view]

Re: syncobj_* views? Allan Mitchell
1/12/2004 9:25:04 AM
AFAIK these are articles are created by the Snapshot process and their only
purpose is to serve replication.

--

----------------------------

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


[quoted text, click to view]

Re: syncobj_* views? John
1/12/2004 1:24:04 PM
Thank you both for your help...So this is normal behavior
and I shouldn't worry that they still exist?


[quoted text, click to view]
Re: syncobj_* views? Allan Mitchell
1/13/2004 7:26:02 AM
Correct

--

----------------------------

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


[quoted text, click to view]

RE: syncobj_* views? Bianca
12/4/2007 8:02:00 PM
Hello, i was searching information about the syncobj* views. Do they always need to be under the public role? or can we assign these views to specific users and roles.

Thank you very much.

From http://www.developmentnow.com/g/114_2004_1_0_0_443938/syncobj-views.htm

Posted via DevelopmentNow.com Groups
AddThis Social Bookmark Button