AccessSQLUser
Programmer
I am trying to compare the values of the extended properties of stored procedures from 2 different databases. Is there any way to do this in a stored procedure? I was thinking of creating 2 temporary tables that will include the extended properties and the values of each table but the problem is that I can't switch databases since the keyword USE does not work in a stored procedure and I can't use the syntax Database.OwnerName.ObjectName since the function doesn't belong to any particular database. Any ideas?