.NET

Technical Article

RE: error when creating FK constraint

  • Reply

quote: You've probably got a record in table XXX with a value in the ATC_LVL_4_CD column that's not in the RDM_ATC_LVL_4_LKUP.ATC_LVL_4_CD column. use this query to find out if this is true: select xxx.* from xxx left outer join RDM_ATC_LVL_4_LKUP on xxx.ATC_LVL_4_CD = RDM_ATC_LVL_4_LKUP.ATC_LVL_4_CD where RDM_ATC_LVL_4_LKUP.ATC_LVL_4_CD is null This will identify any records in the […]

2003-06-24

Technical Article

RE: How much do you earn?

  • Reply

hanslindgren: It is good i agree. I can give you the link for the company i use, i don't know if they operate outside the UK but it might point you in the right direction. Basically these umbrella companies were setup because of new tax laws in the UK relating to one person becoming a […]

You rated this post out of 5. Change rating

2003-06-19

Technical Article

RE: Stored Procedure

  • Reply

It took some time to get an accurate results from the CASE test. It took twice as long with the CASE. Phil

2003-06-16

Technical Article

RE: What makes a good developer?

  • Reply

The ability to quote Monty Python, Douglas Adams, etc at a moment's notice. The ability to drink and still look as if you are solving a very difficult puzzle. The ability to curse a machine. More points if you use more than one language. The ability to have impromptu discussions on technical pieces at a […]

You rated this post out of 5. Change rating

2003-06-11

Technical Article

Murach's VB.NET Database Programming with ADO.NET

  • Article

If you're a VB.NET programmer who wants to learn database programming with ADO.NET, here's a new book that presents all the skills you need in a logical progression from the simple to the complex. Along the way, you'll learn how to use the classes, properties, methods, events, and techniques that have made this subject so hard to master. And when you're done, you'll have a reference that you'll use on the job every day. (Publisher Provided Description, not reviewed)

2003-06-05

2,151 reads

Blogs

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

Snowflake + Azure blob

By

Let’s go back to data platforms today and I want to talk about a...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers