One of the developers at your company has written a CLT stored procedures that’s clever enough to call a web service and update database records based on local weather information. He has packaged and deployed this CLR stored procedure as .NET assembly. However, the code has a major bug and you have been asked to delete the assembly from SQL Server. Which command should you use?

 Posted by Bandi on 7/30/2014 | Category: Sql Server Interview questions | Views: 1365 | Points: 40
Select from following answers:
  1. DROP ASSEMBLY
  2. DELETE ASSEMBLY
  3. REMOVE ASSEMBLY
  4. CLEANUP ASSEMBLY
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response