Click here to Skip to main content
15,918,168 members
Home / Discussions / Database
   

Database

 
AnswerRe: substring and charindex Pin
vivek-g30-Jun-06 1:15
vivek-g30-Jun-06 1:15 
AnswerRe: substring and charindex Pin
Mike Dimmick1-Jul-06 21:34
Mike Dimmick1-Jul-06 21:34 
QuestionBest practices for installation needed Pin
Gary Wheeler29-Jun-06 11:04
Gary Wheeler29-Jun-06 11:04 
AnswerRe: Best practices for installation needed Pin
Frank Kerrigan30-Jun-06 6:19
Frank Kerrigan30-Jun-06 6:19 
GeneralRe: Best practices for installation needed Pin
Gary Wheeler30-Jun-06 7:54
Gary Wheeler30-Jun-06 7:54 
QuestionInstead of Trigger for SQL Server Column Question Pin
Ambsgirl29-Jun-06 10:06
Ambsgirl29-Jun-06 10:06 
QuestionCopy column from one table to another question Pin
leckey29-Jun-06 9:11
leckey29-Jun-06 9:11 
AnswerRe: Copy column from one table to another question Pin
Colin Angus Mackay29-Jun-06 9:30
Colin Angus Mackay29-Jun-06 9:30 
leckey wrote:
Table A has the most recent information about weight. What he wants to do is if the part number in table A also exists in table B, update that weight with the weight from table A.


UPDATE B
SET B.weight = A.weight
FROM A
INNER JOIN B ON A.partNumber = B.partNumber

leckey wrote:
If the part number exists in table b, the weight is outdated


Did you want to do anything in that case, or just ignore the outdated stuff.

E&OE


Scottish Developers events:
* .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy
* Developer Day Scotland: are you interested in speaking or attending?

My: Website | Blog

GeneralRe: Copy column from one table to another question Pin
leckey29-Jun-06 9:32
leckey29-Jun-06 9:32 
GeneralRe: Copy column from one table to another question Pin
leckey29-Jun-06 9:36
leckey29-Jun-06 9:36 
GeneralRe: Copy column from one table to another question Pin
Colin Angus Mackay29-Jun-06 9:41
Colin Angus Mackay29-Jun-06 9:41 
GeneralRe: Copy column from one table to another question Pin
leckey29-Jun-06 9:43
leckey29-Jun-06 9:43 
GeneralRe: Copy column from one table to another question Pin
Colin Angus Mackay29-Jun-06 9:56
Colin Angus Mackay29-Jun-06 9:56 
GeneralRe: Copy column from one table to another question Pin
leckey29-Jun-06 10:00
leckey29-Jun-06 10:00 
GeneralRe: Copy column from one table to another question Pin
Colin Angus Mackay29-Jun-06 10:05
Colin Angus Mackay29-Jun-06 10:05 
GeneralRe: Copy column from one table to another question Pin
leckey29-Jun-06 10:07
leckey29-Jun-06 10:07 
Questionhow do we get the column type from datagrid [modified] Pin
arutjothi29-Jun-06 5:34
arutjothi29-Jun-06 5:34 
AnswerRe: how do we get the column type from datagrid Pin
sathish s30-Jun-06 1:55
sathish s30-Jun-06 1:55 
Question[Message Deleted] Pin
BlueKooZZZZZZZZ29-Jun-06 2:58
BlueKooZZZZZZZZ29-Jun-06 2:58 
AnswerRe: Many to Many query Pin
PlayByTheRules29-Jun-06 3:14
PlayByTheRules29-Jun-06 3:14 
AnswerRe: Many to Many query Pin
Mike Dimmick29-Jun-06 3:15
Mike Dimmick29-Jun-06 3:15 
GeneralRe: Many to Many query Pin
Colin Angus Mackay29-Jun-06 3:19
Colin Angus Mackay29-Jun-06 3:19 
GeneralRe: Many to Many query Pin
Paul Conrad29-Jun-06 7:30
professionalPaul Conrad29-Jun-06 7:30 
GeneralRe: Many to Many query Pin
Eric Dahlvang29-Jun-06 8:51
Eric Dahlvang29-Jun-06 8:51 
QuestionDatabase problem Pin
hany_hu29-Jun-06 2:22
hany_hu29-Jun-06 2:22 

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.