SQL Server 2008, the latest release of Microsoft SQL Server, provides a comprehensive data platform. Books Online is the primary documentation for SQL Server 2008.
Books Online includes the following types of information:
- Setup and upgrade instructions.
- Information about new features and backward compatibility.
- Conceptual descriptions of the technologies and features in SQL Server 2008.
- Procedural topics describing how to use the various features in SQL Server 2008.
- Tutorials that guide you through common tasks.
- Reference documentation for the graphical tools, command prompt utilities, programming languages, and application programming interfaces (APIs) that are supported by SQL Server 2008.
Download Microsoft SQL Server 2008 Books Online (January 2009)
Reference : Pinal Dave (https://blog.sqlauthority.com)
2 Comments. Leave new
Hi Pinal,
I am really confused about the
SP_HELPTEXT sp_proc1
sp_helptext sp_proc1
when i executed the first query it showed a error message
in some database and in some other database it got executed.
So I wish to know whether this stored procedure(SP_HELPTEXT ) is
case sensetive or has different logic behind this???
Regards,
Prakash
Hi Pinal,
I am really confused about the
SP_HELPTEXT sp_proc1
sp_helptext sp_proc1
when i executed the first query it showed a error message
in some database and in some other database it got executed.
So I wish to know whether this stored procedure(SP_HELPTEXT ) is
case sensetive or has different logic behind this???
Regards,
Prakash