Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cchitanu
  • Order by date
  1. cchitanu

    CPU monitoring

    Try System Monitor
  2. cchitanu

    How Often To Backup Log Files

    Try these in Query Analyzer : To find the used size of the log file : 1. dbcc sqlperf (logspace) To backup the log 1. backup log db_name to db_name_log with init (or noinit) - with init will override the old backup log file - with noinit will append to the old backup log file To truncate the...
  3. cchitanu

    How to combine multiple columns into one column

    Why not using a stored procedure ?
  4. cchitanu

    Lookup Combobox in Delphi

    Choose only listsource,listfield and keyfield(only). This will work

Part and Inventory Search

Back
Top