Question

Is there a way to query the schema of a table from a stored proc in another database without resorting to dynamic sql? The name of the database would be passed in as a parameter.

Was it helpful?

Solution

If you pass the name as parameter, you cannot do it without dynamic SQL.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top