I have synonyms in my database which is refering one table in different DB. Is it possible to update the table using synonymn name?
-
1I removed the incompatible database tags. Please tag only with the database you are using.Gordon Linoff– Gordon Linoff2017-08-22 10:49:43 +00:00Commented Aug 22, 2017 at 10:49
-
Speaking only to Microsoft SQL Server, you can update a table in a different database on the same server using a synonym. This behaves the same as using the 3-part name directly in the query.Dan Guzman– Dan Guzman2017-08-22 11:02:33 +00:00Commented Aug 22, 2017 at 11:02
Add a comment
|