SELECT * FROM sys.sysprocesses WHERE waittime >120000 ???

  • Hi,

    will u plz tell when i try to run this query in sql 2000 its not working .Because in sql 2000 there is no dmv of sys.processes so will u plz tell me where can i look for this.Any suggestion ???

    SELECT * FROM sys.sysprocesses WHERE waittime >120000

    Thaxxx

    jagpal singh

  • Under SQL Server 2000, "sys.sysprocesses" is not a known table and you should use "master.dbo.sysprocesses".

    SQL = Scarcely Qualifies as a Language

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply