Posts
Sort by recent activity
Is there a work-around for temp tables with inline indexes (containing included columns)?
We're having problems trying to check in stored procedures when they contain a temp table definition that has an inline index that has included columns. Example:CREATE TABLE #TempExample ( EntryId ...