Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: CLR Eval function

    Ahhhhh! I got it! Sort of...well, okay, it is a work-around anyway.

    Imports System

    Imports System.Data

    Imports System.Data.SqlClient

    Imports System.Data.SqlTypes

    Imports Microsoft.SqlServer.Server

    Imports Microsoft.VisualBasic.Strings

    Partial Public Class UserDefinedFunctions

    <Microsoft.SqlServer.Server.SqlFunction()> _

    Public Shared Function...

  • RE: CLR Eval function

    I thought you had it until I tried to add it to a function. Then I get the error 'Invalid use of a side-effection operator 'INSERT EXEC' within a...

  • RE: CLR Eval function

    Thank you, but that did not help. I still get 3.00 as the result.

    As for your question of turning SQL Server into a calculator: the application...

Viewing 3 posts - 1 through 4 (of 4 total)