Click here to Skip to main content
15,895,746 members
Home / Discussions / Database
   

Database

 
QuestionRemote access problem - sql server2008- Out of Domain Pin
Paramu19735-Aug-09 5:36
Paramu19735-Aug-09 5:36 
AnswerRe: Remote access problem - sql server2008- Out of Domain Pin
Byron70705-Aug-09 16:37
Byron70705-Aug-09 16:37 
GeneralRe: Remote access problem - sql server2008- Out of Domain Pin
Paramu19735-Aug-09 23:21
Paramu19735-Aug-09 23:21 
GeneralRe: Remote access problem - sql server2008- Out of Domain Pin
Byron70706-Aug-09 6:48
Byron70706-Aug-09 6:48 
AnswerRe: Remote access problem - sql server2008- Out of Domain Pin
Aman786Singh7-Aug-09 2:44
Aman786Singh7-Aug-09 2:44 
QuestionTo fetch the data from different tables Pin
srikantha_nagaraj5-Aug-09 3:45
srikantha_nagaraj5-Aug-09 3:45 
AnswerRe: To fetch the data from different tables Pin
Mycroft Holmes5-Aug-09 22:13
professionalMycroft Holmes5-Aug-09 22:13 
AnswerRe: To fetch the data from different tables Pin
Kschuler7-Aug-09 9:48
Kschuler7-Aug-09 9:48 
What are the column names, and how does the data in the two tables link to each other? It looks like you are grabbing the first column of the first table and the second column of the second table, so if these are in a database and you are trying to pull the data it will look something like this:

SELECT Table1Column1, Table2Column2 FROM Table 1 JOIN Table 2 ON Table1KeyColumn=Table2KeyColumn


Is this what you were looking for?
Questionstop select case creating new rows? Pin
Tommy Pickersgill5-Aug-09 2:33
Tommy Pickersgill5-Aug-09 2:33 
AnswerRe: stop select case creating new rows? Pin
WoutL5-Aug-09 3:29
WoutL5-Aug-09 3:29 
GeneralRe: stop select case creating new rows? Pin
Tommy Pickersgill5-Aug-09 3:51
Tommy Pickersgill5-Aug-09 3:51 
GeneralRe: stop select case creating new rows? Pin
WoutL5-Aug-09 9:25
WoutL5-Aug-09 9:25 
AnswerRe: stop select case creating new rows? Pin
Tommy Pickersgill5-Aug-09 6:46
Tommy Pickersgill5-Aug-09 6:46 
GeneralRe: stop select case creating new rows? Pin
i.j.russell5-Aug-09 11:39
i.j.russell5-Aug-09 11:39 
GeneralRe: stop select case creating new rows? [modified] Pin
Tommy Pickersgill5-Aug-09 23:06
Tommy Pickersgill5-Aug-09 23:06 
QuestionDesigning Table to Record Hierarchy Pin
vhassan5-Aug-09 0:58
vhassan5-Aug-09 0:58 
QuestionSQL Server config Pin
helelark1234-Aug-09 6:13
helelark1234-Aug-09 6:13 
AnswerRe: SQL Server config Pin
leckey4-Aug-09 16:02
leckey4-Aug-09 16:02 
GeneralRe: SQL Server config Pin
helelark1234-Aug-09 18:44
helelark1234-Aug-09 18:44 
AnswerRe: SQL Server config Pin
N a v a n e e t h4-Aug-09 17:52
N a v a n e e t h4-Aug-09 17:52 
GeneralRe: SQL Server config Pin
helelark1234-Aug-09 18:46
helelark1234-Aug-09 18:46 
QuestionThe ORA-01033: ORACLE initialization or shutdown in progress Pin
vikash_singh4-Aug-09 5:59
vikash_singh4-Aug-09 5:59 
AnswerRe: The ORA-01033: ORACLE initialization or shutdown in progress Pin
suresh.palghar1-Sep-09 23:31
suresh.palghar1-Sep-09 23:31 
QuestionLoading(Importing) Data into SQL Server 2005 Pin
sm_sadhik4-Aug-09 5:00
sm_sadhik4-Aug-09 5:00 
AnswerRe: Loading(Importing) Data into SQL Server 2005 Pin
i.j.russell5-Aug-09 11:42
i.j.russell5-Aug-09 11:42 

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.