in Search
     

Browse Site by Tags

Showing related tags and posts accross the entire site.
All Tags » SQL Server » Database » DBMS (RSS)
  • Monitor SQL Server Logfile

    My App Crashed a few days ago. And the culprit, SQL Server LogFile. So i searched for ways to monitor my Transaction Log File and i found this use MYDB; SELECT sysfiles.size * 8/1024 FROM sysfiles WHERE NAME = 'MYDB_log' It will return the exact value which is shown on enterprise manager whenever you...
    Posted to Weblog by Comgen on 02-20-2007
Page 1 of 1 (1 items)