Friday, June 30, 2006

connect to sqlexpress to do stuff

SQLCmd -S .\sqlexpress -E
and
grant execute on dbo.proc_name to [MACHINE/ASPNETACCOUNT]
go

=
2 hours.... it sucks to be dumb!

Monday, June 19, 2006

Stack, heap...

Value types are stored in the stack. It is the organized storage, FILO method (or else - dunno and not important).

Reference types are stored in the heap. Objects are stored there, and heap is an unorganized collection of data.

Friday, June 09, 2006

De-stressing...