0

What is the best way to check / version a sql server clr? I am currently creating a SqlFunction that returns a version number (which I set before release). This allows me to query the version e.g.

select mySchema.GetClrAppVersion

Any thoughts or ideas would be appreciated.

Andrew
  • 5,215
  • 1
  • 23
  • 42

1 Answers1

1

ASSEMBLYPROPERTY()

SEE: http://msdn.microsoft.com/en-us/library/ms188750.aspx

etliens
  • 1,352
  • 9
  • 16