I wouldn't use the temporary table itself. Are you able to create stored procedures in SQL Server? If so, I would create a SP that then calls the temp table. This is the method I use whenever I have to create a temp table.
That's kinda what I want to do. I have an sp that creates the temp table. But I think I need to refernce the temp table instead to the sp because of the basic problem I'm having. Using an "sp" my imagine fields (sql server 2000)I get an error "Not supported" when I execute the report. The image fields work fine when I use Tables. The problem with tables are that they are slower than a stored procedure. So I'm trying to correct the problem by combining the speed of an "sp" with the functionality of the image_fields working tables.... did you follow all that?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.