Click here to Skip to main content
15,906,569 members
Home / Discussions / Database
   

Database

 
AnswerRe: I want to know that which is better to save a graph either XAML or SQL databse. Pin
Mycroft Holmes2-Jul-10 22:39
professionalMycroft Holmes2-Jul-10 22:39 
QuestionComplicated size calculation Pin
Member 34269362-Jul-10 5:35
Member 34269362-Jul-10 5:35 
AnswerRe: Complicated size calculation Pin
Mycroft Holmes2-Jul-10 11:43
professionalMycroft Holmes2-Jul-10 11:43 
QuestionHello Pin
gertag2-Jul-10 1:08
gertag2-Jul-10 1:08 
AnswerRe: Hello Pin
Mycroft Holmes2-Jul-10 1:53
professionalMycroft Holmes2-Jul-10 1:53 
QuestionJoining columns from two tables into one column Pin
RossouwDB1-Jul-10 22:05
RossouwDB1-Jul-10 22:05 
AnswerRe: Joining columns from two tables into one column Pin
David Skelly1-Jul-10 22:32
David Skelly1-Jul-10 22:32 
AnswerRe: Joining columns from two tables into one column Pin
Mycroft Holmes1-Jul-10 22:43
professionalMycroft Holmes1-Jul-10 22:43 
As David said go with a union, if there are dupes in the result then use distinct.

SELECT TableA.Column1 + ' : ' + TableA.Column1 AS Column3
FROM TableA

UNION
SELECT TableB.Column1 + ' : ' + TableB.Column1 AS Column3
FROM TableB

Never underestimate the power of human stupidity
RAH

GeneralRe: Joining columns from two tables into one column Pin
RossouwDB1-Jul-10 22:54
RossouwDB1-Jul-10 22:54 
GeneralRe: Joining columns from two tables into one column Pin
Mycroft Holmes1-Jul-10 23:19
professionalMycroft Holmes1-Jul-10 23:19 
GeneralRe: Joining columns from two tables into one column Pin
Jörgen Andersson1-Jul-10 23:00
professionalJörgen Andersson1-Jul-10 23:00 
GeneralRe: Joining columns from two tables into one column Pin
Mycroft Holmes1-Jul-10 23:15
professionalMycroft Holmes1-Jul-10 23:15 
Questionreplace the value with different text in Select Pin
indian14330-Jun-10 15:30
indian14330-Jun-10 15:30 
AnswerRe: replace the value with different text in Select Pin
Mycroft Holmes30-Jun-10 17:37
professionalMycroft Holmes30-Jun-10 17:37 
GeneralRe: replace the value with different text in Select Pin
CitrusTech30-Jun-10 19:41
CitrusTech30-Jun-10 19:41 
GeneralRe: replace the value with different text in Select Pin
indian14330-Jun-10 19:41
indian14330-Jun-10 19:41 
QuestionGet child table rows in parent column using sql server 2005 Pin
alisolution30-Jun-10 8:44
alisolution30-Jun-10 8:44 
AnswerRe: Get child table rows in parent column Pin
Jörgen Andersson30-Jun-10 9:54
professionalJörgen Andersson30-Jun-10 9:54 
AnswerRe: Get child table rows in parent column using sql server 2005 Pin
i.j.russell30-Jun-10 10:52
i.j.russell30-Jun-10 10:52 
QuestionFOR XML Path is giving error [modified] Pin
indian14329-Jun-10 13:55
indian14329-Jun-10 13:55 
AnswerRe: FOR XML Path is giving error Pin
Md. Marufuzzaman29-Jun-10 20:15
professionalMd. Marufuzzaman29-Jun-10 20:15 
QuestionRe: FOR XML Path is giving error Pin
i.j.russell29-Jun-10 23:06
i.j.russell29-Jun-10 23:06 
AnswerRe: FOR XML Path is giving error Pin
indian14330-Jun-10 7:34
indian14330-Jun-10 7:34 
GeneralRe: FOR XML Path is giving error Pin
i.j.russell30-Jun-10 10:39
i.j.russell30-Jun-10 10:39 
QuestionUnable to Connect to Sybase DB in Word 2007 Pin
MWRivera29-Jun-10 11:10
MWRivera29-Jun-10 11:10 

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.