install library database

  • To complete a TSQL lab I need to install the library database. How do I do this?

  • This was removed by the editor as SPAM

  • What library database? One that you're using in production?

    Andy

    http://www.sqlservercentral.com/columnists/awarren/

  • If you are talking about the pubs DB which contains publisher, book and author info. It is installed by default unless you do a custom install and remove it from the install.

  • I think the library db is a db from a Microsoft Certified Course of SQL server.

    I think they give you the structure of the db in a script and then in another script all the inserts. Check the documentation, there must be some info

  • Thanks everyone for your input. I have learned that the default installation of SQLserver doesn't install the DBLIB. It has to be installed separately by,

    1)Selecting SQL Server 2000 Components

    2)Selecting Install Database Server

    3)Selecting Upgrade, remove, or add components to an existing instance of SQLserver

    4)Selecting Components Code Samples

    5)then selecting sub-components DBLIB.

    Wow, I am really enjoying this learning process having to setup the lab environment myself is really helping me to learn how to work with SQL Server ect...

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply