c# - How can I run an application that depends on a SQL database on another machine with SQL Server? -


i have created crud application running well. connects sql on same machine. want publish c# app , install on pc not have sql.

is possible run on pc, without installing sql server on it? if so, how do this?

is possible run on pc?

without database application "dead".

you have 2 options.

  • install sql server pc.
  • connect sql server isntalled in pc.

it's choice.


Comments

Popular posts from this blog

php - Hide output during test execution -

javascript - Migrate custom AngularJS filter from 1.2.28 to 1.4.x -

Update Magento products with multiple images -