Click here to Skip to main content
15,898,134 members

Comments by sr_24 (Top 54 by date)

sr_24 16-Mar-13 10:59am View    
if i write a simple delete query to delete a record , then Will Commit be performed automatically or i need to do it ....in case such case when i dont use commit , what could be done ??
sr_24 16-Mar-13 10:56am View    
tried it but not worked
sr_24 16-Mar-13 10:45am View    
not working sir !
i tried this as well --

SELECT JobTitle, CONVERT(VARCHAR(11),CreatedDate,103) FROM JobForm
WHERE CONVERT(DATE,CreatedDate,103) BETWEEN CONVERT(DATE,'06/03/2013',103) AND CONVERT(DATE,'09/02/2013',103)
sr_24 16-Mar-13 10:40am View    
i have swaped them , but not working ---

select JobTitle, CONVERT(VARCHAR(11),CreatedDate,103) from JobForm
where CreatedDate between CONVERT(VARCHAR(11),'09/02/2013',103) and CONVERT(VARCHAR(11),'06/03/2013',103)
sr_24 14-Mar-13 9:16am View    
thanks for u reply but ..have u find any thing wrong in my cod e please have a look..pls