I am already using perfomance monitor (perfmon), but wanted to find something a little more detailed. the more metrics i can get the better. I have been looking at sysinternal but wanted to get...
Can anyone suggest any good tools that can be used to monitor application performance? Specifically, I am looking for a thread, memory, CPU, and port monitor.
I also read these and also other threads referenced from MSDN before posting here. I was still confused on a couple issues, but I think MrViggy has pushed me in the right direction. I just need to...
Yes, that is what I am intending on doing now that the utility is stable as a single threaded app ("do one thing at a time, do it very well, then move on").
I hope this makes sense, so here goes:
I have a form that runs in a loop. It uses comm ports, local and remote database lookups. When I start a process, I want to reflect certain information on the...
I know there are packages available to create and mount CD image files, but I would like to try this myself. Can anyone point me to information or give any advise on where to start? I need any...
Thanks for yur help on this. Mapping to network drives is easy, I have been doing that for awhile now. Working with the local drives was a little more difficult but using the UNC path...
Man I feel like a complete nub, I tried all of these suggestions and nothing so far makes any difference. The string is still truncated at the same place.
I used the
_bstr_t sndSQL(cmdSQL);
but the string is still truncated in the same location (original string length: 186, new string length 108, I counted the characters).
This is where I am confused, the SP uses the 'set nocount on' in order to suppress the "# records affected" messages. I am not even sure that this is needed, I am looking at examples and reading...
I have a stored procedure on a MSSQL2K server that will perform 2 processes. I am doing a check of the processes and will return an int value which specifies whether the processes completed properly,...