Re: Copying Stored Procedures from One Database To Another
From: Vishal Parkar (REMOVE_THIS_vgparkar_at_yahoo.co.in)
Date: 02/18/04
- Next message: Anubis: "StoredProcedure vs. Recordsets"
- Previous message: Paulo Morgado: "UPDATETEXT on memory tables"
- In reply to: Brad H McCollum: "Copying Stored Procedures from One Database To Another"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 18 Feb 2004 16:14:31 +0530
hi brad,
with msde you can use command line utility osql to run script file. Following is sample
example. Go to command prompt and run "osql /?" to get all the options available with osql. To
get more info on these parameters, see books online.
Ex:
osql /S<server> /Usa /P<password> /d<database> /i"c:\scriptfile.sql"
-- Vishal Parkar vgparkar@yahoo.co.in
- Next message: Anubis: "StoredProcedure vs. Recordsets"
- Previous message: Paulo Morgado: "UPDATETEXT on memory tables"
- In reply to: Brad H McCollum: "Copying Stored Procedures from One Database To Another"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|