Re: Return to previous stored procedure
From: John (jk_at_rt.com)
Date: 08/15/04
- Next message: Dan Guzman: "Re: Query"
- Previous message: Gene Black: "Re: DBCC DBReindex follwed by DBCC ShrinkFile"
- In reply to: David G.: "Re: Return to previous stored procedure"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 14 Aug 2004 19:59:28 -0700
Thanks David,
I will forward this along.
John
"David G." <david_nospam@nospam.com> wrote in message
news:OuyLlrcgEHA.3916@TK2MSFTNGP11.phx.gbl...
> John wrote:
>> I am very weak on SQL 2000 so I am not sure if I am asking this right.
>>
>> My customer would like the ability to reurn to a previous stored
>> procedure. i.e. Last procedure done at 3pm an realized there is a
>> problem and would like to go back to the 2nd stored procedure that he
>> did at 1pm. Is this possible?
>>
>>
>> TIA
>>
>> John
>
> Tell your customer to use a source code control program like MS
> SourceSafe or an SQL IDE tool like Imceda Speed IDE for stored procedure
> development. It's never a good idea to edit direcly on the server,
> especially in a production environment. SQL Server does not keep
> revisions or your edits.
>
> If you have no way to recreate the old stored procedure, you could try
> restoring the database to another server.
>
>
> --
> David G.
>
- Next message: Dan Guzman: "Re: Query"
- Previous message: Gene Black: "Re: DBCC DBReindex follwed by DBCC ShrinkFile"
- In reply to: David G.: "Re: Return to previous stored procedure"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|