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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by barcoder

  1. barcoder

    BETWEEN Statement

    How about changing the SQL to check for dates SELECT ID, Products, OrderDate FROM tblOrders WHERE OrderDate BETWEEN cast('2002/01/01' as datetime) AND cast('2002/12/31' as datetime) ORDER BY OrderDate;
  2. barcoder

    LINKING USING LDAP TO ADSI

    Were using QSL 2K I'm trying to get employee names out of ActiveDirectory and have not totally completed this task yet, but the following has extracted the basics. Maybe it will give you a start. sp_addlinkedserver 'ADSI','Active Directory Services 2.5','ADSDSOObject','adsdatasource' SELECT...
  3. barcoder

    Free Code 128 True Type Fonts?

    Hi! I was just wondering if anybody knows of any free (or at very low price) Code 128 True Type fonts around. Not just demos and fonts with restricted functionality. I'm looking for a multisite/corporate distribution license for an nonprofit organisation with up to 10000 users. Thank You in...

Part and Inventory Search

Back
Top