Click here to Skip to main content
16,005,120 members
Home / Discussions / Database
   

Database

 
GeneralRe: Working with stored procedure´s transactions in .NET Pin
riv_luis9-Jun-05 2:17
riv_luis9-Jun-05 2:17 
GeneralWeb Services Pin
RSootarsing8-Jun-05 2:59
RSootarsing8-Jun-05 2:59 
GeneralRe: Web Services Pin
Colin Angus Mackay8-Jun-05 6:45
Colin Angus Mackay8-Jun-05 6:45 
Generalsp with temptables doesnt work in crystal reports Pin
7-Jun-05 23:41
suss7-Jun-05 23:41 
GeneralRe: sp with temptables doesnt work in crystal reports Pin
WoutL8-Jun-05 20:58
WoutL8-Jun-05 20:58 
GeneralRe: sp with temptables doesnt work in crystal reports Pin
Geethalakshmi8-Jun-05 21:15
Geethalakshmi8-Jun-05 21:15 
Generalsecurity in SQL server Pin
daneshmand7-Jun-05 23:11
daneshmand7-Jun-05 23:11 
GeneralRe: security in SQL server Pin
Colin Angus Mackay8-Jun-05 0:13
Colin Angus Mackay8-Jun-05 0:13 
daneshmand wrote:
how can i increase the security of a designed program via SQL server

Just a few things off the top of my head:
Uses specific logins.
Do not grant access to the public role.
Grant access only to the objects that the users/roles actually require.


daneshmand wrote:
what is the role of stored procedures ?

Stored procedures can be used to protect the tables from direct access. You can revoke access to the tables and grant access only to stored procedures. That way the only way to access a table is through the stored procedure. This layer of abstraction can protect you as you can set up additional checks in the stored procedure before allowing the operation to complete.

You may also want to read: SQL Injection Attacks and some tips on how to prevent them[^]

Does this help?


My: Blog | Photos
WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More


Generalweb service based Pin
ahmad mostafa7-Jun-05 22:43
ahmad mostafa7-Jun-05 22:43 
GeneralRe: web service based Pin
Colin Angus Mackay8-Jun-05 0:22
Colin Angus Mackay8-Jun-05 0:22 
GeneralRe: web service based Pin
ahmad mostafa8-Jun-05 0:30
ahmad mostafa8-Jun-05 0:30 
GeneralRe: web service based Pin
Colin Angus Mackay8-Jun-05 1:08
Colin Angus Mackay8-Jun-05 1:08 
Generalamount of record can entered in each record Pin
daneshmand7-Jun-05 22:35
daneshmand7-Jun-05 22:35 
GeneralRe: amount of record can entered in each record Pin
Colin Angus Mackay8-Jun-05 0:20
Colin Angus Mackay8-Jun-05 0:20 
GeneralError when install sql server sp4 Pin
Mekong River7-Jun-05 12:52
Mekong River7-Jun-05 12:52 
GeneralRe: Error when install sql server sp4 Pin
Vasudevan Deepak Kumar11-Jun-05 2:59
Vasudevan Deepak Kumar11-Jun-05 2:59 
GeneralRe: Error when install sql server sp4 Pin
Mekong River11-Jun-05 5:46
Mekong River11-Jun-05 5:46 
GeneralSQL Server 2005: CREATE ASSEMBLY : Error 6218 Pin
Duncan Edwards Jones7-Jun-05 10:43
professionalDuncan Edwards Jones7-Jun-05 10:43 
GeneralRelation Between Databases Pin
Majid Shahabfar7-Jun-05 3:00
Majid Shahabfar7-Jun-05 3:00 
Generalprimary key fields Pin
Pothirajan C7-Jun-05 2:36
Pothirajan C7-Jun-05 2:36 
GeneralRe: primary key fields Pin
Colin Angus Mackay8-Jun-05 1:17
Colin Angus Mackay8-Jun-05 1:17 
QuestionSql Query I think using Roll up or Cube or grouping or any other way??????? Pin
7-Jun-05 1:07
suss7-Jun-05 1:07 
Generalmulti user program Pin
pirogramci6-Jun-05 23:57
pirogramci6-Jun-05 23:57 
GeneralRe: multi user program Pin
Colin Angus Mackay8-Jun-05 0:26
Colin Angus Mackay8-Jun-05 0:26 
GeneralDROP Column: Permission denied Pin
Seraphin6-Jun-05 23:56
Seraphin6-Jun-05 23:56 

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.