.Net application development with SQL Server 2005

  • Hello there,

    I want to develop a .net application using SQL Server as backend.

    For this, I have downloaded SQL Server Compact Edition and SQL Server Management Studio.

    However, I am not able to find the server name when trying for "New Server Registration".

    Any idea on what server name should i enter? or

    Do i need to download any other software as well?

    Please help.

    Thanks in advance.

  • Have you installed SQL server on a server or on your local machine?

    If this is a application running on a server or a local machine then you may consider downloading

    SQL Server express, as SQL server compact is really suited for mobile devices.

  • Hi

    It is possible to access Compact Edition from .Net on windows OS. For detailed information about the connection string see http://www.connectionstrings.com/.

    But it has quiet less features. As steveb already stated you should consider the Express Edition.

    Greets

    Flo

  • Hello Steve,

    Thanks for your reply.

    Both application and SQL Server are on local machine and I was just simply trying to start some test application.

    Now, I have downloaded SQL Server Express Edition and was able to get Local Serve Name to connect with. However, I still wonder why SQL Server Management Studio was not finding any local server when i was having SQL Server Compact Edition?

  • Hello Flo,

    Thanks for your reply too.

    I am able to get the server name after installing Express Edition.

    But I wonder why Management Studio was not able to get local sql server name earlier with Compact Edition?

  • Hi

    Did you try to browse for the database file location?

    "Object Explorer" -> "Connect -> "SQL Server Compact" -> "Database file" -> "Browse for more..."

    Greets

    Flo

  • Yes, I tried browsing for available servers.

  • Available Servers? If you select "Connnect SQL Server Compact" and Select "Browse for more..." option from drop-down list there should appear a dialog to directly browse for the file; not a server.

    Greets

    Flo

Viewing 8 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic. Login to reply