Click here to Skip to main content
15,880,796 members
Home / Discussions / Database
   

Database

 
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 
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 
You may already be doing this or something more sophisticated... Depending on how you are loading the data and if you can check constraints/triggers without database access, you may be able to drop constraints and triggers temporarily. Then afterwards you reapply the constraints and triggers. This may be faster and also let you recover from certain errors as you would log only those rows that you could not load.
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 
AnswerRe: Display Message while using Stored procedure Pin
Shameel29-Nov-09 23:32
professionalShameel29-Nov-09 23:32 
QuestionAccessing SQL Database From difference Client PCs. Pin
jeshra27929-Nov-09 20:24
jeshra27929-Nov-09 20:24 
AnswerRe: Accessing SQL Database From difference Client PCs. Pin
T210229-Nov-09 21:36
T210229-Nov-09 21:36 
AnswerRe: Accessing SQL Database From difference Client PCs. Pin
dan!sh 29-Nov-09 21:40
professional dan!sh 29-Nov-09 21:40 
QuestionRelational databases, XML, or OLAP? Pin
James Shao28-Nov-09 18:09
James Shao28-Nov-09 18:09 
AnswerRe: Relational databases, XML, or OLAP? Pin
T210228-Nov-09 23:08
T210228-Nov-09 23:08 
AnswerRe: Relational databases, XML, or OLAP? Pin
Luc Pattyn29-Nov-09 0:27
sitebuilderLuc Pattyn29-Nov-09 0:27 

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.