Click here to Skip to main content
15,891,909 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Some Oracle praise? Pin
Jörgen Andersson18-Oct-16 9:51
professionalJörgen Andersson18-Oct-16 9:51 
GeneralRe: Some Oracle praise? Pin
Sander Rossel18-Oct-16 9:29
professionalSander Rossel18-Oct-16 9:29 
GeneralRe: Some Oracle praise? Pin
Jörgen Andersson18-Oct-16 10:46
professionalJörgen Andersson18-Oct-16 10:46 
GeneralRe: Some Oracle praise? Pin
Sander Rossel18-Oct-16 11:12
professionalSander Rossel18-Oct-16 11:12 
GeneralRe: Some Oracle praise? Pin
RossMW18-Oct-16 8:31
professionalRossMW18-Oct-16 8:31 
GeneralRe: Some Oracle praise? Pin
Sander Rossel18-Oct-16 8:51
professionalSander Rossel18-Oct-16 8:51 
GeneralRe: Some Oracle praise? Pin
RossMW18-Oct-16 8:53
professionalRossMW18-Oct-16 8:53 
GeneralRe: Some Oracle praise? Pin
Jörgen Andersson18-Oct-16 8:51
professionalJörgen Andersson18-Oct-16 8:51 
It''s interesting to read the comments in this thread.
Having worked for many years on Oracle, but now having changed company to work with SQL server, I have quite different experience.
SQL Server is a much less mature product. It really feels like going fifteen years back in time.
Programming in T-Sql feels like using prehistoric VB, the code is totally littered with stupid prefixes like @ and #. And it lacks consistency.

The worst part is probably lock handling, on Oracle I never needed to think about it, period.
No flashback queries. On Oracle you can do a SELECT AS OF TIMESTAMP. Even from dropped tables.
Always on failover is a really poor substitute for RAC. Half the point with clustering is gone if you can only use one node at a time.
Composite indexes are only having statistics on the first column, reducing the efficiency of the optimizer considerably.
No pipelined functions, at all.

I can keep on going for long.

On the other hand, SSIS is just brilliant.
Wrong is evil and must be defeated. - Jeff Ello

GeneralRe: Some Oracle praise? Pin
Sander Rossel18-Oct-16 9:12
professionalSander Rossel18-Oct-16 9:12 
GeneralRe: Some Oracle praise? Pin
Jörgen Andersson18-Oct-16 9:49
professionalJörgen Andersson18-Oct-16 9:49 
GeneralRe: Some Oracle praise? Pin
Sander Rossel18-Oct-16 10:14
professionalSander Rossel18-Oct-16 10:14 
GeneralRe: Some Oracle praise? Pin
Jörgen Andersson18-Oct-16 11:27
professionalJörgen Andersson18-Oct-16 11:27 
GeneralRe: Some Oracle praise? Pin
Sander Rossel18-Oct-16 11:41
professionalSander Rossel18-Oct-16 11:41 
GeneralRe: Some Oracle praise? Pin
Jörgen Andersson18-Oct-16 11:55
professionalJörgen Andersson18-Oct-16 11:55 
GeneralRe: Some Oracle praise? Pin
Sander Rossel18-Oct-16 23:43
professionalSander Rossel18-Oct-16 23:43 
GeneralRe: Some Oracle praise? Pin
Jörgen Andersson19-Oct-16 0:14
professionalJörgen Andersson19-Oct-16 0:14 
GeneralRe: Some Oracle praise? Pin
Kornfeld Eliyahu Peter18-Oct-16 10:02
professionalKornfeld Eliyahu Peter18-Oct-16 10:02 
GeneralRe: Some Oracle praise? Pin
Sander Rossel18-Oct-16 21:29
professionalSander Rossel18-Oct-16 21:29 
GeneralRe: Some Oracle praise? Pin
Mycroft Holmes18-Oct-16 14:25
professionalMycroft Holmes18-Oct-16 14:25 
GeneralRe: Some Oracle praise? Pin
Sander Rossel18-Oct-16 21:28
professionalSander Rossel18-Oct-16 21:28 
GeneralRe: Some Oracle praise? Pin
dazfuller18-Oct-16 20:31
dazfuller18-Oct-16 20:31 
GeneralRe: Some Oracle praise? Pin
Sander Rossel18-Oct-16 21:27
professionalSander Rossel18-Oct-16 21:27 
GeneralRe: Some Oracle praise? Pin
dazfuller18-Oct-16 23:46
dazfuller18-Oct-16 23:46 
GeneralRe: Some Oracle praise? Pin
LaunchpadBS19-Oct-16 0:46
LaunchpadBS19-Oct-16 0:46 
GeneralRe: Some Oracle praise? Pin
Kirk 1038982119-Oct-16 3:03
Kirk 1038982119-Oct-16 3:03 

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.