Re: Rename table without breaking sp?

From: Aaron [SQL Server MVP] (ten.xoc_at_dnartreb.noraa)
Date: 08/06/04


Date: Fri, 6 Aug 2004 14:10:21 -0400

Another option is to rename the table and create a view with the old table
name that points at the new table.

-- 
http://www.aspfaq.com/
(Reverse address to reply.)
<jason@catamaranco.com> wrote in message
news:OrVSi59eEHA.1604@TK2MSFTNGP11.phx.gbl...
> What is the best way to rename a table without breaking esxisting Stored
> Procs that are dependent on the table....?
>
> Thanks
> Jason
>
>


Relevant Pages