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

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -