Unable to create the tSQLtCLR assembly in SQL Server 2017

前端 未结 2 1079
夕颜
夕颜 2021-02-13 23:08

I recently installed SQL Server 2017 Express and localdb (general availablity). While attempting to install the tSQLt framework I\'ve discovered a new security feature implemen

2条回答
  •  我寻月下人不归
    2021-02-13 23:35

    The tSQLt assembly is signed already. For now, you can create the assembly in master, create a certificate from it, drop the assembly again and then take the necessary steps with that certificate.

    I'm working on getting the required step to install tSQLt on 2017 automated.

提交回复
热议问题