Viewing 15 posts - 1 through 15 (of 134 total)
Hi,
Below is expected result. i want to compare each with next row on datetimefield and fetch the difference between two. Again comparision is ID wise. If next row contains different...
July 8, 2020 at 10:41 am
.Thanks Anthony,
I am fetching employee data using SP from source 1 and columns are empid,firstname,lastname
From Manager table I am fetching EmpId,Manageremail. etc.
I am using two sources...
November 15, 2017 at 4:12 am
Thanks drew,
Thank you so much, Your approach is working fine.
🙂
Thanks,
Abhas.
January 5, 2017 at 12:44 am
Eirikur Thanks for reply...
Rule is username should be first letter of first name + LastName.
Now, If first letter of first name + LastName is repeated then consider first two letters...
January 4, 2017 at 8:08 am
Hi Guys,
Again posting as one test case has failed. 🙁
below code generates username wrong. it is creating usernames as below:
APatil
Abhas1Patil
But requirement is
APatil
AbPatil
SET NOCOUNT ON;
IF OBJECT_ID(N'tempdb..#TEMP_USER') IS...
January 4, 2017 at 7:13 am
Hi Friends,
Thanks for your suggestion mhtanner and MMartin1 but client want this implementation only.Explained issue but they want like that only. 🙁
Thanks again Eirikur for your help. You...
November 10, 2016 at 4:51 am
Hi,
Thank you so much Eirikur and David.
Really appreciate your efforts. Its working as per requirement.
Only one issue - when same firstName and LastName comes then creating only one username....
November 7, 2016 at 11:16 pm
Hi Eirikur,
Requirement is as below:
Need to create username. Logic is:
First letter of firstname + Lastname.
Eg. Firstname = Abhas and LastName = Patil then username = apatil
Now again case come...
November 7, 2016 at 2:59 am
hi,
if first two letters are same then use first three letters for second user and so on......
Thanks
Abhas.
November 7, 2016 at 2:00 am
Thanks Eirikur and Jeff.
Now again requirement has changed. Now instead of increment, new logic is as below:
First letter of firstname + LastName.
If username alreadu exists then create as:
First two...
November 7, 2016 at 1:15 am
Thanks Eirikur,
your code works exactly as per requirement.
Sorry for mentioning incomplete question.
Thank you so much.
Regards,
Abhas.
November 3, 2016 at 11:35 pm
Thanks Eirikur,
your code works fine, but while inserting into TEMP_USER table, after creating username, getting issue. For first time insert it works fine but if next day again 'aarav patil'...
November 3, 2016 at 6:31 am
Hi Philip,
I am able to load all tabs but how to load the tabs whose name format is : 1Q17, 4Q16,3Q16 etc.
Thanks,
Abhas.
September 8, 2016 at 12:23 am
Thanks Jhon,
I have changed code as below and its working for me.
Code == "\"CPP\"" &&! (ClData!= "\"n/a\"" ||ClData!= "\"n/a~\"" )
Thanks,
Abhas
July 8, 2016 at 6:20 am
Viewing 15 posts - 1 through 15 (of 134 total)