Spatial Data

Technical Article

RE: QOD Cheats

  • Reply

If people were cheating to achieve something I think it would be a different matter entirely, but how much are they going to truly learn by copying the answers. And at the end of the day thats what it is all about, learning. What satisfaction they gonna get, 'woohoo I can copy and paste'! *I […]

2003-07-25

1 reads

Technical Article

RE: Recursive instead-of-delete triggers

  • Reply

Had very similar problem. We have a workflow app where tasks can have several layers of child tasks. Child rows have a reference to the parent id. Had to write code (delete trigger) which created a temp table to collect all the ids for the child rows. Then scaned throught the temp table and deleted […]

2003-07-21

1 reads

Technical Article

RE: SQL Newie needs help

  • Reply

Hi Jigman, quote: Ok, back to SQL Server. Say I have a table populated with around 50 items. The primary key is their ID (eg 1-50). If I get a new item that I want to chuck in the database at say position 25, is it possible to do this without deleting position 25? For […]

2003-07-18

2 reads

Technical Article

RE: SQL Newie needs help

  • Reply

Ok, back to SQL Server. Say I have a table populated with around 50 items. The primary key is their ID (eg 1-50). If I get a new item that I want to chuck in the database at say position 25, is it possible to do this without deleting position 25? For example can I […]

2003-07-17

1 reads

Technical Article

RE: SQL Newie needs help

  • Reply

Hello Jigman, quote: I think I will create an application in C++ Builder that will allow the entering of the data, this will be saved into the database, when a client views the web page their desired information is grabbed from the database. really going down C++ road? While, from my point of view, certainly […]

2003-07-16

Technical Article

RE: what is the best way to search between tow date fd

  • Reply

Then you need more parentheses. I think this is what you are looking for: WHERE ( (dbo.mainb.tarih >= CONVERT(varchar, DATEADD([day], 0, GETDATE()), 112) + ' 16:00:00') AND (dbo.mainb.tarihb <= CONVERT(varchar, DATEADD([day], 1, GETDATE()), 112) + ' 16:00:00') ) OR ( (dbo.mainb.tarih <= CONVERT(varchar, DATEADD([day], 0, GETDATE()), 112) + ' 16:00:00') AND (dbo.mainb.tarihb >= CONVERT(varchar, DATEADD([day], […]

2003-07-14

1 reads

Technical Article

RE: If PK is a GUID, what index type is best?

  • Reply

Thanks all for the great replies! I will try again to convince our DBA to revise some of his methods. If I understand correctly, a datapage which becomes full does not mean that all data has to be moved, just the data from that page is split in two pages. So the overhead of a […]

2003-07-11

Technical Article

RE: If PK is a GUID, what index type is best?

  • Reply

quote: Antares: I forgot to mention that your demonstration was exceptionally exhaustive and nice 🙂 yes it was indeed ...and proofed what Brian Kelley mentioned in another thread NOT to rely only on one single source of information! Cheers, Frank

2003-07-11

1 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