D
Dave Ruhl
In a new database I linked about 100 SQL Server tables.
I would like to rename them to remove the "dbo_" that
precedes each name. I tried writing an update query on
the MSysyObjects table, but it is not updateable. Is
there a way to code a procedure to do this ?
I would like to rename them to remove the "dbo_" that
precedes each name. I tried writing an update query on
the MSysyObjects table, but it is not updateable. Is
there a way to code a procedure to do this ?