in Search
     

Browse Site by Tags

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

    Its been months since i have'nt posted anything haha. I was addicted to photography indeed. Http://HumpreyCogay.BlogSpot.Com Any way i want to share one of my problems then. I've been coding SQL Querries for SQL Server for several years now, but working for the bank we use AS400 DB2 as a main...
    Posted to Weblog by Comgen on 04-22-2008
  • 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 (2 items)