Click here to Skip to main content
15,881,248 members
Home / Discussions / Database
   

Database

 
QuestionHow do I bulk insert a datastream online? Pin
James Shao30-Nov-09 14:20
James Shao30-Nov-09 14:20 
AnswerRe: How do I bulk insert a datastream online? Pin
T210230-Nov-09 16:36
T210230-Nov-09 16:36 
QuestionNeed help with strange behavior of SQL Server Express Pin
James Shao30-Nov-09 13:24
James Shao30-Nov-09 13:24 
AnswerRe: Need help with strange behavior of SQL Server Express Pin
T210230-Nov-09 16:34
T210230-Nov-09 16:34 
GeneralRe: Need help with strange behavior of SQL Server Express Pin
James Shao30-Nov-09 20:33
James Shao30-Nov-09 20:33 
Questioncomparing tables in SQL 2008 Pin
AndyInUK30-Nov-09 6:38
AndyInUK30-Nov-09 6:38 
AnswerRe: comparing tables in SQL 2008 Pin
David Mujica30-Nov-09 8:11
David Mujica30-Nov-09 8:11 
QuestionIs it possible to update a table concurrently? (using SQL Server 2008) Pin
Rafferty Uy29-Nov-09 23:01
Rafferty Uy29-Nov-09 23:01 
Hi,

When a large transaction is updating thousands of rows in a table, other transactions that wants to insert/update data into this table waits until the former transaction is finished.
(Please verify if my understanding is incorrect).

I'm saying this in the context of web application with multiple functions updating the same table, some of which are "bulk updates" which users sometimes use to update a large amount of data which takes a good 30 minutes to run. In this case, all other users are stuck and could not use functions that updates the same table.

Is there a way to solve this problem (other than reducing the 30-min runtime)?


Thanks!

Rafferty

AnswerRe: Is it possible to update a table concurrently? (using SQL Server 2008) Pin
Ashfield29-Nov-09 23:09
Ashfield29-Nov-09 23:09 
GeneralRe: Is it possible to update a table concurrently? (using SQL Server 2008) Pin
Rafferty Uy29-Nov-09 23:16
Rafferty Uy29-Nov-09 23:16 
GeneralRe: Is it possible to update a table concurrently? (using SQL Server 2008) Pin
Ashfield30-Nov-09 0:10
Ashfield30-Nov-09 0:10 
GeneralRe: Is it possible to update a table concurrently? (using SQL Server 2008) Pin
Rafferty Uy6-Dec-09 15:36
Rafferty Uy6-Dec-09 15:36 
GeneralRe: Is it possible to update a table concurrently? (using SQL Server 2008) Pin
Ashfield6-Dec-09 21:01
Ashfield6-Dec-09 21:01 
GeneralRe: Is it possible to update a table concurrently? (using SQL Server 2008) Pin
Rafferty Uy6-Dec-09 21:11
Rafferty Uy6-Dec-09 21:11 
AnswerRe: Is it possible to update a table concurrently? (using SQL Server 2008) Pin
T210230-Nov-09 1:01
T210230-Nov-09 1:01 
AnswerBuild a "Bulk Update" indicator Pin
David Mujica30-Nov-09 3:34
David Mujica30-Nov-09 3:34 
AnswerRe: Is it possible to update a table concurrently? (using SQL Server 2008) Pin
The Man from U.N.C.L.E.30-Nov-09 7:40
The Man from U.N.C.L.E.30-Nov-09 7:40 
AnswerRe: Is it possible to update a table concurrently? (using SQL Server 2008) Pin
Rafferty Uy30-Nov-09 15:12
Rafferty Uy30-Nov-09 15:12 
AnswerNow the web server (instead of the SQL server) is slow Pin
Rafferty Uy10-Dec-09 15:47
Rafferty Uy10-Dec-09 15:47 
QuestionDisplay Message while using Stored procedure Pin
kankeyan29-Nov-09 21:13
kankeyan29-Nov-09 21:13 
AnswerRe: Display Message while using Stored procedure Pin
dan!sh 29-Nov-09 21:34
professional dan!sh 29-Nov-09 21:34 
GeneralRe: Display Message while using Stored procedure Pin
Mycroft Holmes29-Nov-09 23:03
professionalMycroft Holmes29-Nov-09 23:03 
GeneralRe: Display Message while using Stored procedure Pin
kankeyan29-Nov-09 23:40
kankeyan29-Nov-09 23:40 
GeneralRe: Display Message while using Stored procedure Pin
dan!sh 29-Nov-09 23:58
professional dan!sh 29-Nov-09 23:58 
GeneralRe: Display Message while using Stored procedure Pin
Ashfield30-Nov-09 0:13
Ashfield30-Nov-09 0:13 

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.