遇到一些问题及解决方法随记

  • When you want a db user has permission to bulk import data, but the db user is not of sysadmin server role, you need to add “buldadmin” to this db user.

db_user_server_role_bulkadmin

  • How to disable script debugging in vs2008?

http://stackoverflow.com/questions/664208/ie8-and-vs2008-how-do-i-disable-script-debugging

In IDE, press F5 to start debugging, then navigate to “debug-> windows –> processes” to open the processes window, right click “iexplorer.exe” and click “detach process”.

detach_ie

原文地址:https://www.cnblogs.com/swlin/p/2380143.html