SQL Source Control

Technical Article

RE: Can this be done without using cursor?

  • Reply

If # of items would vary in time, you'd never get it running with a single select statement. I think concatenation would be the rigth approach. Even if you need a full table, you could use the concatenation to create this table... Example:Create Table #Concat_Table (item_id int, rows varchar(4000))Do the concatenation in such a way […]

You rated this post out of 5. Change rating

2005-05-26

Technical Article

RE: OpenXML Problem

  • Reply

jt-75, you are my hero!!!!! I love you!!!!! If I was a girl (and you were, or are, a boy) I'd want to have your babies!!!!!My life is complete again. My code runs like the express train it should have been and not the overnighter (or direct express as Silverlink like to call it!!) from […]

2005-05-18

Technical Article

CSV Rendering

  • Topic

I have a report which takes lot of time to render, rather the stored procedure returning the data to the report consumes good amount of time because of the number of records and conditions in the stored procedure, So what I need to implement is when the report is invoked I am displaying different rendering […]

2005-05-18

2 reads

Technical Article

RE: DTS error handling when server down

  • Reply

I have lots of dts packages like this, I use an 'Execute SQL Task' to do a select on the source table (using a single key) and only execute the truncate if it is successful.If you want to fully protect against any data loss (ie lost connection during data transformation) then Jonathan's solution of using […]

2005-04-29

Technical Article

RE: urgent please

  • Reply

insert into record0 select * from record001 where left(FirstCol, 2) = '00' AND ( agency is null or trans_id is null or ISNUMERIC(trans_id)=0 or isnumeric(accounts_trans)=0 or isnumeric(baccounts)=0 or isnumeric(daccounts)=0 or isnumeric(osa)=0 )

2005-04-29

Blogs

Simple Talks Episode 7

By

The season 1, seventh episode of Simple Talks is out. Check it out, with...

A New Word: the McFly effect

By

the McFly Effect – n. the phenomenon of observing your parents interact with people...

Key mappings in Visual Studio Code

By

At a recent conference I was asked how I executed code during my presentation....

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