Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SSRSの共有データソースの接続文字列を変更するだけのSQLスクリプトを誰でも共有できますか。
ありがとう
いいえ、SQLスクリプトはSQLデータソースに接続されている場合にのみ実行できるためです。
ただし、実際に必要なのは、接続文字列に使用できる式であると思われます。たとえば、次のようになります。
="Data Source=" + Parameters!DBName.Value + ";Initial Catalog=ReportDB"