Re: Backing Up Stored Procedures
From: Andrew J. Kelly (sqlmvpnoooospam_at_shadhawk.com)
Date: 03/23/04
- Next message: Joe M: "Re: Replication for non-trusted domains through VPN can only allow push subscription."
- Previous message: barb: "Re: Backing Up Stored Procedures"
- In reply to: barb: "Re: Backing Up Stored Procedures"
- Next in thread: Barb: "Re: Backing Up Stored Procedures"
- Reply: Barb: "Re: Backing Up Stored Procedures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 22 Mar 2004 20:19:42 -0600
Right click on the db in Enterprise Manager and choose All Tasks - Generate
SQL Script. Here you can script them all or just selected ones.
-- Andrew J. Kelly SQL MVP "barb" <anonymous@discussions.microsoft.com> wrote in message news:1198d01c4106d$70603750$a401280a@phx.gbl... > We do not need some of the default stored procedures. > Security docs say to drop. I want to backup before I drop > in case I need to add back at later date. How do I "script > out" the stored procedures? Thank you. > > > > > > >-----Original Message----- > >Backup the database which contains the stored procedures. > >You backup everything in the database when you do a > backup. > >Not sure if you mean you want the stored procedures > separate > >from everything else or not but you could script out the > >stored procedures if you need something along those lines. > > > >-Sue > > > >On Mon, 22 Mar 2004 10:34:36 -0800, "barb" > ><anonymous@discussions.microsoft.com> wrote: > > > >>How do I Backup stored procedures? > > > >. > >
- Next message: Joe M: "Re: Replication for non-trusted domains through VPN can only allow push subscription."
- Previous message: barb: "Re: Backing Up Stored Procedures"
- In reply to: barb: "Re: Backing Up Stored Procedures"
- Next in thread: Barb: "Re: Backing Up Stored Procedures"
- Reply: Barb: "Re: Backing Up Stored Procedures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|