Viewing 15 posts - 1 through 15 (of 166 total)
Hi Eirik is there performance difference between pivot and cross tab? Curious to know. Thanks
September 3, 2015 at 11:11 pm
Hello Jayanth,
thanks for the replay and i am not sure what do you meant by idle. Lets proceed with example, i have to deal with 500*1000 records using the...
August 30, 2015 at 7:40 am
opps. Sorry for the confusion. I meant to say, those two records should be displayed in the output because it was wrongly mapped.
August 18, 2015 at 8:18 am
Hi Chris,
Sorry, Am not sure whats wrong in the test data. Please help me on understanding what wrong in test data.
Hi Eirik,
Thanks for your sample.
August 18, 2015 at 6:03 am
Hi Chris,
Thanks for your reply and @Process and at @steps are two tables.
select ProcessName,S.Stepname as parent,S.stepname as child from @Process P join @steps S.......
any suggestions and sample please
August 18, 2015 at 5:50 am
Hi Eirik,
This is excellent approach and did clean almost. Thank you very much Gentle Man!!!.
May 16, 2015 at 2:35 pm
Hi Eirik,
I am into trouble now about some street names having names city name and the current logic removed the the street name as well
ex:
address = '555 Manhatten street,...
May 14, 2015 at 3:01 pm
thank you jeff for your time on this. below is my version. But your version is much more cleaner and straight forward.
;WITH Rel AS
(
SELECT ParentId, name,company,Salary,ValidUser,...
May 8, 2015 at 4:44 am
This is my try and working fine for meSELECT coalesce(CM.message,CMT.message)
FROM @comp C
LEFT JOIN @compMessage CM ON CM.idcomp = C.idcomp
LEFT JOIN @clientMessage CMT ON CMT.idcomp = C.idcomp
where c.idcomp = @idcomp.
Any suggestion/alternative...
February 27, 2015 at 9:38 pm
Wonderful and appreciated your help. Worked like charm.
February 25, 2015 at 9:55 am
hi Grant,
Thanks for your reply and if that is the case what is the best way to achieve this. If am not, the proc modified (adding removing column or etc),...
February 23, 2015 at 10:27 am
Viewing 15 posts - 1 through 15 (of 166 total)