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.
重複の可能性: CLRストアドプロシージャの呼び出し
selectステートメントを使用してCLRストアドプロシージャを呼び出す方法を知っている人はいますか?
OPENQUERYまたはがないと不可能だと私が知る限り、OPENROWSETCLRテーブル関数を使用したほうがよいでしょう。ストアドプロシージャからデータを挿入する必要がある場合
OPENQUERY
OPENROWSET
insert into Table exec <your CLR procedure>