sql server programming:
I've always done it by creating a script file of CREATEs (without
DROPs) and then editing the file to change the CREATEs to ALTERs.
Roy Harvey
Beacon Falls, CT
[quoted text, click to view] On Tue, 31 Jul 2007 20:05:09 -0000, cbtechlists@gmail.com wrote:
>How do you generate ALTER scripts for all Views, Procs & UDFs in the
>database into individual files? I would like to do the same thing that
>I can do when I right click a database, select Tasks/Generate Scripts,
>but I would like them to be ALTERs not CREATEs.
>
>If not, is there another way to do this?
>
>Thanks,
>
How do you generate ALTER scripts for all Views, Procs & UDFs in the
database into individual files? I would like to do the same thing that
I can do when I right click a database, select Tasks/Generate Scripts,
but I would like them to be ALTERs not CREATEs.
If not, is there another way to do this?
Thanks,
Chris