Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2012 Forums
 SQL Server Administration (2012)
 Table getting Replicated

Author  Topic 

jim123456789jim
Starting Member

13 Posts

Posted - 2014-02-14 : 09:51:01
Hi,

Facing an issue. Whenever I create a table in a database(for ex TEST) under one SQL instance(for ex, MSSQLSEVER), it is getting replicated in TEST under another SQL instance(for ex MSSQLSERVER\TEST).

I don't know why is this happening.

Please note- All the databases under MSSQLSEVER and MSSQLSERVER\TEST has the same number and name.

I checked replication option on each database but it is not enabled.

Kindly advise.

Regards
Jim

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2014-02-14 : 14:34:40
Run a trace on the TEST instance to see what is causing it.

Tara Kizer
SQL Server MVP since 2007
http://weblogs.sqlteam.com/tarad/
Go to Top of Page
   

- Advertisement -