November 19, 2013 at 11:26 pm
Hi,
I am having views on linked server andusing that views i want create tables in my current databaase.
How do I know the columns and datatypes of that view?
Thanks
Abhas.
November 19, 2013 at 11:36 pm
try this
EXEC [SERVERNAME].[DBNAME].dbo.sp_Help 'ViewName'
November 19, 2013 at 11:51 pm
Thanks Praveen for reply. I tried but I am getting below error.
Server 'servername' is not configured for RPC
Thanks
Abhas.
November 20, 2013 at 12:14 am
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply