Viewing 15 posts - 1 through 15 (of 27 total)
it's very difficult to generate new one. because it;s already generate by stored procedure and update record everynight.
I can not make in this table now.
November 2, 2012 at 1:23 pm
I need to geterate table within fromdate and Todate.
and Use this table with left join to other table.
Select m.month,v.year, ID, Name from #Month m
lett join View_Data v on ...
November 2, 2012 at 1:16 pm
Yes, because I need to use this functin in 20-25 stored procedure.
Can you explain me how can i do with Datediff ?
November 2, 2012 at 12:57 pm
This is woriking for last of the month.
but if I want a output based on group by month ...then how can i get each month ???
December 27, 2011 at 7:59 am
yes, I have two seperate parameter . And Also i used Group by Month.
SO i want a Ouput based on Month end for each month.
Like 31 of jan
28 feb
31th...
December 27, 2011 at 7:58 am
But I have A names like
John hozack MD
CHRISTOPHERDODSON MD
And I dont Want last Two Words means I do not want MD then ??/?
December 21, 2011 at 7:58 am
The function is nor returning right result set.
SELECT Common.InitialCap ('ABINGTON HEALTH LANSDALE HOSP')
ouput
ABINGTON HEALTH LANSDALE HOSP.
Please let me know if any change.
Thanks
Bhavesh
December 9, 2011 at 3:15 pm
Thanks You so much,,
Jeff
It;s working fine.:-):-):-)
December 2, 2011 at 12:26 pm
Viewing 15 posts - 1 through 15 (of 27 total)