Click here to Skip to main content
15,920,708 members
Home / Discussions / Database
   

Database

 
AnswerRe: converting column values to column. Pin
Kasson10-Dec-10 20:29
Kasson10-Dec-10 20:29 
AnswerRe: converting column values to column. Pin
thatraja10-Dec-10 20:32
professionalthatraja10-Dec-10 20:32 
AnswerRe: converting column values to column. Pin
Goutam Patra10-Dec-10 21:08
professionalGoutam Patra10-Dec-10 21:08 
AnswerRe: converting column values to column. Pin
Mycroft Holmes11-Dec-10 20:28
professionalMycroft Holmes11-Dec-10 20:28 
AnswerRe: converting column values to column. Pin
RaviRanjanKr20-Dec-10 18:22
professionalRaviRanjanKr20-Dec-10 18:22 
QuestionHow to convert varchar values to int while passing as an in parameter? Pin
meeram39510-Dec-10 0:25
meeram39510-Dec-10 0:25 
AnswerRe: How to convert varchar values to int while passing as an in parameter? Pin
meeram39510-Dec-10 0:40
meeram39510-Dec-10 0:40 
GeneralRe: How to convert varchar values to int while passing as an in parameter? Pin
Hiren solanki10-Dec-10 1:33
Hiren solanki10-Dec-10 1:33 
GeneralRe: How to convert varchar values to int while passing as an in parameter? Pin
meeram39512-Dec-10 19:14
meeram39512-Dec-10 19:14 
AnswerRe: How to convert varchar values to int while passing as an in parameter? Pin
Eddy Vluggen10-Dec-10 0:59
professionalEddy Vluggen10-Dec-10 0:59 
GeneralRe: How to convert varchar values to int while passing as an in parameter? Pin
PIEBALDconsult10-Dec-10 2:43
mvePIEBALDconsult10-Dec-10 2:43 
GeneralRe: How to convert varchar values to int while passing as an in parameter? Pin
Eddy Vluggen10-Dec-10 4:55
professionalEddy Vluggen10-Dec-10 4:55 
GeneralRe: How to convert varchar values to int while passing as an in parameter? Pin
meeram39512-Dec-10 19:14
meeram39512-Dec-10 19:14 
GeneralRe: How to convert varchar values to int while passing as an in parameter? Pin
Jörgen Andersson10-Dec-10 4:10
professionalJörgen Andersson10-Dec-10 4:10 
QuestionJoin in MYSQL Pin
bhavnvyas9-Dec-10 22:11
bhavnvyas9-Dec-10 22:11 
AnswerRe: Join in MYSQL Pin
Luc Pattyn9-Dec-10 22:51
sitebuilderLuc Pattyn9-Dec-10 22:51 
GeneralRe: Join in MYSQL Pin
Jörgen Andersson10-Dec-10 0:57
professionalJörgen Andersson10-Dec-10 0:57 
GeneralRe: Join in MYSQL Pin
Luc Pattyn10-Dec-10 1:07
sitebuilderLuc Pattyn10-Dec-10 1:07 
GeneralRe: Join in MYSQL Pin
Kasson10-Dec-10 20:30
Kasson10-Dec-10 20:30 
Questionlarge SQL table update performance Pin
KLPounds9-Dec-10 6:01
KLPounds9-Dec-10 6:01 
AnswerRe: large SQL table update performance Pin
David Mujica9-Dec-10 6:44
David Mujica9-Dec-10 6:44 
GeneralRe: large SQL table update performance Pin
KLPounds9-Dec-10 7:32
KLPounds9-Dec-10 7:32 
GeneralRe: large SQL table update performance Pin
David Mujica9-Dec-10 9:25
David Mujica9-Dec-10 9:25 
AnswerRe: large SQL table update performance Pin
jschell9-Dec-10 10:25
jschell9-Dec-10 10:25 
AnswerRe: large SQL table update performance Pin
Mycroft Holmes9-Dec-10 11:34
professionalMycroft Holmes9-Dec-10 11:34 
Seems to me there is a fundamental flaw in the process, the web services should be your bottleneck but for a database to only be updating 30k records an hour seems ludicrous.

If the cursor/loop is the problem then look a little further afield.

Can you construct an xml dataset on the UI end and pass in a bulk set of updates.

How about doing a bunch of bulk inserts into another table and then using a proc to do the updates to your transaction table. Target tables could be created for each instance and truncated after the update. Or cycle through 2 target tables per instance.
Never underestimate the power of human stupidity
RAH

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.