Click here to Skip to main content
15,905,915 members
Home / Discussions / Database
   

Database

 
Generaldata tables for a job site Pin
AbhishekAgarwal1519-Mar-08 22:04
AbhishekAgarwal1519-Mar-08 22:04 
GeneralRe: data tables for a job site Pin
Ashfield19-Mar-08 22:43
Ashfield19-Mar-08 22:43 
GeneralRe: data tables for a job site Pin
Pete O'Hanlon22-Mar-08 9:31
mvePete O'Hanlon22-Mar-08 9:31 
GeneralRe: data tables for a job site Pin
KrisnNala25-Mar-08 9:09
KrisnNala25-Mar-08 9:09 
QuestionOCP Pin
KambojR19-Mar-08 21:56
KambojR19-Mar-08 21:56 
GeneralRe: OCP Pin
Ashfield20-Mar-08 3:20
Ashfield20-Mar-08 3:20 
Questionhow do I use sql triggers to replicate update changes across two different databases Pin
GDMFSOB19-Mar-08 20:56
GDMFSOB19-Mar-08 20:56 
GeneralRe: how do I use sql triggers to replicate update changes across two different databases Pin
andyharman20-Mar-08 0:26
professionalandyharman20-Mar-08 0:26 
If the databases are on the same server then there is no need to replicate the tables because you can reference tables using:
select * from <database>.<owner>.<table>
If the databases are on separate servers, but have reliable connectivity then consider using "linked servers" (look them up in BOL).

Otherwise consider using "replication" (look it up in BOL).

Hope that helps.
Andy
AnswerRe: how do I use sql triggers to replicate update changes across two different databases Pin
GDMFSOB20-Mar-08 1:58
GDMFSOB20-Mar-08 1:58 
Generallooping in SQL Server2005 Pin
salon19-Mar-08 20:32
salon19-Mar-08 20:32 
GeneralRe: looping in SQL Server2005 Pin
N a v a n e e t h19-Mar-08 20:44
N a v a n e e t h19-Mar-08 20:44 
GeneralRe: looping in SQL Server2005 Pin
salon19-Mar-08 21:00
salon19-Mar-08 21:00 
GeneralRe: looping in SQL Server2005 Pin
Tobias Schoenig20-Mar-08 0:26
Tobias Schoenig20-Mar-08 0:26 
Questionhow to change the date format Pin
mon***z19-Mar-08 19:08
mon***z19-Mar-08 19:08 
AnswerRe: how to change the date format Pin
N a v a n e e t h19-Mar-08 20:46
N a v a n e e t h19-Mar-08 20:46 
GeneralRe: how to change the date format Pin
Vimalsoft(Pty) Ltd19-Mar-08 21:27
professionalVimalsoft(Pty) Ltd19-Mar-08 21:27 
AnswerRe: how to change the date format Pin
Ashfield19-Mar-08 22:57
Ashfield19-Mar-08 22:57 
Generalmultiplying columns Pin
neoghy19-Mar-08 18:46
neoghy19-Mar-08 18:46 
GeneralRe: multiplying columns Pin
N a v a n e e t h19-Mar-08 20:53
N a v a n e e t h19-Mar-08 20:53 
GeneralGeneric data fetch with IDataReader Pin
RubensFarias19-Mar-08 16:38
RubensFarias19-Mar-08 16:38 
GeneralRe: Generic data fetch with IDataReader Pin
Syed Mehroz Alam20-Mar-08 20:17
Syed Mehroz Alam20-Mar-08 20:17 
GeneralRe: Generic data fetch with IDataReader Pin
RubensFarias23-Mar-08 12:54
RubensFarias23-Mar-08 12:54 
GeneralAdd new columns in the middle of a table Pin
brhnz19-Mar-08 15:22
brhnz19-Mar-08 15:22 
GeneralSelect statement Using the like keyword Pin
Mr Oizo19-Mar-08 4:33
Mr Oizo19-Mar-08 4:33 
GeneralRe: Select statement Using the like keyword Pin
A Wong19-Mar-08 5:27
A Wong19-Mar-08 5:27 

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.