I tried to create a global temp table in an SQL database to bypass limited database privs. Here is my FeatureWriter setting:
No errors were given, but the temp table was not created on the SQL server tempdb. I tried using the fully qualified name tempdb.dbo.##MyTempTable for example to no avail. Appreciate any suggestions!