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


 
There is an O'Reilly book called SQL in a Nutshell which shows the differences in the various flavors of SQL. It is written by Kevin and Danial Kline. O'Reilly has many of their books on line so I guess you could try their website t o se if this is one of them.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top