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 gkittelson 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: *

  1. chumley

    name based virtual hosts

    I tried to set up name based virtual hosts with different document roots as described in the apache docs. (see below). Only the first document tree is accessible from both server names. Can anyone tell me what needs to be done or corrected to get this to work? NameVirtualHost 1.2.3.4...
  2. chumley

    Restoring a SQL2000 database to SQL7.0

    Before you back up the SQL 2k DB, set its compatibility level to 70 with sp_dbcmptlevel. This MAY waxor some of the stuff in your db. This can't be combatted, except by making a dupe and backing that up. Then you can probably restore from the backup your 2k server makes.
  3. chumley

    User Defined Function Call in Select Statement

    Yes, it can be done in 2000. Not in 7.0, though. the syntax is: Create Function blah(variable as datatype) as select * from table where datacol = variable go (you can use anything you want for the other stuff)

Part and Inventory Search

Back
Top