Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by headache26

  1. headache26

    JVM -OUT OF MEMORY ERROR

    i am also encountering this problem.. mine is page iteration.. so wats "You should increase the heap size value in the MM eway's configuration file." --->MM??? thnks in Advanced..
  2. headache26

    how to convert getdate() to format ddmmyyyy onli??

    i m writing a store procedure.. anyway.. the solution which i found out is-- declare @ldate varchar(20) set @ldate = convert(char,getdate(),103) will let @ldate to be in ddmmyyy format w/o the time ..
  3. headache26

    how to convert getdate() to format ddmmyyyy onli??

    i tried.. to convert the format to ddmmyyyy format.. by: declare @ldate datetime set @ldate = convert(datetime, getdate(),103) but it appear as result below.. 2003-06-13 14:39:43.107 hw can i convert to 13/06/2003 without the time thanks in advance...

Part and Inventory Search

Back
Top