Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: linked server name

    Yes, use :

    sp_addlinkedserver 'Alias', '', 'SQLOLEDB', 'ServerName’

    Now instead of servername.catalog.dbo.table

    you can use alias.catalog.dbo.table

    😀

Viewing post 1 (of 1 total)