Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Linked Server
Message
 
À
08/10/2002 12:48:57
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Divers
Thread ID:
00708839
Message ID:
00708851
Vues:
8
>Hello,
>
>I would like to insert data from my SQL server called AL1
>to the network SQL Server called NET1.
>
>How do I create a linked server to accomplish this task?
>
>Thanks for your help.
>
>Al

Hi,
You can use Enterpise Manager GUI or from Query Analyser call
sp_addlinkedserver [ @server = ] 'server' 
    [ , [ @srvproduct = ] 'product_name' ] 
    [ , [ @provider = ] 'provider_name' ] 
    [ , [ @datasrc = ] 'data_source' ] 
    [ , [ @location = ] 'location' ] 
    [ , [ @provstr = ] 'provider_string' ] 
    [ , [ @catalog = ] 'catalog' ] 
stored procedure
Venelina Jordanova

Outsourcing IT Services Ltd.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform