Clustered Index

Technical Article

RE: Force Order

  • Reply

Forgive my ignorance, but why do you store such redundant data like a running balance in your db at all? The usual approach is either use something like this:IF OBJECT_ID('lfdsum_t') IS NOT NULL      DROP TABLE lfdsum_t GO CREATE TABLE lfdsum_t (col1 int) INSERT INTO lfdsum_t values (1); INSERT INTO lfdsum_t values (2); INSERT INTO lfdsum_t […]

2005-04-07

Technical Article

RE: Hello Partners, somebody know if exists some function for counting the number of times that a character is inside of a string?

  • Reply

Nice one, Remi!  Very sweet....can't bum that at all.As an aside on functions.  I've tested this, and found little to no performance degradation in putting code like this into functions, specifically when they are "deterministic" and in the same database as the tables in the query.  With the addition on "With SCHEMABINDING", your function is […]

2005-04-06

Technical Article

RE: Help with hitting a wall

  • Reply

Just in case anyone still cares about this problem, it turned out to be a conflict with the SCSI cards and the scanners (believe it or not). Once a certain volume of data had passed through the SCSI card it just seemed to close itself down until the PC was reset...We had the latest SCSI […]

You rated this post out of 5. Change rating

2005-01-04

Technical Article

RE: DTS Transform/Package Help...

  • Reply

Thank you for replying...The conversion of the dates into the appropriate format does work, as I am using VBScript to rearrange the dates and they are accepted into the second table as datetime.I would love to see some sample code, however, as most of the rest of this thing is all up in the air...if […]

You rated this post out of 5. Change rating

2004-09-28

Technical Article

RE: Problem w/temporary tables in Stored Procedure accessed by SSRS

  • Reply

Newbie here!!I am currently evaluating SSRS for our company use as opposed to CR, and am very impressd by what I have seen thus far, and will be demonstrating it to the IT folks sometime in the next week or so.I have also had the same problems using SProcs as datasets, and was interested in […]

You rated this post out of 5. Change rating

2004-09-12

2 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