Viewing 15 posts - 1 through 15 (of 27 total)
Dear Jeff,
Sorry for the late response, the solution you provided worked great. Thanks a lot :-):-)
March 24, 2016 at 9:40 am
Thanks GilaMonster 🙂
September 11, 2012 at 10:37 pm
Hi Perry,
Yes, we have. Kindly tell me what should i do ?
September 11, 2012 at 1:42 am
Hi,
The recovery model is FULL
September 11, 2012 at 1:32 am
@ Koen Verbeeck - The output will display the details so that each weekday has a column.
Below is the sql i've managed to come out with.
select Sunday,...
July 30, 2012 at 12:42 am
chornung,
would be easy for us to suggest if you provide us some test data along with table structure.
July 8, 2011 at 1:07 am
Hi Nevyn,
Thanks for the guidance.
//Was that meant to be "inner join EMaster a on a.sid = b.salesofficerid"??
Yes. Thanks for pointing it out 🙂 . I've corrected it
July 7, 2011 at 10:43 pm
Hi,
Thanks Jeff.
Below is the script + data
create table Tenure
(
sno int identity(1,1),
EName varchar(20),
DOJ datetime default getdate()
)
Note: there is no column avaliable mentioning date of resignation or office. So the...
March 8, 2011 at 9:27 pm
Hi rjohal-500813,
Thanks for the reply. Forget to mention one thing; the tenure of a person ends when the next person joins the office.
Check the data below:
snoENameDOJ
1axx2008-03-08 18:05:23.783
24ew2009-03-08...
March 8, 2011 at 6:33 pm
Hi Lynn Pettis,
Thanks for the response. 🙂
I'll try it.
May 26, 2010 at 8:16 pm
Bhuvnesh, thanks for the response. 🙂
the snippet you provided shows the amount sans tax in a separate row, but i need the tax to be shown in a separate row.
May 26, 2010 at 8:25 am
Hi DanielG-259128 and wschampheleer,
Thank you for so much of info and advice 🙂
Sree
January 31, 2010 at 11:38 pm
Hi Arun,
Thanks for the snippet it works 🙂
Hi sav-457805,
Thanks for the code. But, the SNo forms to be a sequential across all the CCID. 🙂
December 8, 2009 at 11:55 pm
Wow :Wow: really amazed by the overwhelming response from the Gurus. 🙂
Lutz, 80 % is mentioned juz for a limit to check against. :-). Thanks for the care u...
March 23, 2009 at 9:18 pm
Viewing 15 posts - 1 through 15 (of 27 total)