here for example i am developing a wbapplication using backend as oracle9i i am using stored procedures in the database so the problem is i want to convert this oracle stored procedures to sql server stored procedures client has asked us to change the database server so what can i do for this? should i agian need to write the stored procedures in sql server
is there any other way to solve this problem with out rewriting the procedures again?
please help me out
sorry if i am posting this forum in the wrong place
A = HARDWORK B = LUCK/FATE If C=(A+B) then C=SUCCESSFUL IN LIFE else C=FAILURE IN LIFE
SCJP 1.4
Originally posted by Paul Sturrock: Your only choice is to rewrite them in Transact SQL. This is one of the downsides of putting logic in the database.
but here in the stored procedures there is a huge complex code it also holds validations
and i want to convert these stored procedures it will take a lot of time is there any shortcut(tools) way to convert entire stored procedures from oracle to sql server :roll:
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.