Chakra
Chakra

Reputation: 2557

SQL Server not visible in Server Explorer

If there is a SQL Server 2000 installed on a Server, and i have a VWD Express 2008 on a PC on that network, what could be the possible reasons for the SQL Server not being visible in the Server Explorer of the VWD ? Both PC's are on the same workgroup.

I also tried keying in the name of the server, and the Login and password, but the databases in that server do not appear in the Dropdown list.

Any suggestions helpful.

Regards.

Upvotes: 0

Views: 1672

Answers (1)

Ganesh R.
Ganesh R.

Reputation: 4385

Does Visual Web Developer Support SQL 2000? As per my knowledge it does not. Why not use SQL 2005 Express or SQL 2008 Express. Also you can download SQL Management Studio Express (05/08), Install it on the PC with Visual Web Developer & try to connect to SQL 2000 Machine. If it cannot, It will throw an error which will help you a little more to know the reason. One last thing (very fundamental..) Is your SQL 2000 running?

Upvotes: 1

Related Questions