June 30, 2005 at 5:33 pm
Hi!
I have 2 DB. Both DB have 29 tables. The tables in both DB's have the same name.
I need:
Thanks!!
Cláudia
Cláudia Rego
www.footballbesttips.com
June 30, 2005 at 8:06 pm
You can create replication and choose the merge replication, because with this you can update the database in 2 side, in DB1 or DB2.
July 1, 2005 at 4:38 am
have a look at data compare for redgate - this product does this.
also check this out
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
July 1, 2005 at 5:14 am
I Hilary!
To see if Table1 and Table 2 are equal I tried the folowing:
1> use Carros
2> go
1> select ABS(binary_checksum(Table1.Marca, Table1.Cavalos)-binary_checksum(Table2.Marca, Table2.Cavalos))
2> go
Msg 195, Level 15, State 10, Server TORMENTAS, Line 1
'binary_checksum' is not a recognized function name.
Why i get this error??
The syntax is correct?
Thanks
Cláudia Rego
www.footballbesttips.com
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply