Click here to Skip to main content
16,004,906 members
Home / Discussions / Database
   

Database

 
AnswerRe: Copy 84 million rows from one table to another table. Pin
Chris Meech30-Jan-12 4:45
Chris Meech30-Jan-12 4:45 
GeneralRe: Copy 84 million rows from one table to another table. Pin
vanikanc30-Jan-12 4:50
vanikanc30-Jan-12 4:50 
AnswerRe: Copy 84 million rows from one table to another table. Pin
RK KL30-Jan-12 5:06
RK KL30-Jan-12 5:06 
AnswerRe: Copy 84 million rows from one table to another table. Pin
Eddy Vluggen30-Jan-12 5:34
professionalEddy Vluggen30-Jan-12 5:34 
GeneralRe: Copy 84 million rows from one table to another table. Pin
vanikanc30-Jan-12 5:39
vanikanc30-Jan-12 5:39 
AnswerRe: Copy 84 million rows from one table to another table. Pin
Eddy Vluggen30-Jan-12 7:01
professionalEddy Vluggen30-Jan-12 7:01 
AnswerRe: Copy 84 million rows from one table to another table. Pin
jschell30-Jan-12 9:12
jschell30-Jan-12 9:12 
AnswerRe: Copy 84 million rows from one table to another table. Pin
PIEBALDconsult31-Jan-12 2:59
mvePIEBALDconsult31-Jan-12 2:59 
If it's going to be a regular operation I open a Connection to each database, use a DataReader to read from one, and ExecuteNonQuery to INSERT into the other. A major benefit of this technique is that it allows the app to periodically log its progress (and speed in rows per minute) so you're not flying blind.
This technique also allows you to catch and ignore selected Exceptions if you like and not have the whole process die.
Question[ANSWERED] Group_Concat and using a query result in the where clause Pin
Dwayner7929-Jan-12 7:35
Dwayner7929-Jan-12 7:35 
AnswerRe: Group_Concat and using a query result in the where clause Pin
Jörgen Andersson29-Jan-12 8:35
professionalJörgen Andersson29-Jan-12 8:35 
GeneralRe: Group_Concat and using a query result in the where clause Pin
Dwayner7929-Jan-12 11:24
Dwayner7929-Jan-12 11:24 
GeneralRe: Group_Concat and using a query result in the where clause Pin
Dwayner7929-Jan-12 13:01
Dwayner7929-Jan-12 13:01 
QuestionURL rewriting using urlrewriternet not working Pin
Timothy OBrien28-Jan-12 12:17
Timothy OBrien28-Jan-12 12:17 
AnswerRe: URL rewriting using urlrewriternet not working Pin
Timothy OBrien28-Jan-12 12:19
Timothy OBrien28-Jan-12 12:19 
GeneralRe: URL rewriting using urlrewriternet not working Pin
Jörgen Andersson29-Jan-12 8:07
professionalJörgen Andersson29-Jan-12 8:07 
QuestionHow to take database backup on online server ? Pin
infobeena28-Jan-12 1:49
infobeena28-Jan-12 1:49 
AnswerRe: How to take database backup on online server ? Pin
R. Giskard Reventlov28-Jan-12 5:02
R. Giskard Reventlov28-Jan-12 5:02 
AnswerRe: How to take database backup on online server ? Pin
Eddy Vluggen28-Jan-12 5:25
professionalEddy Vluggen28-Jan-12 5:25 
QuestionCreate Database Ms SQl server Pin
Mangore7527-Jan-12 10:42
Mangore7527-Jan-12 10:42 
AnswerRe: Create Database Ms SQl server Pin
Eddy Vluggen27-Jan-12 23:51
professionalEddy Vluggen27-Jan-12 23:51 
GeneralRe: Create Database Ms SQl server Pin
Mangore7528-Jan-12 3:25
Mangore7528-Jan-12 3:25 
GeneralRe: Create Database Ms SQl server Pin
jschell28-Jan-12 4:47
jschell28-Jan-12 4:47 
GeneralRe: Create Database Ms SQl server Pin
Mangore7528-Jan-12 4:57
Mangore7528-Jan-12 4:57 
GeneralRe: Create Database Ms SQl server Pin
jschell28-Jan-12 13:58
jschell28-Jan-12 13:58 
AnswerRe: Create Database Ms SQl server Pin
Eddy Vluggen29-Jan-12 0:16
professionalEddy Vluggen29-Jan-12 0:16 

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.