حل مشکل نمایش Error مرتبط با group concat در SQL Server
در تاریخ توسط
برای حل مشکل نمایش Error مرتبط با group concat در SQL Server که پیامی به صورت
An error occurred in the Microsoft .NET Framework while trying to load assembly id 65536. The server may be running out of resources, or the assembly may not be trusted. Run the query again, or check documentation to see how to solve the assembly trust issues. For more information about this error:System.IO.FileLoadException: Could not load file or assembly 'group_concat, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
نشان میدهد باید به صورت زیر عمل کرد:
ALTER DATABASE YourDBName SET TRUSTWORTHY ON;
GO

USE YourDBName 
GO

EXEC sp_changedbowner 'sa'
GO

 



گروه های پست :
SQL
تعداد مشاهده : 807
تعداد پسندها : 0
تعداد نظرات : 0
تعداد پیوست ها : 0

ارسال دیدگاه

ایمیل شما به کاربران نمایش داده نمی شود .

دیدگاه ها

تا کنون نظری داده نشده است .
اولین کسی باشید که دیدگاه خود را ثبت می کند .

loading...

لطفا منتظر بمانید...