Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exporting variables to a table

Status
Not open for further replies.

johnv20

Programmer
Joined
Sep 26, 2001
Messages
292
Location
US
Hi,
Is it possible to export variable values created during a query to a table ? I have tried both insert and update but query doesn't seem to like it.
 
What kind of variables? And what kind of query? You should be able to do that, from a stored procedure, as long as the variable data types are the same as the columns you are INSERTing them to.

Kevin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top