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

    Buffer Size

    I have a large Access file with about 4500 image records in binary form. I am trying to import the column into my SQL database and I am encountering a 'Buffer Size' error at the source telling me that the data in the source column is too large for the specified buffer size. I haven't been able...
  2. cgj

    string transformation

    I am looking to manipulate a string through that is used in a stored procedure so that it is inverted (eg abcdef becomes cdbeaf). Is there a SQL string function to tranform the string in this way? Thanks! cgj
  3. cgj

    stored procedure

    I am trying to generate a stored procedure, or set of stored procedures, to generate a userid. I am taking an existing employee number in the database, performing a looped alogrythm that generates a new employee #, and updating the record with that number. The stored procedure works when I set...

Part and Inventory Search

Back
Top