MSSQL Server 2012 and extended stored procedure from a C++ dll -


i assigned new task @ work. need update old c++ project. last time project modified way in 2006.

now, c++ project compiles dll used extended stored procedure. dll installed on sql server , used stored procedure.

our sql server upgraded 2012 version , dll needs updated 64-bit.

is still supported mssql server 2012? still support calling extended stored procedure c++ dll?

thanks,

charles-antoine caron

support extended stored procedure still there in sql2012 , sql2016, following caveat:

this feature removed in future version of microsoft sql server. not use feature in new development work, , modify applications use feature possible. use clr integration instead.

see documentation @ https://msdn.microsoft.com/en-us/library/ms164653(v=sql.110).aspx

if porting clr complicated, facade c++ dll using pinvoke in c#.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -