TVP

External Article

Maximizing Throughput with TVPs

  • Article

TVPs offer several performance optimization possibilities that other bulk operations do not allow, and these operations may allow for TVP performance to exceed other bulk operations by an order of magnitude, especially for a pattern where subsets of the data are frequently updated.

2013-06-21

4,644 reads

Technical Article

RE: Hiding stored procedure code

  • Reply

I've found the posts about open source interesting and good reading. On the whole, I like the open source business model; however, in this case, my client has a compelling reason to hide the code from the customers. My client engages other clients to perform some complex financial analysis for those other clients. They charge […]

2004-02-12

Technical Article

Searching Text Fields

  • Topic

How do I search a particular field for a given string? For instance if I have a productDescription field, that contains a 30 word description of a particular Car for example, how would I search for the word RED or AIR CONDITIONING etc? I assumed that I could use fairly simple SQL and ASP to […]

You rated this post out of 5. Change rating

2004-01-26

Technical Article

RE: Any better Ideas that may speed this procedure up?

  • Reply

Try this SELECT T1.Param_ID, T1.Value, MAX(T1.[Date]) as DataDate, T2.DefaultOrder, T2.Order1, T2.Order2, T2.Order3, T3.DataType_ID AS Type FROM dbo.tblValues AS T1 INNER JOIN dbo.tblParam AS T2 ON T2.Param_ID = T1.Param_ID INNER JOIN dbo.tblSetupKey AS T3 ON T3.Key_ID = T1.Key_ID INNER JOIN dbo.tblKey AS T4 ON T4.ID2 = T1.KEY_ID AND ID1 = @ID1 AND ID2 = @ID2 AND […]

You rated this post out of 5. Change rating

2003-12-02

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