September 22, 2021 at 12:00 am
Comments posted to this topic are about the item Unloading an Extended Stored Procedure
September 23, 2021 at 3:24 am
Hi Steve. Good question. Looking at the linked documentation, it seems that there is a slight syntax correction needed in your explanation of the answer. The "FREE" should be in parenthesis, not the DLL name, as in:
DBCC <dllname> ( FREE ) [ WITH NO_INFOMSGS ]
Example from the doc:
DBCC xp_sample (FREE);
I would suggest changing the answer option from "DBCC FREE" to "DBCC <dllname> (FREE)".
Take care,
Solomon..
SQL# — https://SQLsharp.com/ ( SQLCLR library ofover 340 Functions and Procedures)
Sql Quantum Lift — https://SqlQuantumLift.com/ ( company )
Sql Quantum Leap — https://SqlQuantumLeap.com/ ( blog )
Info sites — Collations • Module Signing • SQLCLR
September 23, 2021 at 2:18 pm
Thanks, I've updated the question.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply