Viewing 15 posts - 61 through 75 (of 201 total)
Thanks a lot ..it works....
It works for one account , but I will have more in the table, then it takes sum of all and applies same amount to all...
August 18, 2010 at 9:50 am
Thanks a lot Bt,
I will try and post my approach even if incomplete with my questions...
Actually, I am not an expert in T-SQL, can think of doing in SSIS but...
August 9, 2010 at 1:51 pm
I used your code with union all and QUOTENAME,
It works fine with all datatypes...
SELECT 'SELECT ' + QUOTENAME(cal,'''')+',' ...
August 9, 2010 at 9:22 am
Thanks
I tried you code, it works fine for varchar datatype but not for datetime columns....
Is there any thing diffrent when I use this for datetime dattype...
select 'Insert into...
August 9, 2010 at 8:55 am
Thanks a lot...
@jeff..
but by loop I can divide my 50 million into 10 parts and update them one by one ...Is that right?
I have never...
August 2, 2010 at 12:31 pm
The output of my set should be without ?,? ,<,>...
Well I dont have any list of characters, but yes I can put it like this I want to replace...
July 29, 2010 at 6:16 am
Hey Phil,
Actually the requirement is to lookup the updated rows...and dont update them if they are already updated, but since lookup cache the rows, I dont think this can happen,...
July 27, 2010 at 2:54 pm
Great code Gah...works like a charm........
Thanks a lot for your reply ...
I tried just now for about 4 million and it worked fine...
I will be trying on more rows after...
July 27, 2010 at 2:48 pm
Hi,
Here is the requirement in detail.
I have to lookup a table address and I am adding addresses in the same DATA FLOW TASK, so when the address is added for...
July 27, 2010 at 11:02 am
I have to update all 00000 indicator with matching indicator found in other acno(6 digit) or I have to put it in an error file.
here are my expected results for...
July 27, 2010 at 6:10 am
@Bt...........
OMG ..........!!!!!!!!!!!!!!
This is an unbelievable code man..... You must be a GGGenius........
Thank you so much for the help. ...
I just ran this code and got the exact results....
now let me...
July 14, 2010 at 11:52 am
Hi
Thanks for your help...
but the query is taking lot of time as I have 500,000+ rows..... and also testing this will be huge task for me.........
Is there any other...
July 14, 2010 at 8:39 am
ok let me try like this but i have a cte inside another CTE that is not shown here, the one you gave me...
July 13, 2010 at 3:51 pm
Viewing 15 posts - 61 through 75 (of 201 total)