A fully qualified table name is in this form:
ServerName.DatabaseName.TableOwner.TableName
You can start from the right as use as much as you need to. If you need to specify a ServerName then you will need to link the remote server to your local server with sp_addlinkedserver before you can use that syntax.
-Karl
[red] Cursors, triggers, user-defined functions and dynamic SQL are an axis of evil![/red]
[green]Life's uncertain...eat dessert first...www.deerfieldbakery.com[/green]