Viewing 3 posts - 1 through 4 (of 4 total)
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...
November 1, 2012 at 10:06 am
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...
November 1, 2012 at 8:31 am
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...
October 30, 2012 at 6:53 pm
Viewing 3 posts - 1 through 4 (of 4 total)