I have the situation where I need to insert allot of data into a temporary table in my DB from a C# application, then call a sproc with the table name (don't ask). Currently I do this by creating the ...
I tried this in the past, but didn't have any luck.<BR><BR>Is it possible to create a temp table on a remote server?<BR><BR>Situation:<BR><BR>I have to run a group of queries against a remote ...
Stored procedures can speed up your code by reducing trips to your database -- even if you only have one SQL statement to execute. Here's how to speed up your application (and how to simplify your ...