January 17, 2003 at 8:44 am
To complete a TSQL lab I need to install the library database. How do I do this?
January 20, 2003 at 8:00 am
This was removed by the editor as SPAM
January 20, 2003 at 8:30 am
What library database? One that you're using in production?
Andy
January 20, 2003 at 9:49 am
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.
January 20, 2003 at 2:01 pm
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
January 21, 2003 at 8:07 am
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