Hi all an happy new year
Well... may be you can help me... i'm train to make a web page, that page makes a lot of functions, monitoring 5 servers of databases, 11 building of primari atention, some web servers and some more things... but... one of this pages returns a list with locked processes... when i have the PID of the process locking muist go to another tool, modifi a query and capture the process like this :
dbcc traceon (3604)
go
dbcc pss(301,
PID,1)
go
dbcc traceoff
go
With this i can work fine, but i want make some more functional, but i can't capture and display the result of this query in a web page... in first place make a batch who work with "isql" in the S.O., but later must change the S.O. from Window$ to Linux, everithing work fine, less this Batch, later make a SP_ but the result not work, just return 2 lines and bad result...
Can some help me ???... i'm working with Sybase 11.0.3.3
Need to capture the result from DBCC PSS or try to obtain the name of the process to work with a showplan
Thank to all
P.S.: Sorry my english
