|
Posted by R.A.M. on 07/11/06 12:22
On Tue, 11 Jul 2006 00:18:29 +0200, Hugo Kornelis
<hugo@perFact.REMOVETHIS.info.INVALID> wrote:
>On Mon, 10 Jul 2006 20:38:44 +0200, R.A.M. wrote:
>
>>Hi,
>>I am learning SQL Server 2005. I need to call .NET assembly procedure
>>from T-SQL.
>>Here's part of my assembly:
>(snip)
>>I have created assembly in Object Explorer (Programmability /
>>Assemblies).
>
>Hi RAM,
>
>How did your CREATE ASSEMBLY statement look? Can you post it?
I scripted:
CREATE ASSEMBLY [DemoSQLServer]
AUTHORIZATION [dbo]
FROM ...
WITH PERMISSION_SET = SAFE
Navigation:
[Reply to this message]
|