Convert help needed desperately
From: CL (cl_at_mail)
Date: 05/13/04
- Next message: Tom Moreau: "Re: Convert help needed desperately"
- Previous message: Joe Celko: "Re: use And or Where to filter join table in Update statement?"
- Next in thread: Tom Moreau: "Re: Convert help needed desperately"
- Reply: Tom Moreau: "Re: Convert help needed desperately"
- Reply: Ashish Ruparel [MSFT]: "RE: Convert help needed desperately"
- Reply: Roji. P. Thomas: "Re: Convert help needed desperately"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 13 May 2004 18:15:06 -0500
I have a stored procedure that is throwing an error 291 when I'm trying to
convert datetime to a timestamp.
The table I am inserting into needs to have a timestamp My code in question
looks like this:
, Convert(timestamp(8), getdate()) as upsize_ts
Can any one help to see what I am doing wrong????
CL
- Next message: Tom Moreau: "Re: Convert help needed desperately"
- Previous message: Joe Celko: "Re: use And or Where to filter join table in Update statement?"
- Next in thread: Tom Moreau: "Re: Convert help needed desperately"
- Reply: Tom Moreau: "Re: Convert help needed desperately"
- Reply: Ashish Ruparel [MSFT]: "RE: Convert help needed desperately"
- Reply: Roji. P. Thomas: "Re: Convert help needed desperately"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|