LoginSignup
0
3

More than 3 years have passed since last update.

SqlServerリンクサーバ

Last updated at Posted at 2019-05-22

リンクサーバの作成

1.png
サーバ名を入力する
2-2.png

DBにアクセスユーザとパスワードを入力する
7.png

シノニムの作成

4.png
6.png

または下記のコマンドで作る

USE [test]
CREATE SYNONYM [dbo].[シノニム名] FOR [Server名].[database名].[dbo].[TabelまたView]
GO
0
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
3