sql server - sql database deploying -
i have never deployed windows applicatioon,,,this first one...
my question how deploy windows application-with sql database on client side.. if sql server 2005 installed onclient pc ..the client doesnt have anytihng run exe file..i think can attaching code...but want client shouldnt able see database...is possible achieve...
i mean can vb.net code write , read database without attaching in sql server managemt studio
sorry if english not good...
you can redistribute sql server express application. read embedding sql server 2008 express in application. other editions have provided customer , application, during installation, requests location (connection string) hosting sql server instance. option use, database belong client , in absolute control of content.
but want client shouldnt able see database
this not possible if choose use database @ client location. option host database , let client connect remotely hosted database. options sql azure database, host sql in azure vm, amazon rds or similar.
Comments
Post a Comment