Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SELECT INTO COMMAND

Author  Topic 

kamalkishore_in
Yak Posting Veteran

76 Posts

Posted - 2001-11-20 : 02:47:00
Hello,
I am unable to insert a table with all the records into linked server...

I am giving a sql command like this

SELECT * INTO LINKEDSERVERNAME.DATABASE.DBO.TABLENAME
FROM TABLE NAME

What could be the possible error...



   

- Advertisement -