Click here to Skip to main content
15,887,596 members
Home / Discussions / Database
   

Database

 
GeneralRe: Need to Covert This SQL database to MS Access Database, Can anybody help please Pin
PIEBALDconsult15-Dec-13 5:33
mvePIEBALDconsult15-Dec-13 5:33 
GeneralRe: Need to Covert This SQL database to MS Access Database, Can anybody help please Pin
Kamal9616-Dec-13 8:58
Kamal9616-Dec-13 8:58 
QuestionSelect from one database table where column value equals a column value in a different database Pin
moordoom13-Dec-13 5:52
moordoom13-Dec-13 5:52 
AnswerRe: Select from one database table where column value equals a column value in a different database Pin
GuyThiebaut13-Dec-13 6:06
professionalGuyThiebaut13-Dec-13 6:06 
GeneralRe: Select from one database table where column value equals a column value in a different database Pin
moordoom13-Dec-13 8:13
moordoom13-Dec-13 8:13 
GeneralRe: Select from one database table where column value equals a column value in a different database Pin
GuyThiebaut13-Dec-13 8:52
professionalGuyThiebaut13-Dec-13 8:52 
AnswerRe: Select from one database table where column value equals a column value in a different database Pin
joginder-banger15-Dec-13 8:05
professionaljoginder-banger15-Dec-13 8:05 
GeneralRe: Select from one database table where column value equals a column value in a different database Pin
moordoom16-Dec-13 3:35
moordoom16-Dec-13 3:35 
Looking at the W3 school, it shows table to table joins, not database to database joins.

Here is what I have so far... (minus the insert, and it works)

SELECT * from Table1
join Database2.Table2
on ColumnX = ColumnY

X is a Column in Database1.Table1, and Y is a Column in Database2.Table2.

This gets me my info when I run the query on Database1.

But now I want write these info into Database2.Table3 and delete what was in there before.

So would my statement then be...??

DELETE * FROM Database2.Table3
INSERT INTO Database2.Table3
SELECT * from Table1
join Database2.Table2
on ColumnX = ColumnY
QuestionI am not able to more than 250 records insert into table in sql server 2008 through (Asp.net upload program) Pin
sunil_david11-Dec-13 23:44
sunil_david11-Dec-13 23:44 
AnswerRe: I am not able to more than 250 records insert into table in sql server 2008 through (Asp.net upload program) Pin
Simon_Whale12-Dec-13 0:07
Simon_Whale12-Dec-13 0:07 
GeneralRe: I am not able to more than 250 records insert into table in sql server 2008 through (Asp.net upload program) Pin
noblepaulaziz12-Dec-13 2:18
noblepaulaziz12-Dec-13 2:18 
GeneralRe: I am not able to more than 250 records insert into table in sql server 2008 through (Asp.net upload program) Pin
thatraja12-Dec-13 2:56
professionalthatraja12-Dec-13 2:56 
GeneralRe: I am not able to more than 250 records insert into table in sql server 2008 through (Asp.net upload program) Pin
sunil_david17-Dec-13 19:57
sunil_david17-Dec-13 19:57 
GeneralRe: I am not able to more than 250 records insert into table in sql server 2008 through (Asp.net upload program) Pin
Simon_Whale17-Dec-13 22:13
Simon_Whale17-Dec-13 22:13 
QuestionWhat Collation is for best for handling date Internationally? Pin
noblepaulaziz11-Dec-13 13:35
noblepaulaziz11-Dec-13 13:35 
AnswerRe: What Collation is for best for handling date Internationally? Pin
PIEBALDconsult11-Dec-13 16:22
mvePIEBALDconsult11-Dec-13 16:22 
GeneralRe: What Collation is for best for handling date Internationally? Pin
noblepaulaziz11-Dec-13 21:55
noblepaulaziz11-Dec-13 21:55 
GeneralRe: What Collation is for best for handling date Internationally? Pin
Mycroft Holmes11-Dec-13 23:03
professionalMycroft Holmes11-Dec-13 23:03 
AnswerRe: What Collation is for best for handling date Internationally? Pin
Corporal Agarn12-Dec-13 0:46
professionalCorporal Agarn12-Dec-13 0:46 
GeneralRe: What Collation is for best for handling date Internationally? Pin
noblepaulaziz12-Dec-13 3:51
noblepaulaziz12-Dec-13 3:51 
GeneralRe: What Collation is for best for handling date Internationally? Pin
Corporal Agarn12-Dec-13 6:02
professionalCorporal Agarn12-Dec-13 6:02 
GeneralRe: What Collation is for best for handling date Internationally? Pin
noblepaulaziz12-Dec-13 6:47
noblepaulaziz12-Dec-13 6:47 
GeneralRe: What Collation is for best for handling date Internationally? Pin
Corporal Agarn12-Dec-13 7:20
professionalCorporal Agarn12-Dec-13 7:20 
QuestionRe: What Collation is for best for handling date Internationally? Pin
thatraja12-Dec-13 6:19
professionalthatraja12-Dec-13 6:19 
Questionleft join and outer join Pin
tsunamigang11-Dec-13 1:05
tsunamigang11-Dec-13 1:05 

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.