Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. should client machine contain sqlserver installed , if i am using sqlserver as backend

should client machine contain sqlserver installed , if i am using sqlserver as backend

Scheduled Pinned Locked Moved C#
workspace
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    praveenvkumarv
    wrote on last edited by
    #1

    i have used backend as sqlserver, is it necessary that the client machine, where i'll be deploying my application that machine should have sqlserver installed in it. Otherwise, any prerequisites i should include while creating setup file.

    A L 2 Replies Last reply
    0
    • P praveenvkumarv

      i have used backend as sqlserver, is it necessary that the client machine, where i'll be deploying my application that machine should have sqlserver installed in it. Otherwise, any prerequisites i should include while creating setup file.

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      praveenvkumarv wrote:

      is it necessary that the client machine

      No!!! Database should be in your server side. All client should store/Retreive data from Single Database Server. Isn't It.

      cheers, Abhijit My Recent Article : Beginner's Guide to ASP.NET Application Folder

      P 1 Reply Last reply
      0
      • A Abhijit Jana

        praveenvkumarv wrote:

        is it necessary that the client machine

        No!!! Database should be in your server side. All client should store/Retreive data from Single Database Server. Isn't It.

        cheers, Abhijit My Recent Article : Beginner's Guide to ASP.NET Application Folder

        P Offline
        P Offline
        praveenvkumarv
        wrote on last edited by
        #3

        my application is a windows application.

        1 Reply Last reply
        0
        • P praveenvkumarv

          i have used backend as sqlserver, is it necessary that the client machine, where i'll be deploying my application that machine should have sqlserver installed in it. Otherwise, any prerequisites i should include while creating setup file.

          L Offline
          L Offline
          Lev Danielyan
          wrote on last edited by
          #4

          As far as I understand you've got a client/server application, where there is an SQL server on server side and some application on the client side. So, you've got two choices to deploy the app on the customer side: 1. Deploy the SQL server and the client application on the same machine, which in general is not a good idea, 2. Deploy your stuff on two separate machines - one for SQL, i.e. the server, and one (or several) machine(s) for the client application.

          Regards, Lev

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups