Viewing 3 posts - 1 through 3 (of 3 total)
hi if i am using this query in a storeprocedure i am getting error. here is the sp and the error
USE [TEMP]
GO
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
ALTER PROCEDURE [dbo].[psp_TEMP]
-- Add...
November 10, 2012 at 5:35 am
#1557904
thanks a ton Lowell it worked
October 22, 2012 at 6:33 am
#1551341
this value was suppose to be datetime but by mistake the column datatype was given integer so now i want to convert it back to datetime
October 22, 2012 at 6:24 am
#1551334