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 TouchToneTommy 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 captainpicart

  1. captainpicart

    Add semicolon every 7th place

    Awesome. Perfect! Thanks gmmastros!
  2. captainpicart

    Add semicolon every 7th place

    Hi experts, How to write a stored procedure which will get rid of all semicolons at the beginning and at the end, BUT will separate each number with a semi colon? Input:--- 018752;018752;019912;002541;017181;;;; ;018752;018752;018752;019536;020921;007378;013099...
  3. captainpicart

    Comparing Data between two identical tables

    This is Great! Thanks Markros! Can you recommend really good books which teach solid T-SQL programming? Thanks.
  4. captainpicart

    Comparing Data between two identical tables

    Hi Techies, I have two identical tables (1) Employee (2) PreviousEmployee. Now, I need to create only one query/storedProcedure which has to do the following: 1. Get only records which exist only in Employee table but they do not exist in PreviousEmployee table. These records should contain a...

Part and Inventory Search

Back
Top