Wrox Home  
Search P2P Archive for: Go

  Return to Index  

sql_language thread: Multiple Databases problem


Message #1 by "Amitabh Premraj" <amitabh@k...> on Mon, 19 Feb 2001 21:38:06
john,

now it's working . yeah i missed out the owner of the table
thanx a lot

amitabh


> Actually the enclosed sample code needs a slight modification:
> INSERT INTO destn.owner.table ........ FROM source.owner.table
> 
> generally the "owner" is dbo and can be 'left out' by doing:
> 
> INSERT INTO destn..table ........  FROM source..table   <--- notice two 
dots
> not just one.
> 
> HTH
> 
> ----- Original Message -----
> From: "John Pirkey" <mailjohnny101@y...>
> 

  Return to Index