Comments
Sort by recent activity
Thank you, that worked / comments
Thank you, that worked
I usually crash while the cache is being updated. I've also experienced problems with
if object_id('tempdb..#tmpTbl') is null
create table #tmpTbl
While the cursor is in the quotes SQL Prompt notices the different database and tries to re-cache while also having other databases in the cache. / comments
I usually crash while the cache is being updated. I've also experienced problems with
if object_id('tempdb..#tmpTbl') is null
create table #tmpTbl
While the cursor is in the quotes SQL ...