Viewing 3 posts - 1 through 3 (of 3 total)
Are you perhaps using a date format that SQL doesn't like? I have great difficulties dealing with US dates vs EU dates. to save hassle I always use dates in...
August 21, 2009 at 6:22 am
WTH??
I just copied the code into notepad, canceled the stored proc window, reopenned it and pasted the code back from notepad and it worked??
oh well.
Thanks for looking.
Ben
January 4, 2007 at 8:43 am
I've just run your code and it works perfectly...
Heres my (slghtly abridged) code:
DECLARE @copycommand AS nvarchar(255)
DECLARE @transdate AS DATETIME
DECLARE @transdate2 AS CHAR(8)
DECLARE @dtschecker AS int
SELECT...
January 4, 2007 at 8:36 am
Viewing 3 posts - 1 through 3 (of 3 total)