Viewing 12 posts - 1 through 12 (of 12 total)
thanks frnds for the suggestions...
January 9, 2012 at 6:45 am
thanks.but i dont have the backup....and the transaction is committed,....In this scenario is there a possibility of getting the data back????
January 9, 2012 at 6:24 am
thanks.but i dont have the backup....and the transaction is committed,....In this scenario is there a possibility of getting the data back????
January 9, 2012 at 6:24 am
ok got the Idea.Im Saving my Data Directly using getDate().
Thanks for all the Help.
November 25, 2011 at 4:11 am
hello again,
i have one more query.Can i get the Date and Hour using a Query.
I want to Insert the Date along with the hour part in the Table.Like this 2011/11/25...
November 25, 2011 at 3:52 am
hello again,
i have one more query.Can i get the Date and Hour using a Query.
I want to Insert the Date along with the hour part in the Table.Like this...
November 25, 2011 at 3:39 am
Thanks mate for ur Help.
Im done with my issue.
Thanks again.
M i suppose to mark as asnwered or solved for this question.I dont find any such Option
November 25, 2011 at 3:26 am
Cant i use the Date filter with (yyyy/MM/dd) format only.Just to check the year,Month,Day and bring the time part in the picture.
cant i use the- convert(varchar(10),getDate,111) to compare the...
November 25, 2011 at 3:03 am
hi thank u so much for the reply,
i want to add another filter to the Query i.e the Date.There is a Date column in Attendance.
I want to get the records...
November 25, 2011 at 1:13 am
I have three Tables.One is
EmployeeMaster(EmpCode,EmpName,MobileNo)
Sample Date EmployeeMaster(1,SameerKhan,4512541321)
ClassMaster(ClassId,ClassName,EmpCode)
Sample Data ClassMaster(1,ClassA,1)
Here EmployeeCode in ClassMaster is the EmpCode from EmployeeMaster.
Attendance(StudentID,Class,Status)
sample data Attendance(445,ClassA,Absent)
Here Class will come from ClassMaster
Now suppose there are...
November 24, 2011 at 7:29 am
Hi frnds,
Im trying something like this for the same issue.
select BalanceAmt,(select Amt from FeeChequeStatus where ProcessStatus='Cleared' and RegNo=101106001)as ChequeAmt
,BalanceAmt- (select Amt from FeeChequeStatus where ProcessStatus='Cleared' and RegNo=101106001)
from FeeRecieptMaster where...
November 4, 2011 at 11:40 pm
Hi friends
thanks for the reply.
I have tried the query posted by John and giving me the expected result.
Im in the testing process of that,if required i would post my further...
November 4, 2011 at 10:41 pm
Viewing 12 posts - 1 through 12 (of 12 total)