Alexander Chigrikchigrik@hotmail.com
In this article I want to tell you about some general details of SQL Server 7.0 installation. I also described hardware and software requirements for SQL Server 7.0 and SQL Server 7.0 editions.
Hardware requirements:
There are three SQL Server Editions:
There are three SQL Server 7.0 installation types:
There are several ways to test SQL Server 7.0 installation. When the installation is complete, you can verify SQL Server installation with osql (or isql) utility. This is the description: 1. Start MSSQLServer service. You can start MSSQLServer service by entering from a command prompt: net start mssqlserver or by run SQL Server Service Manager and start MSSQLServer service manually. 2. Run osql utility. Once the server is running, type the following command-line options: OSQL -Usa -P If successful, this osql prompt appears: 1> Now you can verify SQL Server 7.0 installation by entering this simple query: SELECT @@SERVERNAME GO If successful, this query returns the name of the server on which SQL Server is running. Now you can exit by typing exit command.
net start mssqlserver
OSQL -Usa -P
SELECT @@SERVERNAME GO
1. SQL Server Books Online 2. Microsoft SQL Server 7.0 Unleashed http://www.mcp.com/catalog/sc/0672312271s.html
To read the rest of this article, and access thousands of other articles, we ask you to register on the site and subscribe to our newsletters.
We ask you to register on the site and subscribe to our newsletters. Subscribing to our newsletters gets you:
We ask that you give the newsletter a try for a week. Over 200,000 SQL Server Professionals a day find it entertaining and useful. If not, you are welcome to unsubscribe at anytime.
Steve Jones Editor, SQLServerCentral.com