AccessSQLUser
Programmer
Here's the story. I have a database on one server that I want to compare to a database on another server. What I want to do is compare the extended properties of the stored procedures and also check if there are any stored procedures in the first database that aren't in the second. I got this to work perfectly when comparing 2 databases on the same server, but how would I do it for a different server? I think that even if I make one a linked server, I'll still only have access to the data and not to the stored procedures.