John exports information periodically from a microsoft sql server database to an oracle database what is the best way to do this?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

how to retrive only second row from table in sql server 2000?

15 Answers   Cognizant, CTS,


Difference between primary key and clustered index?

0 Answers  


What is the stuff?

0 Answers  


What do you mean by data integrity?

0 Answers  


How do we know if any query is retrieving a large amount of data or very little data?

0 Answers  






Why is sql server log file full?

0 Answers  


how do we find every fifth record in a table

14 Answers   Aspire, HCL,


What is difference between join and natural join?

0 Answers  


What is Schema in Database?

1 Answers   Cap Gemini,


what is the sql equivaent of the dataset relation object ?

0 Answers  


Following are some of the question related to below mentioned query? select e1.salary from employee3 e1 where 2= ( select count(distinct(e2.salary)) from employee3 e2 where e2.salary>=e1.salary ) 1) What the query returns? 2) How it works? - Detail explanation (what the sub query does, why it is (where 2=)....etc...Please?

5 Answers  


Differentiate between sql temp table vs table variable?

0 Answers  


Categories