Viewing 15 posts - 1 through 15 (of 26 total)
Thank you very much Kevin for your support.
Thanks
Arun
July 17, 2015 at 9:11 am
So what changes i need to do.Please Help me out.
July 17, 2015 at 8:39 am
Hi Kevin
Thank you for your valuable time.
I have solve this issue by below query.
IF EXISTS (SELECT SegmentId,SubjectId,StaffId FROM [dbo].[StaffSubjects] WHERE SegmentId = @SegmentId and SubjectId=@SubjectId and...
July 17, 2015 at 7:40 am
Daily Attendance
Guid Uniqueidentifer Number
AcademyId Uniqueidentifer Number
StudentId Uniqueidentifer Number
Guid, AcademyId , StudentId ,Date, Status,Reason
- - - 2015-06-24 P -
- - - 2015-06-25 A Health Problem
Student Details
Guid Uniqueidentifer Number
Guid FullName...
July 2, 2015 at 4:42 am
I have a table with
StudentClassLink = With columns [Guid](PK), [StudentId](FK of Student table),[ClassId](FK of Class Table).
July 2, 2015 at 4:23 am
Actually i have data in master table.
I need to poplulate those data in to respective parent and child table.
For Example,
Master table name is Customer_car details
Columns like
1:FIletype
2:AcdealerID
3:ClientID
4:Type
5:Stocknumber
6:Stock type
7:Invoice price
8:Salescost
9:Customer address
10:Vehicle...
March 6, 2015 at 4:46 am
HI,
Thank you for your reply !
No it must be NULL only .
I know very well we can use it in Stored Procedure as well as when we can create this...
January 6, 2015 at 4:11 am
I know that Mr.Phil,If u dont have time please tell sorry having some work.
Any way thank u giving me some ideas till now in your busy Schedule.
November 12, 2014 at 6:31 am
Hi Phil ,
Please reply
November 12, 2014 at 6:24 am
No The problem has not solved
Here are the Sample File Names
''ACTEST00001_20141111_0408_INV.TXT''
''ACTEST00001_20141111_0408_SL.TXT''
''ACTEST00001_20141111_0408_SV.TXT''
''ACTEST00001_20141111_0408_SV_APPT.TXT''
Like this i have 100 files in my local path
I please u to tell the procedure from the...
November 12, 2014 at 5:57 am
Column Name --> FtpDate
Datatype --> Date Not Null
November 12, 2014 at 4:14 am
C:\Clients\BlackBook\BlackBookMarketing\SQLScripts\AuthenticomDailyProject\Samplefiles
In this path i have the files and the filename is
ACTEST00001_20141111_0408_INV.TXT
How to use this Expression
(DT_DBDATE)(SUBSTRING(myFileName,13,4) + "-" + SUBSTRING(myFileName,17,2) + "-" SUBSTRING(myFileName,19,2))
to pull the above file...
November 12, 2014 at 4:02 am
This Expression i have already used and we cannot uss the SUBSTRING in date datatype.
THis is Comming Error.
Please suggest some other Expressions.
Which Extract only the date
November 12, 2014 at 3:47 am
I nend only the date present in that file name.
November 12, 2014 at 3:34 am
Viewing 15 posts - 1 through 15 (of 26 total)