Originally posted by DimPrawn
View Post
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Job specs asking for specific database experience
Collapse
X
-
It's all I've ever needed. Sort the data with assembler, and it's fast too.Will work inside IR35. Or for food. -
I always like the gotcha's in Oracle. For instance,
How would you perform string manipulation on a long data type.Comment
-
See above, Re: do it in assembler.Originally posted by Weltchy View PostI always like the gotcha's in Oracle. For instance,
How would you perform string manipulation on a long data type.Will work inside IR35. Or for food.Comment
-
Comment
-
I'd upgrade it to SQL Server 2008 and then take the rest of the six months contract off, as you don't need to spend time trying to work round a bitch of a product.Originally posted by Weltchy View PostI always like the gotcha's in Oracle. For instance,
How would you perform string manipulation on a long data type.
Comment
-
Thanks all, some really interesting responses there.
I think it's safe to say I can put on my CV that I have at least used oracle, but at least I understand now why it's fair enough if I lose out to someone with some proper PL/SQL experience.
Cheers.Comment
-
PL/SQL is no biggie. It's basically TSQL (Sybase, SQL Server) but a bit better.
Problem is it was designed to be an almost fully-fledged programming language, which as a Java dev makes me cringe. The orange O'reilly book suggests you put your business logic in PL/SQL... Good luck unit testing that!
Oracle itself is just a database, and as a Java developer you shouldn't be expected to know too much about it's architecture. Though any decent Java/C# developer should be able to implement anything in SQL, and to be able to do so well.Cats are evil.Comment
-
Unfortunately many programmers think that SQL is a "piece of piss" and don't give it the time it requires.Originally posted by swamp View PostThough any decent Java/C# developer should be able to implement anything in SQL, and to be able to do so well.
Worst has to be the use of cursors when there is absolutely no need fo it.
I've lost count of how many times I've had to fix programmers attempts at SQL because they've made basic errors in their approach to the situation.
Worst I've seen was a migration script which was written by a C# programmer. It was taking over 12 hours to run.
Took me less than 15 minutes to rewrite it so it ran in a couple of minutes... they'd wasted weeks on itCoffee's for closersComment
-
Originally posted by Spacecadet View PostWorst I've seen was a migration script which was written by a C# programmer. It was taking over 12 hours to run.
Took me less than 15 minutes to rewrite it so it ran in a couple of minutes... they'd wasted weeks on it
claimed loads of overtime for
Cooking doesn't get tougher than this.Comment
-
Originally posted by Spacecadet View PostUnfortunately many programmers think that SQL is a "piece of piss" and don't give it the time it requires.
Worst has to be the use of cursors when there is absolutely no need fo it.
I've lost count of how many times I've had to fix programmers attempts at SQL because they've made basic errors in their approach to the situation.
Worst I've seen was a migration script which was written by a C# programmer. It was taking over 12 hours to run.
Took me less than 15 minutes to rewrite it so it ran in a couple of minutes... they'd wasted weeks on it
What he said.
Being able to manipulate large amounts of data in a complex schema requires deep insight into set theory rather than procedural code, subtle differences between joins, subselects, correlated subqueries, and unions, as well as locks, optimiser hints, etc.Comment
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- Loan Recall Case Study: Amanda Today 06:00
- How IR35 inflated an £8.5bn consultancy bill — and tests Burnham at the Budget Aug 28 07:47
- Autumn Budget 2026: FCSA’s 5 contractor asks of John Healey Aug 27 04:15
- Andy Burnham's Zoom gripe doesn’t apply to IT contractors, say recruiters Aug 26 03:41
- Check your Loan Recall paperwork for the Isle of Man: it could matter Aug 25 03:27
- Budget 2026: Contractor advisers ask for ‘IR35 reset’ Aug 24 04:57
- Why might an umbrella company fail to pay its total tax bill to HMRC? Aug 18 06:08
- Contractors, here are the late payment fixes that the Lords just turned down Aug 17 08:03
- How will HMRC's Direct Debit plan affect contractors paying VAT and PAYE? Aug 13 23:54
- HMRC's new 'reckless' tax offence: an IR35 game-changer for contractors? Aug 13 13:50

Comment