i write window application and my database is sqlserver ! Now I want to run my applicaton on other computer which has no sql server installing !
How can i do ?
In general you would have a central server that hosts SQL Server that all client machines connect to. So when you run the code on your machine, or any other machine, they all connect to this same SQL Server machine. You generally would not deplopy a SQL
Server instance with your code.
pamyral_279
Participant
1469 Points
514 Posts
How to package entire mycode and sqlserver ?
Jun 29, 2012 11:18 AM|LINK
Hi all,
i write window application and my database is sqlserver ! Now I want to run my applicaton on other computer which has no sql server installing !
How can i do ?
Thank you very much !
MattsDotNetU...
Contributor
3178 Points
515 Posts
Re: How to package entire mycode and sqlserver ?
Jun 29, 2012 02:22 PM|LINK
In general you would have a central server that hosts SQL Server that all client machines connect to. So when you run the code on your machine, or any other machine, they all connect to this same SQL Server machine. You generally would not deplopy a SQL Server instance with your code.
http://msdn.microsoft.com/en-us/library/ms162132.aspx
http://www.codeproject.com/Articles/4416/Beginners-guide-to-accessing-SQL-Server-through-C