Local Temporary tables (single #) exist for the duration of a session so it is not possible to use a local temp table TO BCP in or out.
Jay,
Have you tried qualifying the name of the global temporary table with the database name. In this case the database would be tempdb. (i.e., tempdb..##BCPOut OR tempdb.dbo.##BCPOut) Terry L. Broadbent - DBA
SQL Server Page:
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.