Proxy table locations

The AT keyword is used with both the CREATE TABLE and the CREATE EXISTING TABLE statements to define the location of an existing object. This location string has four components, each separated by either a period or a semicolon. The semicolon delimiter allows file names and extensions to be used in the database and owner fields.

The syntax of the AT clause is:

... AT 'server.database.owner.table-name'

Examples

The following examples illustrate the use of location strings:

'RemoteSA..GROUPO.Employees'
'RemoteASE.pubs2.dbo.publishers'
'RemoteExcel;d:\pcdb\quarter3.xls;;sheet1$'
'RemoteAccessDB;\\server1\production\inventory.mdb;;parts'