If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Synonym For Qualified table name in SQL Server 2000

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-23-04, 03:55
Rajeswari Rajeswari is offline
Registered User
 
Join Date: Jan 2002
Location: India
Posts: 15
Synonym For Qualified table name in SQL Server 2000

I am using SQL Server 2000

I have store procedure which fetches data from one database to insert into other database. Both the databases are SQL Server 2000.

I don't want to use replication, since i am doing some manipulation also.

In procedure i have to use qualified name for the table name like
[LinkedServerName].[DatabaseName].[UserName].[TableName]

Is there any synonym for specifying qualified name like in Oracle
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On