Click here to Skip to main content
15,915,093 members
Home / Discussions / Database
   

Database

 
QuestionConnection String Security Concerns Pin
jchalfant25-Jun-08 6:00
jchalfant25-Jun-08 6:00 
AnswerRe: Connection String Security Concerns Pin
Alsvha25-Jun-08 22:00
Alsvha25-Jun-08 22:00 
GeneralRe: Connection String Security Concerns Pin
jchalfant26-Jun-08 2:01
jchalfant26-Jun-08 2:01 
AnswerRe: Connection String Security Concerns Pin
Ashfield25-Jun-08 23:55
Ashfield25-Jun-08 23:55 
GeneralRe: Connection String Security Concerns Pin
jchalfant26-Jun-08 2:13
jchalfant26-Jun-08 2:13 
AnswerRe: Connection String Security Concerns Pin
Andy Brummer26-Jun-08 10:38
sitebuilderAndy Brummer26-Jun-08 10:38 
QuestionTrigger in SQL Server 2005 Pin
rrrriiizz25-Jun-08 2:32
rrrriiizz25-Jun-08 2:32 
AnswerRe: Trigger in SQL Server 2005 Pin
John_Adams25-Jun-08 2:48
John_Adams25-Jun-08 2:48 
GeneralRe: Trigger in SQL Server 2005 Pin
rrrriiizz30-Jun-08 19:09
rrrriiizz30-Jun-08 19:09 
AnswerRe: Trigger in SQL Server 2005 Pin
Ashfield25-Jun-08 2:48
Ashfield25-Jun-08 2:48 
GeneralRe: Trigger in SQL Server 2005 Pin
rrrriiizz30-Jun-08 19:13
rrrriiizz30-Jun-08 19:13 
Questionstored procedure Pin
harish.k1225-Jun-08 1:52
harish.k1225-Jun-08 1:52 
AnswerRe: stored procedure Pin
Colin Angus Mackay25-Jun-08 2:40
Colin Angus Mackay25-Jun-08 2:40 
GeneralRe: stored procedure Pin
Ashfield25-Jun-08 2:53
Ashfield25-Jun-08 2:53 
GeneralRe: stored procedure Pin
Colin Angus Mackay25-Jun-08 3:38
Colin Angus Mackay25-Jun-08 3:38 
GeneralRe: stored procedure Pin
Ashfield25-Jun-08 4:03
Ashfield25-Jun-08 4:03 
GeneralRe: stored procedure Pin
Colin Angus Mackay25-Jun-08 7:36
Colin Angus Mackay25-Jun-08 7:36 
GeneralRe: stored procedure Pin
Ashfield25-Jun-08 21:10
Ashfield25-Jun-08 21:10 
Colin Angus Mackay wrote:
Absolutely - But is it something most people will think about


Well, if people don't think about performance it's their own fault.


Colin Angus Mackay wrote:
Really? Isn't a stored proc just "a piece of sql"?


I was, I thought rather obviously, talking about real world code, where you frequently do a bit more than select a few fields from a couple of tables. For example taking a transactioon file of 2 million records and generating positions - try getting decent performance in something like that without stored procs. However, if you prefer to live in the world of CP type questions and believe that everything can be done with a few selects thats up to you - those of us that produce code for a living know the pros and cons of different methods but are always open to suggestion.

Bob
Ashfield Consultants Ltd

GeneralRe: stored procedure Pin
Colin Angus Mackay26-Jun-08 9:47
Colin Angus Mackay26-Jun-08 9:47 
GeneralRe: stored procedure Pin
Ashfield26-Jun-08 10:20
Ashfield26-Jun-08 10:20 
GeneralRe: stored procedure Pin
Colin Angus Mackay26-Jun-08 13:25
Colin Angus Mackay26-Jun-08 13:25 
GeneralRe: stored procedure Pin
Ashfield26-Jun-08 21:39
Ashfield26-Jun-08 21:39 
GeneralRe: stored procedure Pin
Colin Angus Mackay26-Jun-08 22:25
Colin Angus Mackay26-Jun-08 22:25 
GeneralRe: stored procedure Pin
Pete O'Hanlon26-Jun-08 10:22
mvePete O'Hanlon26-Jun-08 10:22 
GeneralRe: stored procedure Pin
Ashfield26-Jun-08 21:22
Ashfield26-Jun-08 21:22 

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.