Qualify table references

References to tables may be qualified with the current database and server name. If no qualification is specified, the current database and server context is implied. For example, if the current database is locdb and the current server is currsys, the following references to loctab are equivalent:
locdb@currsys:loctab 
locdb:loctab
loctab