TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Anoop Bansal
NA
58
6.2k
Protect Sql database
Mar 2 2017 1:05 PM
Hi
I am building a project using WPF and SQL Server 2012, I want to protect my database from being viewed/access by other people, as it can ONLY interact with my application which having userid and password (as used in connection string).
Problem:
As client user is also using SSMS on their particular PC, and I donot want to give access to any user, inspite it can ONLY be accessable with my application.
When deploying my application to client pc, I am installing .net framework and sql server express so that my application works with it.
Is installing SQL Server express on the client machine is ok? or is there any runtime available so that my application can work with it.
Please suggest me something for protecting my database as I am preety new to SQL.
Thanks
Anoop
Reply
Answers (
1
)
How i can initialize a three Dimensional array?
Select a combobox's Item when I insert into my textbox