RE: SQL 2000 instance showing up as version6.5 after running fixre
From: Uttam Parui[MS] (uttamkp_at_online.microsoft.com)
Date: 10/29/04
- Next message: Uttam Parui[MS]: "RE: can I export a database from query analyzer??"
- Previous message: Jose Lopez-Alvarez: "Changing IP's on SQL cluster nodes"
- In reply to: bradchand: "RE: SQL 2000 instance showing up as version6.5 after running fixre"
- Next in thread: bradchand: "RE: SQL 2000 instance showing up as version6.5 after running fixre"
- Reply: bradchand: "RE: SQL 2000 instance showing up as version6.5 after running fixre"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 29 Oct 2004 18:36:26 GMT
sqlservr -c -sInstanceName
will start SQL Server from the command prompt. -s parameter is required only for named instances.
SQL Server Books Online explains all the options for sqlservr
You mentioned that SQL Server started from Services applet. Does the SQL Server resource come online from the Cluster Administrator?
Once it comes online, try connecting to it using Query Analyzer and run
select @@version
See what it results.
I am thinking it will return Microsoft SQL Server 2000 - 8.00.760. This will mean that you have SQL Server 2000 SP3 or 3a (based on version of ssnetlib.dll)
If that is the case then the issue may be Enterprise Manager related and follow the same steps that you would take to troubleshoot an Enterprise Manager issue.. Try
connecting to this instance of SQL Server using another Enterprise Manager to see if you get the same error.
Best Regards,
Uttam Parui
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
Are you secure? For information about the Strategic Technology Protection Program and to order your FREE Security Tool Kit, please visit
http://www.microsoft.com/security.
Microsoft highly recommends that users with Internet access update their Microsoft software to better protect against viruses and security vulnerabilities. The easiest way
to do this is to visit the following websites: http://www.microsoft.com/protect
http://www.microsoft.com/security/guidance/default.mspx
- Next message: Uttam Parui[MS]: "RE: can I export a database from query analyzer??"
- Previous message: Jose Lopez-Alvarez: "Changing IP's on SQL cluster nodes"
- In reply to: bradchand: "RE: SQL 2000 instance showing up as version6.5 after running fixre"
- Next in thread: bradchand: "RE: SQL 2000 instance showing up as version6.5 after running fixre"
- Reply: bradchand: "RE: SQL 2000 instance showing up as version6.5 after running fixre"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|