Click here to Skip to main content
15,884,074 members
Home / Discussions / Database
   

Database

 
Questioncolumn length select query Pin
playout18-Mar-07 20:31
playout18-Mar-07 20:31 
AnswerRe: column length select query Pin
Ziyad Mohammad18-Mar-07 20:47
Ziyad Mohammad18-Mar-07 20:47 
GeneralRe: column length select query Pin
playout18-Mar-07 21:53
playout18-Mar-07 21:53 
Questioninstalled in server and run from client Pin
hamid_m17-Mar-07 23:21
hamid_m17-Mar-07 23:21 
AnswerRe: installed in server and run from client Pin
Colin Angus Mackay18-Mar-07 3:38
Colin Angus Mackay18-Mar-07 3:38 
Questionupdating table of one database with data from another database? Pin
PandemoniumPasha17-Mar-07 19:55
PandemoniumPasha17-Mar-07 19:55 
AnswerRe: updating table of one database with data from another database? Pin
mghiassi18-Mar-07 9:56
mghiassi18-Mar-07 9:56 
AnswerRe: updating table of one database with data from another database? Pin
Ziyad Mohammad18-Mar-07 20:50
Ziyad Mohammad18-Mar-07 20:50 
Here we go!!

Use joins (normal, left or right) between tables across the databases. You can call different databases in TSQL with dot operators (..).

Eg:-

Select n.name from northwind..authors n, pubs..aurhors p
where p.authorid = n.authorid



AnswerRe: updating table of one database with data from another database? Pin
Pete O'Hanlon18-Mar-07 23:58
mvePete O'Hanlon18-Mar-07 23:58 
Questionhow to use trigger in sql server 2005 ? Pin
hdv21217-Mar-07 7:26
hdv21217-Mar-07 7:26 
AnswerRe: how to use trigger in sql server 2005 ? Pin
Pete O'Hanlon18-Mar-07 23:54
mvePete O'Hanlon18-Mar-07 23:54 
QuestionHow can I Inserting to a table Pin
mghiassi17-Mar-07 6:41
mghiassi17-Mar-07 6:41 
AnswerRe: How can I Inserting to a table Pin
Colin Angus Mackay18-Mar-07 3:35
Colin Angus Mackay18-Mar-07 3:35 
GeneralRe: How can I Inserting to a table Pin
mghiassi18-Mar-07 9:35
mghiassi18-Mar-07 9:35 
GeneralRe: How can I Inserting to a table Pin
Colin Angus Mackay18-Mar-07 11:58
Colin Angus Mackay18-Mar-07 11:58 
Questiona problem with sql server 2005 in window vista ! Pin
mrkeivan17-Mar-07 2:58
mrkeivan17-Mar-07 2:58 
QuestionExporting data from sqlserver to Excel Pin
Tech_spidy17-Mar-07 2:11
Tech_spidy17-Mar-07 2:11 
AnswerRe: Exporting data from sqlserver to Excel Pin
kubben17-Mar-07 2:20
kubben17-Mar-07 2:20 
GeneralRe: Exporting data from sqlserver to Excel Pin
Tech_spidy17-Mar-07 3:50
Tech_spidy17-Mar-07 3:50 
QuestionCan i Copy paste sql table Pin
nikhil123417-Mar-07 0:21
nikhil123417-Mar-07 0:21 
AnswerRe: Can i Copy paste sql table Pin
mghiassi17-Mar-07 7:00
mghiassi17-Mar-07 7:00 
GeneralRe: Can i Copy paste sql table Pin
Ziyad Mohammad18-Mar-07 20:52
Ziyad Mohammad18-Mar-07 20:52 
GeneralRe: Can i Copy paste sql table Pin
mghiassi19-Mar-07 8:30
mghiassi19-Mar-07 8:30 
Questionstored procedure vs sql query Pin
Tauseef A16-Mar-07 16:07
Tauseef A16-Mar-07 16:07 
AnswerRe: stored procedure vs sql query Pin
kubben16-Mar-07 16:57
kubben16-Mar-07 16: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.