Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OpenRowSet() and parameterization
Message
From
14/06/2021 16:05:55
Walter Meester
HoogkarspelNetherlands
 
 
To
14/06/2021 15:04:31
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01681195
Message ID:
01681198
Views:
44
Hi Michel,

If you know the exact structure beforehand, you can create the temp table first and then insert into that temp table from the SQL EXEC. The temp table should be in scope then,

Else, you might want to create a regular table and dop it when you're done with it.

Walter,


>OpenRowSet() does not allow to use variables for its parameters. We have to either encapsulate the entire command into a string and SQL exec that or find another way. The first one is complicated as we loose the scope of our temporary table. Anyone has a better approach to resolve that issue?
>
>The problem is that the interpreter for the Stored Procedure is very smart. It detects the name of the Excel file and will not compile if the file does not exist.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform