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: greese
  • Content: Threads
  • Order by date
  1. greese

    Finding Most recent date

    I have a table of people who move rooms. Every time they change rooms, the room gets updated along with a transfer date. I am trying make a query that will return only the record with the most recent transfer date. Can anyone point me in the right direction? Thanks! Greg
  2. greese

    Running Crystal Reports from within Great Plains

    I have Crystal Reports 10 and have made several reports with it to run aginast my Great Plains companies. The reports run great, the problem is that I am the only one who can run them because I am the only one with Crystal on my computer. It's getting old runnning more and more of these for...
  3. greese

    Info on Temp Tables

    Can someone point me to a thread or link on working with Temp tables? I saw one on here a while back but can't find it anymore. I have been searching but found nothing. Thanks! Greh
  4. greese

    I need a better underststanding of Fast etherchannel

    I have a Cisco Catalyst 2948G switch. My servers have dual intel nics that are capable of running as an FEC team. I think i have everything setup right. The intel software says the nics are running as an FEC team, but the properties say it is running at 100mbps. Shouldn't it be 200mbps? I...
  5. greese

    Fun With Dates

    I am exporting the date along with results from my table my table but need it in the format yymmdd 12/17/2003 becomes 031203. To test this out, i have the following: Declare @dtYear varchar(2) Declare @dtMonth varchar (2) Declare @dtDay varchar (2) set @dtYear = right (Datepart(yyyy...

Part and Inventory Search

Back
Top