Click here to Skip to main content
15,886,595 members
Home / Discussions / Database
   

Database

 
AnswerRe: SQL SERVER DATABASE [modified] Pin
Syed Mehroz Alam14-Jul-08 0:42
Syed Mehroz Alam14-Jul-08 0:42 
Questiongeneralized statements for update delete insert Pin
santosh04213-Jul-08 21:37
santosh04213-Jul-08 21:37 
AnswerRe: generalized statements for update delete insert Pin
Ashfield14-Jul-08 1:14
Ashfield14-Jul-08 1:14 
GeneralRe: generalized statements for update delete insert Pin
santosh04214-Jul-08 4:11
santosh04214-Jul-08 4:11 
AnswerRe: generalized statements for update delete insert Pin
leoinfo14-Jul-08 4:27
leoinfo14-Jul-08 4:27 
Questionconnection string Pin
nelsonpaixao13-Jul-08 15:06
nelsonpaixao13-Jul-08 15:06 
AnswerRe: connection string Pin
Vimalsoft(Pty) Ltd13-Jul-08 15:48
professionalVimalsoft(Pty) Ltd13-Jul-08 15:48 
AnswerRe: connection string Pin
Ashfield13-Jul-08 21:01
Ashfield13-Jul-08 21:01 
Hi
I already answered your first post on this, I'm sorry if you don't understand but here it isagain:

The best option in my opinion is to use windows groups to limit user access. It still uses windows authentication so no password verification etc, and you can then grant explicit permissions to the group. You can deny permissions as well as grant them, so deny select, insert, update, delete on your tables and grant exec on the stored procs.

Its a standard way of doing it and easy to maintain by scripts.


nelsonpaixao wrote:
The login to the application is wrote not in C# but SQL store procedures. I press a buttom that triggers a SP that manages the login. my connection strings have both no password and user.


From this I must assume you are alreay using windows authentication, so you need to set the table permissions as I said. This will prevent someone attaching to you database and seeing the tables. I'm not sure how to explain thsi any clearer, but try google for granting permissions in sql server, it may help your understanding.

Bob
Ashfield Consultants Ltd

GeneralRe: connection string Pin
nelsonpaixao14-Jul-08 13:11
nelsonpaixao14-Jul-08 13:11 
Questionhelp me to write procedure Pin
amistry_petlad13-Jul-08 7:40
amistry_petlad13-Jul-08 7:40 
AnswerRe: help me to write procedure Pin
nelsonpaixao13-Jul-08 13:35
nelsonpaixao13-Jul-08 13:35 
AnswerRe: help me to write procedure Pin
amistry_petlad13-Jul-08 13:41
amistry_petlad13-Jul-08 13:41 
AnswerRe: help me to write procedure Pin
nelsonpaixao13-Jul-08 14:37
nelsonpaixao13-Jul-08 14:37 
GeneralRe: help me to write procedure Pin
amistry_petlad13-Jul-08 14:47
amistry_petlad13-Jul-08 14:47 
AnswerRe: help me to write procedure Pin
leoinfo13-Jul-08 17:21
leoinfo13-Jul-08 17:21 
GeneralRe: help me to write procedure Pin
amistry_petlad13-Jul-08 17:57
amistry_petlad13-Jul-08 17:57 
GeneralRe: help me to write procedure Pin
Paul Conrad13-Jul-08 18:06
professionalPaul Conrad13-Jul-08 18:06 
GeneralRe: help me to write procedure Pin
amistry_petlad13-Jul-08 18:12
amistry_petlad13-Jul-08 18:12 
GeneralRe: help me to write procedure Pin
Paul Conrad13-Jul-08 18:16
professionalPaul Conrad13-Jul-08 18:16 
GeneralRe: help me to write procedure Pin
nelsonpaixao13-Jul-08 15:12
nelsonpaixao13-Jul-08 15:12 
GeneralRe: help me to write procedure Pin
amistry_petlad13-Jul-08 17:58
amistry_petlad13-Jul-08 17:58 
Questiondecimal not show zero [modified] Pin
tai-fun12-Jul-08 3:38
tai-fun12-Jul-08 3:38 
AnswerRe: decimal not show zero Pin
leoinfo12-Jul-08 7:07
leoinfo12-Jul-08 7:07 
Questionrow to column in sql Pin
ravindra_ee24811-Jul-08 19:58
ravindra_ee24811-Jul-08 19:58 
AnswerRe: row to column in sql Pin
Vimalsoft(Pty) Ltd13-Jul-08 15:55
professionalVimalsoft(Pty) Ltd13-Jul-08 15:55 

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.