The with unchecked data clause of the alter assembly statement instructs sql server to refresh even those assemblies upon which persisted data in the database is dependent Alter assembly语句中的with unchecked data子句指示sql server甚至刷新数据库中的持久化数据依赖的那些程序集。
Assemblies are modified in sql server by using the transact - sql alter assembly statement or in sql server management studio by using the assembly assisted editor 使用transact - sql alter assembly语句在sql server中修改程序集或者使用程序集辅助编辑器在sql server management studio中修改程序集。
If dbcc checktable fails , you must either delete the table rows that are not valid or modify the assembly code to address problems , and then issue additional alter assembly statements 如果dbcc checktable失败,则您必须删除无效的表行或修改程序集代码以处理问题,然后发出其他alter assembly语句。
Assemblies are created in sql server by using the transact - sql create assembly statement , or in the sql server management studio by using the assembly assisted editor 使用transact - sql create assembly语句在sql server中创建程序集或者使用程序集辅助编辑器在sql server management studio中创建程序集。
This can be done through the microsoft visual studio integrated development environment or by using the transact - sql create assembly statement , which copies the assembly defining the udt into a database 注册可以通过microsoft visual studio集成开发环境或使用transact - sql create assembly语句(将定义udt的程序集复制到数据库中)完成。