Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Conversion from Oracle to SQL Server Database

Status
Not open for further replies.

saiza

Programmer
Apr 26, 2002
24
IN
hello,

I have to move my application running on Oracle 8 to Sql Server. For this Conversion i got to figure out as to which of the functions used in my queries is Oracle specific and Use an equivalent of that in SQL server for the smooth Database COnversion.

1) R there any docs on the net which gives me a lsit of equivalent functions of Oracle and Sql Server & also other DB's? If Yes. can u please provide me with the link...(my search on google wasn't successfull)

2) Is there an easier way for me to accomplish this... I am not that well versed in DB..so as of now ..i pick up an oracle function and c its equivalent in Sql server.

Can somebody help me please......

Thanking in advance


 
Try the Microsoft site for SqlServer to see if a conversion/migration tool exists...Otherwise I expect great problems in directly porting the Oracle stuff ( except for the data itself ) to SqlServer - too many differences in Sql and methods..

[profile]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top