Viewing 5 posts - 58,831 through 58,835 (of 58,835 total)
As I alluded to in my original posting...
Casting (or Converting) the date as INT or BIGINT may give you the wrong (next day)...
February 25, 2004 at 8:29 pm
The basis of sp_executesql is that it is calling a Stored Procedure in your database, somewhere. Stored Procedures are "precompiled". That is, the execution plan for the Stored Procedure was created...
February 25, 2004 at 5:15 am
Jason,
Just in case you still don't have an answer...
If you want to do the join as if TIME where not included in the...
February 25, 2004 at 5:00 am
Be careful... if any NULLS, answer will be NULL unless "Concatenate Nulls Yields Nulls" is turned off.
February 16, 2004 at 9:06 pm
Frank,
Don't be so quick to give up on the data layer. I had a similar challenge... I've posted ALL the code including the example data and table creation. The actual...
February 16, 2004 at 5:38 am
Viewing 5 posts - 58,831 through 58,835 (of 58,835 total)