Viewing 4 posts - 1 through 4 (of 4 total)
Thank you for the replies.
There are still SQL 2005 client components on the server even though the version of the SQL instances is 2008 R2. I suspect that this...
April 18, 2013 at 8:01 am
Hi there - thanks for the suggestion SSCrazy but the column is still converted to nvarchar(384).
November 17, 2011 at 2:00 pm
I realize I might have missed something in my post, so let me try to clarify.
I created a view:
create view myView as
select * from Openquery([MyOracleDatabase],'select DateCol, Col1,Col2 from myOracleTable)
Eventually, I...
November 16, 2011 at 2:12 pm
Viewing 4 posts - 1 through 4 (of 4 total)