Viewing 15 posts - 31 through 45 (of 166 total)
Hi Jeff,
Quick Query about if i have 60000 + records to process with this logic will it break anywhere with timeout issue. could you please suggest me
Also it is possible...
April 7, 2014 at 1:11 pm
Hi Jeff,
I am using the code what you have provided. I didn't change anything on yours and tested with more data and it's working great. thanks for your wonderful...
April 2, 2014 at 7:44 pm
Thank you Jeff for the great explanation. Before seeing you thread this is what i tried.
DECLARE @Work TABLE (UserId int, refund int);
INSERT INTO @Work
SELECT UserId, refund
FROM (
UPDATE users_transaction
SET [status]...
April 2, 2014 at 8:03 am
Hi Jeff,
Yes you correct. i always start to write algorithm before i write logic.
Here is my algo,
1. Get the records from users_transaction table group by user id where status =...
April 2, 2014 at 5:27 am
thanks for your time on this pandey
March 26, 2014 at 4:40 am
Yes it gives proper result. that's why i marked this a resolved already
Thank you for your time Luis.
March 25, 2014 at 7:18 pm
Hi Luis,
How are you? Since long time keeping your foot print on my post. Appreciate your time on this. Some time mind doesn't work to write easy logic.
this is...
March 25, 2014 at 7:06 pm
Guys,
Thank you so much for the wonderful replies and really helped me to understand the scenario.
March 24, 2014 at 5:36 am
wondering no reply for this. Anyhow Finally i ended up with writing CLR function to achieve this.
March 21, 2014 at 5:31 am
Great. It is invisible to me. Thank you for notifying this. It works now. Appreciate your time on this MM.
Thank you jeff and Adi for this wonderful post with great...
March 16, 2014 at 7:44 pm
Hi MM,
I am sorry that am bid confused about the issue. You meant to say the issue is with my sample data or the where condition ? what could be...
March 16, 2014 at 7:34 pm
error :
Msg 102, Level 15, State 1, Line 2
Incorrect syntax near '2'.
Print result
2D5E558D4B5A3D4F962DA5051EE364BE06CF37A3A5@Server.com|user1@domain1.com|0|2014-02-05|Microsoft|100
E52F650C53A275488552FFD49F98E9A6BEA1262E@Server.com|user2@domain2.com|1|2014-03-05|Samsumg|120
4fd70c47.4d600e0a.0a7b.ffff87e1@Server.com|user3@domain3.com|2|2014-01-05|Nokia|139
4fd70c47.4d600e0a.0a7b.ffff87e1@Server.com|user4@domain4.com|3|2014-02-08|HTC|149
4fd70c47.4d600e0a.0a7b.ffff87e1@Server.com |user5@domain5.com|4|2014-02-13|Paypal|129
Any suggestion please
March 16, 2014 at 7:23 pm
would like to try all possible way to do this and which ever is taking lesser time will be used. i am going to try bulk insert from my front...
March 16, 2014 at 7:09 pm
Hi Jeff,
Thank you so much for your wonderful time on this post and it really helped me. i tried to incorporate your changes on Adi's query and getting error. It...
March 16, 2014 at 5:59 pm
Thank you Jeff for rescuing me from Aaron's modified function. I understand the cause from your explanation. Please post your comment about Adi's suggestion.
Thank you
March 16, 2014 at 4:42 pm
Viewing 15 posts - 31 through 45 (of 166 total)