Click here to Skip to main content
15,894,330 members
Home / Discussions / Database
   

Database

 
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 
GeneralRe: stored procedure Pin
Andy Brummer26-Jun-08 10:53
sitebuilderAndy Brummer26-Jun-08 10:53 
GeneralRe: stored procedure Pin
Mycroft Holmes27-Jun-08 3:49
professionalMycroft Holmes27-Jun-08 3:49 
GeneralRe: stored procedure Pin
Andy Brummer27-Jun-08 5:45
sitebuilderAndy Brummer27-Jun-08 5:45 
AnswerRe: stored procedure Pin
A Wong25-Jun-08 2:50
A Wong25-Jun-08 2:50 
GeneralRe: stored procedure Pin
Colin Angus Mackay25-Jun-08 3:36
Colin Angus Mackay25-Jun-08 3:36 
GeneralRe: stored procedure Pin
A Wong25-Jun-08 5:45
A Wong25-Jun-08 5:45 
GeneralRe: stored procedure Pin
Colin Angus Mackay25-Jun-08 7:37
Colin Angus Mackay25-Jun-08 7:37 
AnswerRe: stored procedure Pin
Andy Brummer26-Jun-08 10:50
sitebuilderAndy Brummer26-Jun-08 10:50 
Questionunable to connect to sql-server [modified] Pin
Tom Deketelaere24-Jun-08 4:09
professionalTom Deketelaere24-Jun-08 4:09 
Questionhow to use FBExport Command tool Pin
avvaru.murali24-Jun-08 3:02
avvaru.murali24-Jun-08 3:02 

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.