Click here to Skip to main content
15,894,343 members
Home / Discussions / C#
   

C#

 
GeneralRe: check if 5 min have passed Pin
Luc Pattyn16-Mar-10 3:56
sitebuilderLuc Pattyn16-Mar-10 3:56 
GeneralRe: check if 5 min have passed Pin
llandyw16-Mar-10 15:26
llandyw16-Mar-10 15:26 
GeneralRe: check if 5 min have passed Pin
Som Shekhar16-Mar-10 20:30
Som Shekhar16-Mar-10 20:30 
QuestionMicrosoft SAPI, Parsing grammar xml with c# Pin
b0bz15-Mar-10 9:40
b0bz15-Mar-10 9:40 
Questionhand gesture recognition Pin
Innayat Ullah15-Mar-10 7:39
Innayat Ullah15-Mar-10 7:39 
Questionupdate tables Pin
netJP12L15-Mar-10 6:16
netJP12L15-Mar-10 6:16 
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
mve#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 

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.