View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mahesh Mahesh is offline
external usenet poster
 
Posts: 29
Default Runnings SQL Queries from excel

Hi,
I am running SQL queries from excel and populate the sheets. I have a
problem when i am running the queries which create temp tables. After i
create temp table and run another query on that temp table (#temp1) it is
giving an error.

Can any one help on this