Thursday, October 3, 2013

get schema of sp

select OBJECT_SCHEMA_NAME([object_id]),OBJECT_NAME(object_id)  from sys.sql_modules

Debugging in VS large solutions

never run "run"

instead , go to the main website and view in browser then attach the debugger to the port

otherwise all the symbols will have to load and life is too short

Wednesday, October 2, 2013