Viewing 2 posts - 1 through 2 (of 2 total)
Here is what worked for me. Remote SQL on a linked server.
declare @value1 int, @value2 int
DECLARE @v1 datetime
SET @v1 = CONVERT(datetime,getdate() )
EXEC('INSERT INTO SCHEMANAME.TABLENAME(RegularCol1, RegularCol2, TIMESTAMPColumnInOracle )
...
October 21, 2010 at 1:44 pm
#1240563
You proposed a work-around for using select openquery but not when using insert openquery. I'd appreciate if you could suggest a work around when inserting into a timestamp column from...
May 5, 2010 at 10:06 am
#1162595