Click here to Skip to main content
15,887,596 members
Home / Discussions / Database
   

Database

 
AnswerRe: Index vs Param Pin
Wendelius23-Oct-08 8:05
mentorWendelius23-Oct-08 8:05 
Question2 Databases 2 locations one website??? Pin
GDMFSOB23-Oct-08 3:59
GDMFSOB23-Oct-08 3:59 
AnswerSQL 2005 is the way to go Pin
David Mujica23-Oct-08 4:47
David Mujica23-Oct-08 4:47 
AnswerRe: 2 Databases 2 locations one website??? Pin
Wendelius23-Oct-08 8:22
mentorWendelius23-Oct-08 8:22 
GeneralRe: 2 Databases 2 locations one website??? Pin
nelsonpaixao23-Oct-08 15:42
nelsonpaixao23-Oct-08 15:42 
QuestionExperience with CLR Stored Procedures in MS SQL Server 2005 Pin
James R. Twine23-Oct-08 2:34
James R. Twine23-Oct-08 2:34 
QuestionRe: Experience with CLR Stored Procedures in MS SQL Server 2005 Pin
led mike23-Oct-08 4:39
led mike23-Oct-08 4:39 
AnswerRe: Experience with CLR Stored Procedures in MS SQL Server 2005 Pin
James R. Twine23-Oct-08 7:40
James R. Twine23-Oct-08 7:40 
   I know about Extended Stored Procedures and have even written/used them in the past.

   CLR-based SPs run in the .NET environment, and even though it is hosted by SQL Server, they can be considered more stable because errors/exceptions cannot cause instabilities in the XP server's executable (stepping on its memory, for example).  This is one reason why they may be more attractive, especially if deploying them to a server that is used for other purposes at a client site.

   They also may work faster (other than the initial compilation hit) on systems that would normally run a XSP in a separate process because the cross-process overhead is eliminated (somewhat).  CLR-based objects can be used as UDTs.

   Anyway, the part of my post that you quoted was miswritten - of course I can optimize some of my operations.  The question is more along the lines of what KINDS of operations are likely to be sped up by moving to a CLR-based SP.  I am not trying to compare the performance of XSPs vs. CLR-SPs.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<hr></hr>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles



AnswerRe: Experience with CLR Stored Procedures in MS SQL Server 2005 Pin
i.j.russell24-Oct-08 13:54
i.j.russell24-Oct-08 13:54 
AnswerRe: Experience with CLR Stored Procedures in MS SQL Server 2005 Pin
Wendelius23-Oct-08 9:35
mentorWendelius23-Oct-08 9:35 
QuestionDo a simple Query for me Pin
Saam_cse23-Oct-08 1:28
Saam_cse23-Oct-08 1:28 
AnswerRe: Do a simple Query for me Pin
Ashfield23-Oct-08 1:42
Ashfield23-Oct-08 1:42 
RantRe: Do a simple Query for me Pin
Eddy Vluggen23-Oct-08 2:14
professionalEddy Vluggen23-Oct-08 2:14 
JokeRe: Do a simple Query for me Pin
Ashfield23-Oct-08 2:28
Ashfield23-Oct-08 2:28 
GeneralRe: Do a simple Query for me Pin
Eddy Vluggen23-Oct-08 2:41
professionalEddy Vluggen23-Oct-08 2:41 
AnswerRe: Do a simple Query for me Pin
John Gathogo23-Oct-08 1:43
John Gathogo23-Oct-08 1:43 
AnswerRe: Do a simple Query for me Pin
shubhi23-Oct-08 1:56
shubhi23-Oct-08 1:56 
JokeRe: Do a simple Query for me Pin
nelsonpaixao23-Oct-08 15:51
nelsonpaixao23-Oct-08 15:51 
Questionunbound RadioButtonList Selected Item problem Pin
amit201123-Oct-08 1:16
amit201123-Oct-08 1:16 
AnswerRe: unbound RadioButtonList Selected Item problem Pin
Ashfield23-Oct-08 1:29
Ashfield23-Oct-08 1:29 
AnswerRe: unbound RadioButtonList Selected Item problem Pin
John Gathogo23-Oct-08 1:37
John Gathogo23-Oct-08 1:37 
GeneralRe: unbound RadioButtonList Selected Item problem Pin
amit201123-Oct-08 1:52
amit201123-Oct-08 1:52 
GeneralRe: unbound RadioButtonList Selected Item problem Pin
Paddy Boyd23-Oct-08 2:07
Paddy Boyd23-Oct-08 2:07 
GeneralRe: unbound RadioButtonList Selected Item problem Pin
amit201123-Oct-08 3:30
amit201123-Oct-08 3:30 
GeneralRe: unbound RadioButtonList Selected Item problem Pin
amit201123-Oct-08 3:48
amit201123-Oct-08 3:48 

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.