Viewing 15 posts - 121 through 135 (of 223 total)
It's amazing how you 'uncomplicate' things. That's what I like the most about your posts.
I saw Jeff's mention that rules should be enabled only on a test server. Does...
September 8, 2010 at 6:45 am
Hi SwePeso, I will try the query out and let you know if I am able to get better performance out of it. Thanks for the reply.
- arjun
August 31, 2010 at 6:36 am
Yes, I get the point now. Sorry for acting like a dumbo. I will try it out and post the results. Thanks for being patient Drew.
- arjun
August 31, 2010 at 6:34 am
Ok drew, somehow, I don't think I can do that. I will explain the simplified logic of the query.
There are records, and records consist of fields. Each record will...
August 31, 2010 at 3:43 am
Drew, thanks for the inputs. If you check my initial post, I had also used for xml to do the concatenation. So, there isn't much difference between your query and...
August 30, 2010 at 1:38 am
Thanks Drew. I will compare the execution times and post the results.
- arjun
August 27, 2010 at 1:53 am
John, I am not reading from text files. Also, SSIS is out of the scope. This is for sort of a search engine and all data is in DB.
- arjun
August 26, 2010 at 6:53 am
hi martin, why don't you do something like this?
UPDATE [@BINMATRIX] SET U_CurrentWeight = @TOTAL,Code = OIBT.U_Bin,U_ItemCode = OIBT.ItemCode,
U_Empty = 'N',
--U_MaxWeight = OITM.U_MaxWeight,
U_BatchNumber = OIBT.IntrSerial
FROM
OIBT,[@BINMATRIX]--,OITM
WHERE
OIBT.Quantity >...
August 17, 2010 at 5:56 am
Paul White NZ (8/17/2010)
In case you were wondering about this:
scott.pletcher (8/16/2010)
August 17, 2010 at 1:33 am
Hey, thanks guys. I will run the particular query in question in both ways - insert into and select into; and go with whichever works in less time. Thanks for...
August 16, 2010 at 11:45 pm
Thanks Paul. I will read it and trouble you if i have any doubt 🙂
- arjun
August 16, 2010 at 6:49 am
Hi martin, thanks for the details. I will check them and get back to you. I'm a little busy currently.
- arjun
August 16, 2010 at 3:00 am
Hey, thanks Bhuvnesh. Steve had said - "I would definitely create my indexes/PK's after the data is loaded. That way the statistics will be up to date and provide a...
August 16, 2010 at 2:17 am
Martin, I am not able to figure out what these tables are but I will try to post an answer.
Having to loop for each row is a very costly operation....
August 16, 2010 at 1:20 am
Hi Paul, it's good to hear from you. 🙂 And a great answer, thanks a lot.
Paul White NZ (8/13/2010)
August 16, 2010 at 12:47 am
Viewing 15 posts - 121 through 135 (of 223 total)