can i use com with CLRin sql server

  • We have a component object model can this be used in sql server 2005?

  • Not sure what "can this be used in SQL 2005?" means.

    If you are saying that you have a COM component and you want to call it from SQL 2005, then yes you can, but most of the ways to do it are either deprecated or classified as "UNSAFE". If your component supports OLE automation, then you could use the sp_OA* calls, although they generally seem to be discouraged.

    [font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
    Proactive Performance Solutions, Inc.
    [/font]
    [font="Verdana"] "Performance is our middle name."[/font]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply