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 biv343 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 Karridy

  1. Karridy

    Simple Select Statement - I think :)

    This is feeling very hard for me, but is surely very easy for many of you. I have 2 Tables. "Events" and "Meals". Both have a columns named "EventDate" and "EventTime". I need to be able to compile a list of both and sort by event date and time. For...
  2. Karridy

    Importing files using a stored procedure

    Check out SQL's BCP application. BCP allows you to import a text file into SQL, and it is faster than DTS! What's more, is that you can use SQL's xp_CmdShell stored procedure to execute this for you. If you have SQL Installed on the machine that you are using, goto a command prompt, and type...

Part and Inventory Search

Back
Top