Thanx Johanv.
Let me explain something else here:
In my ASP.Net project's Server Explorer I've noticed under the Servers node that there is a SQL Servers node where there are 2 servers: SERVERNAME, and SERVERNAME\SQLEXPRESS (The database I'm using in my project is in the latter).
In addition, when I open Query Analyzer, my SERVERNAME\SQLEXPRESS is in the dropdownlist, which I then can select and connect to, run my queries on, etc.
Now, when I open SQL Server Enterprise Manager, there's only a ConsoleRoot --> Microsoft SQL Servers --> SQL Server Group --> (local)(Windows NT) that's running, under which there are a few DBs (Master, model, msdb, Northwind, Pubs, tempdb)
If I right-click and wanna do a New SQL Server Registration, I follow the wizard:
I enter SERVERNAME\SQLEXPRESS in the Available Servers textbox, then I Add it --> then I select Windows authentication --> then I select to add the SQL Server to the existing SQL server group --> and click Finish. Then I get the following error
:
[SQL-DMO]You must use SQL Server 2005 Management tools to connect to this server.
What freaks me out is that I'm using SQL Server 2000, why would it want me to use SQL Server 2005 Management tools? Or am I missing something?
Where can I add the SERVERNAME\SQLEXPRESS server here that I actually need? Why does Enterprise Manager not "see" my SERVERNAME\SQLEXPRESS?
.
Please advise 