Click here to Skip to main content
15,895,142 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL Server does not exists or access denied Pin
Sylvester george11-Feb-07 23:01
Sylvester george11-Feb-07 23:01 
GeneralRe: SQL Server does not exists or access denied Pin
Sushant Duggal11-Feb-07 23:05
Sushant Duggal11-Feb-07 23:05 
GeneralRe: SQL Server does not exists or access denied Pin
Sylvester george11-Feb-07 23:09
Sylvester george11-Feb-07 23:09 
GeneralRe: SQL Server does not exists or access denied Pin
Sushant Duggal11-Feb-07 23:50
Sushant Duggal11-Feb-07 23:50 
AnswerRe: SQL Server does not exists or access denied Pin
Aaron S.12-Feb-07 11:20
Aaron S.12-Feb-07 11:20 
AnswerRe: SQL Server does not exists or access denied Pin
Michael P Butler11-Feb-07 22:43
Michael P Butler11-Feb-07 22:43 
GeneralRe: SQL Server does not exists or access denied Pin
Sushant Duggal11-Feb-07 22:57
Sushant Duggal11-Feb-07 22:57 
GeneralRe: SQL Server does not exists or access denied Pin
Pete O'Hanlon12-Feb-07 3:01
mvePete O'Hanlon12-Feb-07 3:01 
This is not an answer to your question, but rather a general comment. It is a bad idea to use the sa account as a general purpose access account. This account has special privileges which means that it can access and do things in your database that you really don't want to let outside users get access to.

There is a security principle about reducing the attack surface which applies here. If you only want the login to be able to access stored procedures and perform C RUD functions, then you really should create a dedicated account for it and use this in the connection string instead.

Sorry that I haven't answered your question, but I hope that this can help to remove what could end up being a security hole.


the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer

Deja View - the feeling that you've seen this post before.

QuestionExport data from SQL server 2005 Pin
Spaz8011-Feb-07 21:16
Spaz8011-Feb-07 21:16 
QuestionCalculating the Time length Pin
minkinin11-Feb-07 20:14
minkinin11-Feb-07 20:14 
AnswerRe: Calculating the Time length Pin
Blue_Boy11-Feb-07 22:05
Blue_Boy11-Feb-07 22:05 
GeneralRe: Calculating the Time length Pin
minkinin12-Feb-07 0:09
minkinin12-Feb-07 0:09 
GeneralRe: Calculating the Time length Pin
Blue_Boy12-Feb-07 0:23
Blue_Boy12-Feb-07 0:23 
AnswerRe: Calculating the Time length Pin
gauthee11-Feb-07 22:07
gauthee11-Feb-07 22:07 
Questionless than 100 query Pin
m.rastgar11-Feb-07 19:18
m.rastgar11-Feb-07 19:18 
AnswerRe: less than 100 query Pin
Bassam Saoud11-Feb-07 19:59
Bassam Saoud11-Feb-07 19:59 
QuestionProgram can't access the server on the network >> VB.net 2005 [modified] Pin
kindman_nb11-Feb-07 10:48
kindman_nb11-Feb-07 10:48 
AnswerRe: Program can't access the server on the network >> VB.net 2005 Pin
kindman_nb11-Feb-07 21:31
kindman_nb11-Feb-07 21:31 
QuestionRe: Program can't access the server on the network >> VB.net 2005 Pin
andyharman11-Feb-07 23:43
professionalandyharman11-Feb-07 23:43 
AnswerRe: Program can't access the server on the network >> VB.net 2005 Pin
kindman_nb11-Feb-07 23:50
kindman_nb11-Feb-07 23:50 
QuestionAdvanced string manipulation - MS Access Pin
alect11-Feb-07 8:52
alect11-Feb-07 8:52 
AnswerRe: Advanced string manipulation - MS Access Pin
andyharman11-Feb-07 23:37
professionalandyharman11-Feb-07 23:37 
QuestionAssign value of one column to other Pin
TrooperIronMan11-Feb-07 7:44
TrooperIronMan11-Feb-07 7:44 
AnswerRe: Assign value of one column to other Pin
Bassam Saoud11-Feb-07 19:51
Bassam Saoud11-Feb-07 19:51 
Questionsql query analyzer Pin
Member 381773811-Feb-07 4:47
Member 381773811-Feb-07 4:47 

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.