Creating SQL Server database from vb.net, without SQL Server
问题 I'm programming an installer for an application in VB.net. My application needs a SQL Server database to work, but I want that my app runs in machines without SQL Server instances installed. Exists sqlcmd standalone or something? (I would like to include it in my installation pack) Is possible create a database via sqlcmd this way? Thank you 回答1: If you want to use the full power of the SQL Server Database you need to install an instance of SQL Server. If the problem is the cost for the final