Viewing 2 posts - 1 through 2 (of 2 total)
I finally got it last night. What you have to do is a few converts on the datetime field. Here is a quick example...
--Exporting to Excel
DECLARE @cdate NVARCHAR(MAX)
SET...
March 28, 2012 at 6:21 am
#1465613
Can anyone get this to work with date parameters? I get a lovely error...
Msg 6522, Level 16, State 1, Procedure prc_ExportToExcel, Line 0
A .NET Framework error occurred during execution...
March 19, 2012 at 5:45 pm
#1461399