I know how to change the schema of a table in SQL server 2005:
ALTER SCHEMA NewSchama TRANSFER dbo.Table1
But how can i check and/or alter stored procedures that use the old schema name?
Sorry: I mean: There are stored procedures that have the old schema name of the table in the sql of the stored procedure... How can i edit all the stored procedures that have the dbo.Table1 in the body of the procedure...
Simple but effective.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With