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 Rhinorhino 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. mayB2morrow

    generating SQL query from Search engine style input string??

    Hi there, I am currently working on a project which involves the implementation of some database seraching based on user input. I need to mimic the functionality of a search engine search box in my search - i.e. parse characters such as "", +, - , or etc. to create advanced search criteria. I...
  2. mayB2morrow

    How to setup Windows 2003 as Internet Time Server

    I am trying to do something which I thought would be really easy, but is proving not to be... TO give you an overview... We (my company) have a hosted web server, and a local in-house web-server. The hosted web server acts as a remote backup / redundancy for our local system. The hosted...
  3. mayB2morrow

    Adding together results of two subqueries

    I am doing a rather complicated query which includes within it, two subqueries. The two sub-queries calculate two individual values. I need to add a third column to the query which will show these two values added together, but can't seem to achieve this. Any help would be most appreciated...
  4. mayB2morrow

    Select statement using variable values - Why doesn't this work?

    Can anyone tell me why the following SQL statement doesn't work? I get an error telling me I must declare "@TableSelect". And can anyone tell me how to change this code so that it does work?! ------------------------------- Declare @adminuser varchar(20) Set @adminuser = 'admin' Declare...

Part and Inventory Search

Back
Top