1

I am using SQL Server as database with VB.net to develop an application. Is there any way to embed the SQL db/table to the application so that client will not have to install SQL Server.

3
  • SqlLite would suffice, it's not a DBMS rather file system. Which in turns means the end client doesn't need anything. Also you can't embed SQL into the application as they would need the whole server for this... Commented Oct 29, 2016 at 10:34
  • Does it mean that the uses should have the same tables as i had at development time. Commented Oct 31, 2016 at 15:13
  • Yes they would. Commented Oct 31, 2016 at 23:08

1 Answer 1

1

I think recent versions of SQL Server have a feature called 'LocalDB' which might fit your needs : https://msdn.microsoft.com/en-us/library/hh510202.aspx

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.