merge

Technical Article

RE: UDF as Computed Column

  • Reply

Excellent method of placing an index on a UDF. However the 32 level limit of UDF's is annoying when we have a recursive relationship. I have recently been looking at the nested set model and this seems to have a lot to offer if the recursive level goes beyond 32. Takes a little bit of […]

You rated this post out of 5. Change rating

2003-06-18

Technical Article

RE: Returning a Cursor from a SP

  • Reply

Hello. Based on your post you could take it a step further and create a temporary table instead of a cursor and use a function to assign the appropriate value to the column. When finished select the rows from the temp table. Everett

You rated this post out of 5. Change rating

2003-06-16

Technical Article

RE: Replication through triggers

  • Reply

We are doing something similar, but not because of the primary keys though...Anyway, what we did was create triggers on the base tables for insert/update/delete that will insert a record into a "queue" table. You must have some sort of identifiers on the base tables that you can use to determine which rows were changed […]

You rated this post out of 5. Change rating

2003-06-11

Technical Article

RE: HP3000 Text File to Import into SQL

  • Reply

Thank you so much Julie... Your comments certainly were helpful. Also if anyone knows if using DTS would be the best most efficient way to import the data and/or are there other utils that anyone may be able to suggest which could possibly do a better job. Thanks again in advance for any information Pharoah35

You rated this post out of 5. Change rating

2003-05-30

Blogs

How I implemented database migration on AWS using AWS DMS

By

As a Software Engineer, I would like to replicate a copy of my database...

My personal experience dockerizing a Rust Application: Deploy to AWS ECR using Github Actions

By

I have heard about many interesting things about programming in Rust and I decided...

The Importance of Patch Management to Avoid Downtime

By

A recent Microsoft outage caused by a bad patch pushed out to Windows instances...

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