VS 2005 with SQL Express

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JKAT
    New Member
    • Apr 2008
    • 2

    #1

    VS 2005 with SQL Express

    Hi,

    I've created a project which includes a small SQL Database. Can someone tell me what is required on the INSTALLED machine for the program to run properly? I've added the database file to the setup and deployment project. Does the installed machine require an install of SQLEXPRESS?

    Any info would really help.
  • vanc
    Recognized Expert New Member
    • Mar 2007
    • 211

    #2
    Originally posted by JKAT
    Hi,

    I've created a project which includes a small SQL Database. Can someone tell me what is required on the INSTALLED machine for the program to run properly? I've added the database file to the setup and deployment project. Does the installed machine require an install of SQLEXPRESS?

    Any info would really help.
    Yes, the client machine must have SQLExpress installed, because it will require for remote connection to database. You have to install SQLEXPRESS and activate the Remote connection feature in SQL Server Area Surface Configuration. Cheers

    Comment

    Working...