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 |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-05-02 : 07:56:41
|
Ethan writes "Hi,I am going to be training my co-workers on some of the basics of SQL Server 2000, and was wondering if you know a way to download or export the BOL outline that comes with the software. I know I can print out each chapter but, I would like to export the main outline into a text format so that I can modify it to fit with the training I will be doing. If I can't do the export can you point me to a resource that I might be able to use for this purpose? Thanks in advance,Ethan" |
|
ValterBorges
Master Smack Fu Yak Hacker
1429 Posts |
Posted - 2003-05-02 : 08:46:04
|
Look in.C:\Program Files\Microsoft SQL Server\80\Tools\BooksYou'll find all the modules.You'll also need hh.exe for some modulesThis is what your bol shortcut runsC:\WINDOWS\hh.exe "C:\Program Files\Microsoft SQL Server\80\Tools\Books\SQL80.col"In addition you can find the latest bol and online bol, system table reference and other goodies athttp://www.microsoft.com/sql/techinfo/productdoc/2000/default.asp |
 |
|
|
|
|