Viewing 11 posts - 1 through 11 (of 11 total)
you insert the null value in datetime data field , it insert the 1900-01-01 00:00:000 value it not insert the null in this field.
December 9, 2004 at 4:17 am
Try the below code ur missed the bracket for when u using OR:
IF ((@acno IS NOT NULL OR @acno <>'') AND (@actype IS NOT NULL OR @actype <>''))
BEGIN
PRINT 'hi'
PRINT...
December 8, 2004 at 5:03 am
First Query
Step 1
FETCH ABSOLUTE @ABVAL FROM CURR INTO @EmailId
After this the Cursor Position in abc@abc.abc
Inserted this mail id in temp table
Step 2
Check the...
December 8, 2004 at 4:57 am
u create it user defined function for this req.In my knowledge no other function like ur req.
September 1, 2004 at 6:02 am
In enterprise manager select the database in that press right click properties check the path.
September 1, 2004 at 2:07 am
Hi,
select the most recent payment that time thorugh date u can select this
select * from payment where date between '2004-08-27' to '2004-08-20'
August 27, 2004 at 10:16 am
In Procedure u Hotcoded the employee code 29 .but in ur query employee code 28.this will give the wrong result set.Please check the employee code.U not used the @usr in...
June 24, 2004 at 5:10 am
In this job msdb.targetserverrole u not mentioned the next run date that is a reson display date and time not available.Check that job next run date.
May 25, 2004 at 8:17 am
Dont use the Between for datatime datatype .Instead of between use the datediff
u try this qry
select @qty=isnull(sum(line.totalQty),0)
from tbldeliverychallaninfoDetails as line
April 19, 2004 at 2:30 am
Pls try this query
(Select Year(ActionDate) Year, Month(ActionDate) Month, Case When PFTypeID = 151.0011 Then 'P' When PFTypeID = 150.0011 Then 'F' END Physical, Count(s.ScheduleID) Schedules
From Schedule s
Join Schedule_Audit...
April 13, 2004 at 12:53 am
Viewing 11 posts - 1 through 11 (of 11 total)