1
vote
1answer
171 views

ODBC : Array of Parameters - ignoring parameter

It is possible to ignore one/some parameter of one/some specific rows during a insert/update using array of parameters. I provide a simple example. Imagine that we have one table with 3 columns: X, Y ...
0
votes
0answers
62 views

Communicating with SQL server 2008 with C

I posted a question here the other day but didn't come to a solution yet. Basically I need make a dll in C that will act as a plugin for another application (Teamcenter). Said application needs to be ...
-1
votes
1answer
101 views

Memory use in SQL Server and C/C++ [closed]

Is there a way to avoid writing to file, and keep a table in main memory?, using C/C++ and SQL Server 2008?
0
votes
1answer
299 views

SQL Server 2008 UDF IN C

How can I create a User Defined Functions In SQL Server 2008, I was looking for an example, but I found a Visual Basic, and a C# example, is it possible to use C language??, if so, Could you provide ...