Posts
Sort by recent activity
Expand * doesn't pickup all the columns from a Temp Table
If you have something like this:SELECT [a].Field1, [a].Field2, [b].AnotherField1, [b].AnotherField2INTO #TempTableFROM TableA LEFT OUT...