Click here to Skip to main content
15,918,516 members
Home / Discussions / Database
   

Database

 
Questionrestricting direct access to tables from Enterprise Manager Pin
Rocky#27-Apr-07 10:38
Rocky#27-Apr-07 10:38 
AnswerRe: restricting direct access to tables from Enterprise Manager Pin
Colin Angus Mackay27-Apr-07 22:56
Colin Angus Mackay27-Apr-07 22:56 
Questionhow to pass similarity and look up field values as varibles on Fuzzy lookup Pin
JaneQuestion27-Apr-07 9:05
JaneQuestion27-Apr-07 9:05 
QuestionWhere can I find ADO.NET class library maps? Pin
Slow Learner27-Apr-07 7:47
Slow Learner27-Apr-07 7:47 
Questionsecurity in MSSQL2005 Pin
xx5827-Apr-07 4:23
xx5827-Apr-07 4:23 
AnswerRe: security in MSSQL2005 Pin
kubben27-Apr-07 11:51
kubben27-Apr-07 11:51 
GeneralRe: security in MSSQL2005 Pin
xx5828-Apr-07 0:15
xx5828-Apr-07 0:15 
GeneralRe: security in MSSQL2005 Pin
kubben28-Apr-07 1:13
kubben28-Apr-07 1:13 
When you distribute the database you can set up the user rights to the tables. Unfortunately, if they are the ones that installed sql server then they would have an SA account which would allow them to change their access and read their tables.

I think if you can not control your users access to your database, you will have trouble short of encrypting each column which would affect performace.

I have seen other programs like Microsoft great plains, where all of there access is through stored procedures which are encrypted. Then all the tables have names that are like IV10001. That way it is not easy for users to understand what the table is. Still if your users can or will have SA access to your database they will be able to decrypt the storedprocedures.

Sorry I couldn't be more help.
Ben
GeneralRe: security in MSSQL2005 Pin
xx5828-Apr-07 4:11
xx5828-Apr-07 4:11 
QuestionSecurity Matters in Sql Server2000 Pin
.NET- India 27-Apr-07 2:59
.NET- India 27-Apr-07 2:59 
AnswerRe: Security Matters in Sql Server2000 Pin
Colin Angus Mackay27-Apr-07 3:11
Colin Angus Mackay27-Apr-07 3:11 
QuestionLock or Unlock the database Pin
.NET- India 27-Apr-07 2:56
.NET- India 27-Apr-07 2:56 
AnswerRe: Lock or Unlock the database Pin
Colin Angus Mackay27-Apr-07 2:59
Colin Angus Mackay27-Apr-07 2:59 
QuestionConnecting to SQL problem ! Pin
mrkeivan26-Apr-07 20:37
mrkeivan26-Apr-07 20:37 
AnswerRe: Connecting to SQL problem ! Pin
Sathesh Sakthivel26-Apr-07 21:04
Sathesh Sakthivel26-Apr-07 21:04 
GeneralRe: Connecting to SQL problem ! Pin
mrkeivan27-Apr-07 0:10
mrkeivan27-Apr-07 0:10 
AnswerRe: Connecting to SQL problem ! Pin
Pete O'Hanlon27-Apr-07 0:59
mvePete O'Hanlon27-Apr-07 0:59 
GeneralRe: Connecting to SQL problem ! Pin
mrkeivan28-Apr-07 10:05
mrkeivan28-Apr-07 10:05 
GeneralRe: Connecting to SQL problem ! Pin
mrkeivan29-Apr-07 7:28
mrkeivan29-Apr-07 7:28 
AnswerRe: Connecting to SQL problem ! Pin
Pete O'Hanlon30-Apr-07 22:30
mvePete O'Hanlon30-Apr-07 22:30 
QuestionSelecting numeric data from varchar string Pin
LobsterHead26-Apr-07 15:56
LobsterHead26-Apr-07 15:56 
AnswerRe: Selecting numeric data from varchar string Pin
N a v a n e e t h26-Apr-07 21:33
N a v a n e e t h26-Apr-07 21:33 
GeneralRe: Selecting numeric data from varchar string Pin
LobsterHead27-Apr-07 7:34
LobsterHead27-Apr-07 7:34 
AnswerRe: Selecting numeric data from varchar string Pin
Paddy Boyd27-Apr-07 6:10
Paddy Boyd27-Apr-07 6:10 
GeneralRe: Selecting numeric data from varchar string Pin
LobsterHead27-Apr-07 7:35
LobsterHead27-Apr-07 7:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.