I need to find out the version of the assembly deployed to the SQL Server database.I need to do this through a script or other programmatic way to find out if I need to redistribute the assembly.
Any ideas?
Thanks.
This should help..
SyntaxASSEMBLYPROPERTY ('assembly_name', 'property_name')schema_name . The name of the assembly.file_name Is the name of the property from which Information can be obtained. property_name can be one of the following values.CultureInfo .PublicKey .MvID , .VersionMajor ( ) .Minor ( ) .VersionBuild ( ) .VersionRevision ( ) .SimpleName ..CLRName , , , , . (CLR) .
SyntaxASSEMBLYPROPERTY ('assembly_name', 'property_name')schema_name . The name of the assembly.
file_name Is the name of the property from which Information can be obtained. property_name can be one of the following values.
CultureInfo .PublicKey .MvID , .
VersionMajor ( ) .
Minor ( ) .
VersionBuild ( ) .
VersionRevision ( ) .SimpleName ..CLRName , , , , . (CLR) .
Source: https://habr.com/ru/post/1720050/More articles:How to recover text from incorrect encoding? - encodingUpdate all the properties in the list using linq - linqWhat is the size limit for iPhone apps? - iphoneКак Perl может совместно использовать глобальные переменные в параллельной обработке? - parallel-processingWhat is the initial size of an ArrayList in C #? - c #ASP.NET MVC Updating a list of objects in one form? (binding model to a list) - listHow to do programming after jailbreaking my iPhone? - iphoneSecure MySQL connection through PHP in ActionScript 3 using the AMFPHP framework - securitySVN post commit hook - find the folder where the commit was made - svnhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1720055/how-to-determine-what-part-of-java-code-needs-to-be-synchronized&usg=ALkJrhglKPqbCG-In3je6vAB2x2FhkRNwgAll Articles