Please do us the courtesy of posting in the most appropriate forum for the topic and not just the first one you come to. Thread moved.
There are two ways to connect to a SQL Server Express database:
1. You can deploy the MDF file with your application and then attach it to SQL Server on demand. This would only be done for single user apps with a local server.
2. You build a new database or attach an existing database permanently to the server using SQL Server Management Studio Express. This database can then be accessed by any user and any application on the network, assuming that the instance has been setup to support remote connections.
If you can specify which of those scenarios matches your situation then we can provide more information if required. That said, as far as the application is concerned it doesn't really matter. The only thing that is different from the application's point of view is the connection string. You can find all the connections strings you might need at ConnectionStrings.com - Forgot that connection string? Get it here!.



LinkBack URL
About LinkBacks




Reply With Quote


Bookmarks