Thursday, October 4, 2012

RESTORE cannot process database 'db name' because it is in use by this session.

My issue was I was restoring a database that I also was using as my default database.

So, by changing my user default database to the master db, I was able to restore.

TinyMCE Insert/Edit link not editable

 To fix this add  e.stopImmediatePropagation()  as below. $(document).on('focusin', function (e) {             if ($(e.target).close...