like

Technical Article

RE: Primary Key and duplicate values

  • Reply

Be aware that you are violating one of the basics of relational tables - a key is a value or a combination of values that is unique for every row. If you have an OLAP database, then having a unique row may not be as important, but in an OLTP database destroying your primary key […]

You rated this post out of 5. Change rating

2004-12-01

Technical Article

RE: Query to Post Results to View

  • Reply

You'd need a union for each column. ie:CREATE VIEW [dbo].[NiceChildren] As, SELECT [ID], Child1 FROM [dbo].[Children] UNION ALL SELECT [ID], Child2 FROM [dbo].[Children] UNION ALL SELECT [ID], Child3 FROM [dbo].[Children] UNION ALL SELECT [ID], Child4 FROM [dbo].[Children]

2004-11-15

Technical Article

RE: ActiveX Script Problem

  • Reply

I can't tell you what's wrong wit your script... but I can give you another way of doing this which would be much faster than ado.. I assume you can use this to do an inner join to do your updates and a left join to find to missing lines and then insert them ( […]

You rated this post out of 5. Change rating

2004-08-17

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