Viewing 15 posts - 1 through 15 (of 33 total)
Million of thanks . It worked for me. 😉
December 9, 2014 at 10:52 pm
Please help me guys
December 9, 2014 at 4:31 am
Declare xml file as this
declare @ds as xml = N'
<odds>
<FIDS>
<English>???</English>
<Location_x002F_Explanation>Operational message area - Displayed with the Delayed Status...
April 22, 2013 at 5:44 am
I feel inner join is very simple and easy to understand and good performance.. well i knew this trick to solve but hardtimes we can't solve small issues. :)..
February 10, 2012 at 2:06 pm
Thanks for the reply..
Similar post : http://www.sqlservercentral.com/Forums/Topic1248766-391-1.aspx?Update=1
February 8, 2012 at 1:59 am
Thanks a million.. which is very simple and easy. You are a champ!!
February 8, 2012 at 1:57 am
Million of thanks for every body who helped me in learning CTE and achieving task. I have created function for this and used in procedure.
[font="Tahoma"]Million of thanks for everybody...
December 28, 2011 at 11:09 am
Well, i am creating a search form for emp details where the emp details are filtered based on four conditions
1. unit
2. department
3. Section and
4. Employee no.
As i have already...
December 27, 2011 at 3:12 pm
Thanks a lot bro. It helped me a lot but has a little issue back again..
How should i get employee details when i pass the unit id as well...
December 27, 2011 at 2:51 pm
Well in this case , kindly find the table schema and data below:
create table #organizationdtls
( oid int
...
December 27, 2011 at 12:23 pm
Rather than refering old posts, if possible reply with any proper solution.
December 27, 2011 at 12:09 pm
kindly pass parameter oid = 10 eg.
SELECT Emp.*
, OH.orgname, OH.orgUnit, OH.orgDep
FROM cteOrgHierarchy OH
INNER JOIN #Employeedtls AS Emp
...
December 27, 2011 at 7:53 am
kindly pass parameters as oid = 10 but not 13 as oid nor even empid = 1234. It should give same results becz this employee is related to unit 10...
December 27, 2011 at 7:45 am
thank you bro.. but it doesn't return emp details when i hit querry like this
-- Statement that executes the CTE
SELECT Emp.*
,...
December 27, 2011 at 7:29 am
Viewing 15 posts - 1 through 15 (of 33 total)