sql server - SQL Synonym for cross database stored procedure using UDT table type -


we have stored procedure on 1 database using udt(table) input parameter.

our requirement create synonym stored procedure on different database. tried creating synonym isn't working...

other synonyms stored procedures not involving udt's working fine.

can please suggest solution issue?

thanks


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -