sql server 2008 r2 - Is there any risks involved with changing a table's schema -
sql server 2008 r2 - Is there any risks involved with changing a table's schema -
i want know if there risks involved when changing table's schema, illustration dbo.
xyz.
or visa versa.
would hear views on this.
first crossed mind when have views, stored procedures etc contains query like
select * [sch].[tbl]
once move table new schema 'invalid object name 'oldschema.tablename'.
sql-server-2008-r2
Comments
Post a Comment