Can I connect to my SQL Server 2000 with VS Express

I seem to be having a difficult time connecting to my local SQL Server 2000 from VS 2005 Express.

Can it be done

If not, is there a way to import a table from SS2000 somehow

Thanks.



Answer this question

Can I connect to my SQL Server 2000 with VS Express

  • Dennis Tap

    Yes, I have been using the wizard, and it just can't find any (local) SQL Servers.

    What I'll do is try it in code and see what happens.

    I think I'm just spinning my wheels using the Express version. Ever since it came out I've been having difficulty doing anything with SQL Server. When you try to jump ahead of the process with these Beta and limited versions it becomes more of a pain than a good experience.

    In a few days the full version should be available to us in the stores and on line and I can then order it and have something real to work with.

    Thanks.

    CU


  • Anil John

    How are you trying to connect to the SQL 2000 databse, the Express IDE's wizards are not able to connect to the database and you will have to configure the connection manualy and in code.

  • gavrilenko_s

    If SQL 2000 is on the same machine as VWD Express you should be able to connect.  I think remote access to servers is not supported.  You would need Standard or above for that.

  • Can I connect to my SQL Server 2000 with VS Express