- 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.
- 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”.