<Microsoft.SqlServer.Server.SqlFunction()> Public Shared Function fnIsNumeric(field As SqlString, sqltype As String) As SqlBoolean Dim result As New SqlBoolean(0) 'default to False Dim errorMessage As ...
Ok. I have some tables that store dollar amounts, among other data. I had the fields set to be a data type of money, and was planning on the values including zero. When selecting the data, I was ...
<Microsoft.SqlServer.Server.SqlFunction()> Public Shared Function fnIsNumeric(field As SqlString, sqltype As String) As SqlBoolean Dim result As New SqlBoolean(0) 'default to False Dim errorMessage As ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results