Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
laddu
Constraint Violating Yak Guru
332 Posts |
Posted - 2008-07-12 : 13:15:54
|
| I want to copy all user sp's to word file. I tried copy and paste, but it is not working. Please advice |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-07-12 : 14:08:09
|
| Generate the script in SSMS or EM. Save it to a text file, then copy/paste into a .doc file. It would be much better to keep it as text though rather than a Word document.Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/Subscribe to my blog |
 |
|
|
|
|
|