SQL server database deployment -


i build application uses sql server database. working fine in system necessary software installed.

now want deploy other system. necessary install full sql server(unnecessary heavy one, run application) in system or support there?

or

can copy database mdf file location in new system , give proper connection string work?

i newbie field, please guide me.

there free express & compact versions of sql server (size & capability limited) designed run on desktop machine data local & not appropriate use full server version.

you can install these using installer of choice, connect & attach mdf file directly.


Comments

Popular posts from this blog

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -

android - Spacing between the stars of a rating bar? -

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -