This is a discussion on Export SPs? within the SQL Server forums, part of the Microsoft SQL Server category; --> I have uses DTS Import/Export wizard to export all my tables from one databse to another on the same ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| 1. use the DTS Wizard and specify the "Copy Objects and Data between SQL Server databases and then select the stored procedures you want to export. 2. Script up a file by (right) clicking on the appropiate database or the individual procedure and Select "Generate SQL Script" HTH, Jens Suessmeyer. |