This is a simple function I use to get the month/day/year of a datetime value.
Usage:
Select mydb.dbo.udfmmddyyyy(Getdate())
Note: This is easily modified for British/Australian date format.
Creating a PDF from a Stored Procedure in SQL Server
A short but interesting article, the author has figured out a way to create a PDF from a stored procedure without using a third party library.
2019-09-20 (first published: 2003-08-26)
73,142 reads