Forcing a SQL Remote Query to filter remotely instead of locally

前端 未结 3 1922
野的像风
野的像风 2021-01-20 02:16

I have a MS SQL Query that is pulling data via from a remote server. The data that I\'m pulling down needs to be filtered by a date that is determined at run time.. When

3条回答
  •  臣服心动
    2021-01-20 02:49

    You need to properly decorate your CLR function to mark it as Deterministic, Precise and Data Access/System Data Access as DataAccessKind.None.

提交回复
热议问题