Click here to Skip to main content
15,891,607 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: Would this interest anyone? Pin
PIEBALDconsult11-Nov-21 4:58
mvePIEBALDconsult11-Nov-21 4:58 
GeneralRe: Would this interest anyone? Pin
honey the codewitch11-Nov-21 5:10
mvahoney the codewitch11-Nov-21 5:10 
GeneralRe: Would this interest anyone? Pin
PIEBALDconsult11-Nov-21 5:55
mvePIEBALDconsult11-Nov-21 5:55 
GeneralRe: Would this interest anyone? Pin
honey the codewitch11-Nov-21 8:48
mvahoney the codewitch11-Nov-21 8:48 
AnswerRe: Would this interest anyone? Pin
lmoelleb11-Nov-21 5:01
lmoelleb11-Nov-21 5:01 
GeneralRe: Would this interest anyone? Pin
PIEBALDconsult11-Nov-21 5:05
mvePIEBALDconsult11-Nov-21 5:05 
GeneralRe: Would this interest anyone? Pin
lmoelleb11-Nov-21 5:12
lmoelleb11-Nov-21 5:12 
GeneralRe: Would this interest anyone? Pin
honey the codewitch11-Nov-21 5:15
mvahoney the codewitch11-Nov-21 5:15 
Have you ever worked in an environment where your servers are not allowed to do direct table access?

If so, how do you update multiple records from a stored procedure? Or even do a request for multiple results using multiple keys from a stored proc *while maintaining atomic operations?*

I've run into this situation several times, where at the very least I needed to send a delimited list of ints to a stored proc, and parse it in the proc. That can be done with splits of course, but to do it cleanly you actually need to do more than that, to check for multiple runs of whitespace and such (or commas if you're doing that)

What then? Have you ever run into that?
Real programmers use butterflies

GeneralRe: Would this interest anyone? Pin
lmoelleb11-Nov-21 5:36
lmoelleb11-Nov-21 5:36 
GeneralRe: Would this interest anyone? Pin
honey the codewitch11-Nov-21 8:44
mvahoney the codewitch11-Nov-21 8:44 
GeneralRe: Would this interest anyone? Pin
lmoelleb12-Nov-21 5:07
lmoelleb12-Nov-21 5:07 
GeneralRe: Would this interest anyone? Pin
PIEBALDconsult11-Nov-21 5:38
mvePIEBALDconsult11-Nov-21 5:38 
GeneralRe: Would this interest anyone? Pin
DerekT-P11-Nov-21 6:08
professionalDerekT-P11-Nov-21 6:08 
GeneralRe: Would this interest anyone? Pin
honey the codewitch11-Nov-21 8:46
mvahoney the codewitch11-Nov-21 8:46 
GeneralVeterans Day Pin
jeron111-Nov-21 4:27
jeron111-Nov-21 4:27 
GeneralRe: Veterans Day Pin
dandy7211-Nov-21 5:40
dandy7211-Nov-21 5:40 
GeneralRe: Veterans Day Pin
jeron111-Nov-21 5:43
jeron111-Nov-21 5:43 
GeneralRe: Veterans Day Pin
Richard MacCutchan11-Nov-21 6:00
mveRichard MacCutchan11-Nov-21 6:00 
GeneralRe: Veterans Day Pin
jeron111-Nov-21 6:02
jeron111-Nov-21 6:02 
GeneralRe: Veterans Day Pin
Greg Utas11-Nov-21 8:03
professionalGreg Utas11-Nov-21 8:03 
GeneralRe: Veterans Day Pin
jeron111-Nov-21 9:09
jeron111-Nov-21 9:09 
GeneralRe: Veterans Day Pin
Slow Eddie12-Nov-21 1:49
professionalSlow Eddie12-Nov-21 1:49 
GeneralI know, but I'm old... Pin
Kornfeld Eliyahu Peter11-Nov-21 2:58
professionalKornfeld Eliyahu Peter11-Nov-21 2:58 
GeneralRe: I know, but I'm old... Pin
Richard MacCutchan11-Nov-21 3:07
mveRichard MacCutchan11-Nov-21 3:07 
GeneralRe: I know, but I'm old... Pin
pkfox11-Nov-21 4:29
professionalpkfox11-Nov-21 4:29 

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.