Forum Replies Created

Viewing 4 posts - 961 through 964 (of 964 total)

  • RE: sql assemblies in .net

    If you want to use the Logic from a CLR Stored Procedure outside of SQL Server, you need to code it for such a purpose. I generally abstract the...

  • RE: Finding Startup Procedures

    Thank you for the information.  It worked perfectly.

     

    Jon

  • RE: Issues with Custom function Code

    I resolved this with a good bit of research last night.  The solution is:

     

    Original Code:

    Public Function GetSelections(ByRef prmListBox as object) as String

     Dim intCount as Integer

     Dim strSelectedValues as String

     strSelectedValues = ""

     For...

  • RE: rsInternalError

    I just encountered this today when moving a database from my production environment to my development environment.  This is caused by what appears to be a difference in the 2005...

Viewing 4 posts - 961 through 964 (of 964 total)