[dba-SQLServer]Convert int month to char month

Stoker, Kenneth E Kenneth.Stoker at pnl.gov
Fri Apr 25 11:16:49 CDT 2003


Okay, I was afraid of that.  I will try creating my first user-defined function.  Any advise on these?

Thank you.

Ken Stoker
Technology Commercialization
Information Systems Administrator

PH: (509) 375-3758
FAX: (509) 375-6731
E-mail:  Kenneth.Stoker at pnl.gov <mailto:Kenneth.Stoker at pnl.gov> 



-----Original Message-----
From: Mike and Doris Manning [mailto:mikedorism at ntelos.net]
Sent: Friday, April 25, 2003 8:43 AM
To: dba-sqlserver at databaseadvisors.com
Subject: RE: [dba-SQLServer]Convert int month to char month


SQL doesn't have anything built-in to do this so you will have to build your
own user-defined function to handle it.

Doris Manning
Database Administrator
Hargrove Inc.
www.hargroveinc.com


-----Original Message-----
From: dba-sqlserver-bounces at databaseadvisors.com
[mailto:dba-sqlserver-bounces at databaseadvisors.com] On Behalf Of Stoker,
Kenneth E
Sent: Friday, April 25, 2003 11:27 AM
To: dba-SQLServer (E-mail)
Subject: [dba-SQLServer]Convert int month to char month


Does anyone know of a way to convert the return value of month([mydate])
from an integer to its equivalent char value?

	1	JAN
	2	FEB
	3	MAR
	.....

Thank you for your help.

Ken Stoker
Technology Commercialization
Information Systems Administrator
PH: (509) 375-3758
FAX: (509) 375-6731
E-mail:  Kenneth.Stoker at pnl.gov 


_______________________________________________
dba-SQLServer mailing list
dba-SQLServer at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/dba-sqlserver
http://www.databaseadvisors.com

_______________________________________________
dba-SQLServer mailing list
dba-SQLServer at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/dba-sqlserver
http://www.databaseadvisors.com



More information about the dba-SQLServer mailing list