Books Online ("BOL") is the fundamental documentation tool for SQL Server. If you don't ever buy a single book on the product, this tool will still allow you to do your job.
SQL Server 2005 If you have SQL Server installed on your workstation, look under Start | Programs | Microsoft SQL Server 2005 | Documentation and Tutorials | SQL Server Books Online. If you chose not to install the documentation, or aren't running SQL Server 2005 locally, then you can download the standalone version of SQL Server 2005's Books Online here, though you may need to install the .NET 2.0 Framework first, if you don't already have it.
The December refresh is available here:
SQL Server 2005 Books Online Note that the December refresh was not initially populated correctly to all servers, so if you have already downloaded it, you may still have the RTM version. The easiest way to tell is to run the MSI file. If you get the following dialog, you have the new version:
However, if you get a setup dialog offering you the options Modify, Repair, or Remove, unfortunately, you will need to go back and get the latest version.
Only download the September or June CTP versions of Books Online if you are still testing those pre-release versions.
If you want to use the online version of Books Online, it is not as easy to find:
Books Online
And for a quick overview of the topics that have been added/updated (there are a LOT!), see:
New and Updated Books Online Topics (...
SQL Server 2000 If you are running SQL Server 2000 on your machine, you can find it under Start | Programs | Microsoft SQL Server | Books Online. If you are developing from a machine that does not have SQL Server installed, you can download this resource from the following URL:
http://www.microsoft.com/downloads/detai... Even if you have SQL Server installed and have Books Online available, you should download this update to replace your existing copy, as some things have changed or added (and won't be reflected in the original copy that is installed with SQL Server). Books Online is not part of the SP3a or SP4 packages, so even if your database engine is completely up to date, you most likely do not have the updated help content.
If you prefer to not download Books Online, you can still access the content—amazingly enough—online! The online version of SQL Server 2000's Books Online is here:
http://msdn.microsoft.com/library/en-us/... Errors Some users have complained about errors like the following, when clicking on links in Books Online:
A Runtime Error has occurred. Do you wish to debug? Line:0 Error: Object doesn't support this property or method. |
After you've installed Books Online, you can avoid potential scripting errors within the content by downloading the HTMLHelp update found in
KB #811630.