Re: Rename table without breaking sp?
From: Aaron [SQL Server MVP] (ten.xoc_at_dnartreb.noraa)
Date: 08/06/04
- Next message: Chris Hohmann: "Re: Rename table without breaking sp?"
- Previous message: Aaron [SQL Server MVP]: "Re: Rename table without breaking sp?"
- In reply to: jason_at_catamaranco.com: "Rename table without breaking sp?"
- Next in thread: jason_at_catamaranco.com: "Re: Rename table without breaking sp?"
- Reply: jason_at_catamaranco.com: "Re: Rename table without breaking sp?"
- Messages sorted by: [ date ] [ thread ]
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 > >
- Next message: Chris Hohmann: "Re: Rename table without breaking sp?"
- Previous message: Aaron [SQL Server MVP]: "Re: Rename table without breaking sp?"
- In reply to: jason_at_catamaranco.com: "Rename table without breaking sp?"
- Next in thread: jason_at_catamaranco.com: "Re: Rename table without breaking sp?"
- Reply: jason_at_catamaranco.com: "Re: Rename table without breaking sp?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|