Click here to Skip to main content
15,910,661 members
Home / Discussions / C#
   

C#

 
AnswerMy up and coming vote of 1. PinPopular
Keith Barrow15-Mar-10 6:26
professionalKeith Barrow15-Mar-10 6:26 
GeneralRe: My up and coming vote of 1. Pin
netJP12L15-Mar-10 6:42
netJP12L15-Mar-10 6:42 
I tried running this query. Is this the right sql query? It seems like it did its job. But, how could i make sure the records have been update properly and i didn't miss any ID in Table_B.

Table_B has thousands of rows. I don't want to go row by row in Table_B to match with Table_A.

I know there must be a better way than doing my way.


update Table_B
set Table_B.Column_2 = Table_A.coulumn_1
from Table_B inner join Table_A on Table_A.Column_1 = Table_B.Column_2
GeneralRe: My up and coming vote of 1. Pin
Keith Barrow15-Mar-10 6:45
professionalKeith Barrow15-Mar-10 6:45 
GeneralRe: My up and coming vote of 1. Pin
OriginalGriff15-Mar-10 6:56
mveOriginalGriff15-Mar-10 6:56 
GeneralRe: My up and coming vote of 1. Pin
#realJSOP15-Mar-10 7:50
professional#realJSOP15-Mar-10 7:50 
GeneralRe: My up and coming vote of 1. Pin
The Man from U.N.C.L.E.15-Mar-10 7:45
The Man from U.N.C.L.E.15-Mar-10 7:45 
AnswerRe: update tables Pin
JHizzle15-Mar-10 23:52
JHizzle15-Mar-10 23:52 
QuestionCalling particular instance form method from another form Pin
polyconnect15-Mar-10 4:44
polyconnect15-Mar-10 4:44 
AnswerRe: Calling particular instance form method from another form Pin
DaveyM6915-Mar-10 4:54
professionalDaveyM6915-Mar-10 4:54 
AnswerRe: Calling particular instance form method from another form Pin
Not Active15-Mar-10 4:59
mentorNot Active15-Mar-10 4:59 
GeneralRe: Calling particular instance form method from another form Pin
DaveyM6915-Mar-10 5:10
professionalDaveyM6915-Mar-10 5:10 
GeneralRe: Calling particular instance form method from another form Pin
polyconnect15-Mar-10 7:53
polyconnect15-Mar-10 7:53 
Questionmaking a microprocessor simulator in C# Pin
Djtech0115-Mar-10 2:52
Djtech0115-Mar-10 2:52 
AnswerRe: making a microprocessor simulator in C# Pin
OriginalGriff15-Mar-10 3:45
mveOriginalGriff15-Mar-10 3:45 
GeneralRe: making a microprocessor simulator in C# Pin
Djtech0115-Mar-10 4:11
Djtech0115-Mar-10 4:11 
GeneralRe: making a microprocessor simulator in C# Pin
OriginalGriff15-Mar-10 4:20
mveOriginalGriff15-Mar-10 4:20 
GeneralRe: making a microprocessor simulator in C# Pin
Dave Kreskowiak15-Mar-10 4:39
mveDave Kreskowiak15-Mar-10 4:39 
GeneralRe: making a microprocessor simulator in C# Pin
OriginalGriff15-Mar-10 4:46
mveOriginalGriff15-Mar-10 4:46 
AnswerRe: making a microprocessor simulator in C# Pin
Richard MacCutchan15-Mar-10 3:57
mveRichard MacCutchan15-Mar-10 3:57 
AnswerRe: making a microprocessor simulator in C# [modified] Pin
harold aptroot15-Mar-10 4:08
harold aptroot15-Mar-10 4:08 
AnswerRe: making a microprocessor simulator in C# Pin
Luc Pattyn15-Mar-10 4:09
sitebuilderLuc Pattyn15-Mar-10 4:09 
GeneralRe: making a microprocessor simulator in C# Pin
DaveyM6915-Mar-10 5:09
professionalDaveyM6915-Mar-10 5:09 
GeneralRe: making a microprocessor simulator in C# Pin
Luc Pattyn15-Mar-10 5:25
sitebuilderLuc Pattyn15-Mar-10 5:25 
GeneralRe: making a microprocessor simulator in C# Pin
DaveyM6915-Mar-10 5:48
professionalDaveyM6915-Mar-10 5:48 
GeneralRe: making a microprocessor simulator in C# Pin
Luc Pattyn15-Mar-10 6:39
sitebuilderLuc Pattyn15-Mar-10 6:39 

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.