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!

Search results for query: *

  • Users: thelobe
  • Content: Threads
  • Order by date
  1. thelobe

    ASP and Exchange server

    Hi all, I wonder if anyone can help me on something.. I need to import email addresses from an exchange server into our own database. Does anyone have some sample code to demonstrate how I would go about retrieving a list of emails from a microsoft exchange server? Any help would be greatly...
  2. thelobe

    IIS & AWStats help

    Hi all, I wonder if someone can help me set up awstats on IIS 5, or even give me a link to a site that explains this step by step. I am new to this... Please help
  3. thelobe

    Problem with LIKE in Stored Procedures

    Can anybody please tell me what syntax to use when using the LIKE statement in Stored Procedures. This is my code, which doesnt work :( CREATE PROCEDURE dbo.Test @STR_IRC_DESC varchar(50) = 'b' AS SELECT * FROM TBL_IRCS WHERE IRC_DESCRIPTION LIKE % @STR_IRC_DESC % GO Please help Thanks
  4. thelobe

    Retrieving Data - Order Problem

    Hi, I seem to have a little problem with SQL server, regarding the order of data being displayed. I cant paste the code, but when i display data on an ASP VBScript page, and the piece of code that retrieves it is at the bottom, it does not display the data AT ALL, but when i move it up, before...
  5. thelobe

    SQL Multiple values

    Hi, I seem to have the same problem as tekdenied, only thing is, i do not use 1, 2, 3 or 4... What basicly happens is, i need to get user names from a table. But the IRCs table has two columns which use user id's, and i need to return different user names from the users table... This is the...

Part and Inventory Search

Back
Top