Okay. Here's another tool in SQL Server 2k5 I just learned about. It's the tablediff utility (and can be found in BOL under that keyword).
TableDiff is a command utility that allows you to compare tables that have been replicated to verify whether or not the tables have been synced. However, I'm wondering if it can be used between servers with the same tables but not involved in replication.
I did try using it from a command prompt and from the SQLCmd prompt, but both attempts failed. Not sure if this is a directory thing or not (I was working in my root drive). Still, it's an interesting utility I thought people might want to know about. If I can get it working, I'll post. If anyone else got it working, please let me know.
Catadmin - MCDBA, MCSA
"No, no. Yes. No, I tried that. Yes, both ways. No, I don't know. No again. Are there any more questions?"
-- Xena, "Been There, Done That"
TableDiff is a command utility that allows you to compare tables that have been replicated to verify whether or not the tables have been synced. However, I'm wondering if it can be used between servers with the same tables but not involved in replication.
I did try using it from a command prompt and from the SQLCmd prompt, but both attempts failed. Not sure if this is a directory thing or not (I was working in my root drive). Still, it's an interesting utility I thought people might want to know about. If I can get it working, I'll post. If anyone else got it working, please let me know.
Catadmin - MCDBA, MCSA
"No, no. Yes. No, I tried that. Yes, both ways. No, I don't know. No again. Are there any more questions?"
-- Xena, "Been There, Done That"