SQL Server replication question.
        Posted  
        
            by schar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by schar
        
        
        
        Published on 2010-04-30T15:04:37Z
        Indexed on 
            2010/04/30
            15:07 UTC
        
        
        Read the original article
        Hit count: 156
        
sql
|sql-server
I had inherited this SQL Server where we put data in a table (Call TableA) on a database (DB-A). I can see the tableA in another database on the same server ( DB-B) gets the same data right away.
Any ideas how this is implemented? I am trying to see the trace but so far no luck. Any one has an idea?
At this stage I am not sure if its replication. This is a guess
© Stack Overflow or respective owner