Click here to Skip to main content
15,881,089 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to Update Database SQL express DB Pin
Chris Meech15-May-12 2:35
Chris Meech15-May-12 2:35 
QuestionRe: How to Update Database SQL express DB Pin
jojoba201115-May-12 5:10
jojoba201115-May-12 5:10 
QuestionSQL Server database updation from oracle database in realtime Pin
uspatel14-May-12 19:04
professionaluspatel14-May-12 19:04 
AnswerRe: SQL Server database updation from oracle database in realtime Pin
Mycroft Holmes14-May-12 22:23
professionalMycroft Holmes14-May-12 22:23 
GeneralRe: SQL Server database updation from oracle database in realtime Pin
uspatel14-May-12 22:44
professionaluspatel14-May-12 22:44 
GeneralRe: SQL Server database updation from oracle database in realtime Pin
Mycroft Holmes15-May-12 12:51
professionalMycroft Holmes15-May-12 12:51 
GeneralRe: SQL Server database updation from oracle database in realtime Pin
uspatel15-May-12 19:02
professionaluspatel15-May-12 19:02 
GeneralRe: SQL Server database updation from oracle database in realtime Pin
pmpdesign15-May-12 20:45
pmpdesign15-May-12 20:45 
You could develop a small app which can be run as a scheduled task every minute or so which will capture data changed from Oracle and transfer to SQL Server. You will need something on Oracle which will place the data in a temporary storage area (probably a table) eg trigger or addition to stored procedures etc. This could be as simple as creating an insert or update statement etc. This will be captured by the app and executed on SQL Server.
QuestionSQL Table Description Pin
Kevin Marois14-May-12 12:16
professionalKevin Marois14-May-12 12:16 
AnswerRe: SQL Table Description Pin
R. Giskard Reventlov14-May-12 12:31
R. Giskard Reventlov14-May-12 12:31 
GeneralRe: SQL Table Description Pin
Kevin Marois14-May-12 12:33
professionalKevin Marois14-May-12 12:33 
QuestionxBase question Pin
David Crow14-May-12 10:05
David Crow14-May-12 10:05 
AnswerRe: xBase question Pin
Kevin Marois14-May-12 11:40
professionalKevin Marois14-May-12 11:40 
QuestionRe: xBase question Pin
David Crow14-May-12 17:22
David Crow14-May-12 17:22 
AnswerRe: xBase question Pin
Kevin Marois15-May-12 6:35
professionalKevin Marois15-May-12 6:35 
QuestionRe: xBase question Pin
David Crow15-May-12 6:55
David Crow15-May-12 6:55 
AnswerRe: xBase question Pin
Kevin Marois15-May-12 7:01
professionalKevin Marois15-May-12 7:01 
GeneralRe: xBase question Pin
David Crow15-May-12 7:30
David Crow15-May-12 7:30 
GeneralRe: xBase question Pin
Kevin Marois15-May-12 7:31
professionalKevin Marois15-May-12 7:31 
GeneralRe: xBase question Pin
David Crow15-May-12 7:37
David Crow15-May-12 7:37 
GeneralRe: xBase question Pin
Kevin Marois15-May-12 7:44
professionalKevin Marois15-May-12 7:44 
QuestionOracle: Replace single occurrence of a character Pin
Lash2014-May-12 8:21
Lash2014-May-12 8:21 
AnswerRe: Oracle: Replace single occurrence of a character Pin
rana ray15-May-12 0:56
rana ray15-May-12 0:56 
GeneralLinq to Sql Pin
sindhuan14-May-12 1:10
sindhuan14-May-12 1:10 
GeneralRe: Linq to Sql Pin
Kevin Marois14-May-12 11:45
professionalKevin Marois14-May-12 11:45 

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.