Click here to Skip to main content
15,893,486 members
Home / Discussions / Database
   

Database

 
AnswerRe: Query doubt.....(Urgent need plz hlp me), Pin
Andy *M*13-Jun-07 23:15
Andy *M*13-Jun-07 23:15 
QuestionHow to display duplicate values in a table ? Pin
ahmedalisha13-Jun-07 17:30
ahmedalisha13-Jun-07 17:30 
AnswerRe: How to display duplicate values in a table ? Pin
Krish - KP13-Jun-07 17:35
Krish - KP13-Jun-07 17:35 
Question2 DataBases? Yes, 2 DataBases Pin
andreumv13-Jun-07 8:38
andreumv13-Jun-07 8:38 
AnswerRe: 2 DataBases? Yes, 2 DataBases Pin
Sankar Komma 13-Jun-07 11:08
Sankar Komma 13-Jun-07 11:08 
GeneralRe: 2 DataBases? Yes, 2 DataBases Pin
Krish - KP13-Jun-07 18:06
Krish - KP13-Jun-07 18:06 
GeneralRe: 2 DataBases? Yes, 2 DataBases Pin
andreumv13-Jun-07 21:58
andreumv13-Jun-07 21:58 
AnswerRe: 2 DataBases? Yes, 2 DataBases Pin
Krish - KP13-Jun-07 17:49
Krish - KP13-Jun-07 17:49 
andreumv wrote:
How can I use the table in the external database?


does this mean both databases are not in one server. if so, you need to link both using sp_addlinkedserver check online help for syntax and usage.
once after linking you can access the tables like <server>.<database>.<owner>.<table>

if both databases are on same then
<database>.<owner>.<table>

I've used both (in queries/functions/procedures) exceipt in triggers



Regards
KP

Question@@identity Pin
seemamltn13-Jun-07 7:25
seemamltn13-Jun-07 7:25 
AnswerRe: @@identity Pin
andyharman13-Jun-07 7:31
professionalandyharman13-Jun-07 7:31 
QuestionMaximum length of a field in SQl SERVER Pin
S.Rajeshwar13-Jun-07 6:13
S.Rajeshwar13-Jun-07 6:13 
AnswerRe: Maximum length of a field in SQl SERVER Pin
Colin Angus Mackay13-Jun-07 6:24
Colin Angus Mackay13-Jun-07 6:24 
AnswerRe: Maximum length of a field in SQl SERVER Pin
Mike Dimmick13-Jun-07 12:15
Mike Dimmick13-Jun-07 12:15 
GeneralRe: Maximum length of a field in SQl SERVER Pin
Colin Angus Mackay13-Jun-07 13:11
Colin Angus Mackay13-Jun-07 13:11 
QuestionRe: Maximum length of a field in SQl SERVER Pin
S.Rajeshwar13-Jun-07 19:58
S.Rajeshwar13-Jun-07 19:58 
Questionset-variable = max_allowed_packet=16777216 in mysql Pin
WhiteGirl2313-Jun-07 3:46
WhiteGirl2313-Jun-07 3:46 
QuestionXquery Pin
Neema Vikas13-Jun-07 1:21
Neema Vikas13-Jun-07 1:21 
QuestionInfragistics hierarchical grid Pin
Revathij13-Jun-07 1:20
Revathij13-Jun-07 1:20 
AnswerRe: Infragistics hierarchical grid Pin
Pete O'Hanlon13-Jun-07 2:17
mvePete O'Hanlon13-Jun-07 2:17 
GeneralRe: Infragistics hierarchical grid Pin
Colin Angus Mackay13-Jun-07 3:11
Colin Angus Mackay13-Jun-07 3:11 
GeneralRe: Infragistics hierarchical grid Pin
Pete O'Hanlon13-Jun-07 3:13
mvePete O'Hanlon13-Jun-07 3:13 
QuestionWeek Calculation Pin
Tauseef A13-Jun-07 0:48
Tauseef A13-Jun-07 0:48 
AnswerRe: Week Calculation Pin
Revathij13-Jun-07 1:52
Revathij13-Jun-07 1:52 
QuestionReturning Column Names Only Pin
Brendan Vogt12-Jun-07 23:34
Brendan Vogt12-Jun-07 23:34 
AnswerRe: Returning Column Names Only Pin
Harini N K13-Jun-07 1:58
Harini N K13-Jun-07 1:58 

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.